Game Development Community

Fraps and Metrics(fps) reporting different numbers.

by Cinder Games · in Torque Game Engine · 04/18/2006 (9:18 pm) · 4 replies

I got fraps loaded up, and i also enabled torques FPS measuring function. i'm getting some different numbers.

img230.imageshack.us/img230/1751/torquedemo20060418231423706ic.jpg

as you can see(or not) fraps is reporting 228 FPS while torque is only reporting 126.

Which is correct?. Why are they different?

#1
04/18/2006 (11:53 pm)
I could be wrong, but I would say fraps is more accurate, as it probably estimates the time between send to the front buffer better, instead of when a particulcar functions gets called again (metrics).
#2
04/19/2006 (3:45 pm)
Any idea what MSPF means? Is that milliseconds per frame?
#3
05/02/2006 (6:12 pm)
Yes, it's how many milliseconds took to render one frame
#4
05/02/2006 (7:33 pm)
Bank is correct.

so, MSPF = 1000/FPS