Re: [Algorithms] FPS Questions
Brought to you by:
vexxed72
From: Thatcher U. <tu...@tu...> - 2000-08-01 18:19:34
|
> On Sun, 30 Jul 2000, Pai-Hung Chen wrote: > > > (1) Is there a universally agreed way to calculate > > Frame-Per-Second information? Lately I've been displaying four values: 1) The "frame rate" of the previous frame (i.e. the reciprocal of the frame time) 2) The "frame rate" of the slowest frame in the last second 3) The "frame rate" of the fastest frame in the last second 4) The average frame rate over the last second You need to store recent frame times in a FIFO to be able to compute these stats, but I find them useful for diagnosing hitches and sync effects. -- Thatcher Ulrich http://tulrich.com |