RE: [GD-Windows] Performance timing
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2004-02-11 21:52:34
|
> As you can see, the delta is between 15-16ms. More than enough to count time > between 60hz frames... How many frames are you talking about? A single 60 Hz frame is 16 milliseconds. That's it. If you take longer, it's not 60 Hz anymore. I think we already agreed that, for timing over 100 or even 1000 frames, pretty much anything works (although you'll still be on the order of 1% off on GetTickCount()). For timing over 10 frames, being off by a whole frame's worth is pretty bad. Cheers, / h+ |