• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 182 183 184 185 186 ... 369 Next »

A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ?
11-11-2012, 08:51 PM (This post was last modified: 11-11-2012, 08:54 PM by neobrain.)
#6
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
I'm not sure I understand your point correctly, but whatever.

VPS is the amount of frame render requests sent by the CPU per (host) second. FPS is the amount of frames actually processed by the GPU per (host) second.

VPS = FPS means that the GPU can easily keep up with the amount of frame render requests sent by the CPU, i.e. you're CPU bound in this case
VPS > FPS means that the GPU can't process the amount of frame render request sent by the CPU, i.e. you're GPU-thread bound (a faster GPU will help here but is not a panacea because the GPU thread is also a fair bit CPU dependent)
VPS < FPS would mean the GPU processes more frames than request. Where should these frames come from, though? You can't just magically create data from nowhere.


Dunno if that kinda answered your question, your point seemed like you wanted to have sth like the third case.

EDIT: To elaborate a bit more on the second case: Like skid said, the game code takes care of this case and what most console games end up doing is "slow-motion". It would technically be possible to make the game logic dependent on the frame rate, but console games usually run at full FPS anyway so they're hardcoded for a fixed frame rate.
My blog
Me on Twitter
My wishlist on Amazon.de
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ? - rpglord - 11-10-2012, 09:19 PM
test - NaturalViolence - 11-11-2012, 01:36 PM
A question for devs-why not make jit not synchronized to the rest of the threads - skid - 11-11-2012, 02:49 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - rpglord - 11-11-2012, 08:31 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - skid - 11-11-2012, 08:47 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - rpglord - 11-14-2012, 09:41 PM
A question for devs-why not make jit not synchronized to the rest of the threads ? - neobrain - 11-11-2012, 08:51 PM
RE: - rpglord - 11-11-2012, 09:08 PM
RE: - rpglord - 11-11-2012, 09:41 PM
RE: - NaturalViolence - 11-12-2012, 09:00 AM
RE: - rpglord - 11-12-2012, 09:32 AM
RE: - killown - 11-24-2012, 02:25 AM
RE: - rpglord - 11-24-2012, 05:18 AM
RE: - NaturalViolence - 11-12-2012, 09:46 AM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - Zee530 - 11-12-2012, 07:11 PM
RE: - rpglord - 11-12-2012, 08:42 PM
RE: - NaturalViolence - 11-13-2012, 07:14 AM
RE: - rpglord - 11-13-2012, 07:44 AM
RE: - Shonumi - 11-13-2012, 04:35 PM
RE: - rpglord - 11-13-2012, 09:04 PM
RE: - NaturalViolence - 11-13-2012, 05:49 PM
RE: - NaturalViolence - 11-14-2012, 02:48 PM
RE: - rpglord - 11-14-2012, 08:03 PM
A question for devs-why not make jit not synchronized to the rest of the threads ? - skid - 11-14-2012, 11:34 PM
RE: - rpglord - 11-15-2012, 12:08 AM
RE: - NaturalViolence - 11-16-2012, 06:17 AM
RE: - rpglord - 11-16-2012, 07:11 AM
RE: - rpglord - 11-21-2012, 08:10 PM
RE: - NaturalViolence - 11-24-2012, 08:41 AM
RE: - rpglord - 11-24-2012, 10:08 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode