Advertisement

FPS function

Started by February 19, 2003 05:17 PM
0 comments, last by pinchg 22 years ago
What is the easiest way to go about getting a reading on the FPS that you are pushing? I need to find out to do some testing on my project but I can''t really find anything. Thanks Mike
Use GetTickCount(). it returns a double value of how many 1/1000 of a second elapsed. Find the differences in times given by it each frame and calculate the fps. If you are too lazy to figure out how to do it yourself, there are plenty of tutorials.

This topic is closed to new replies.

Advertisement