0 Members and 2 Guests are viewing this topic.
The way i do it is have the engine quit after 500 frames or so, and start a timer right when i start the program. When the program ends, i stop the timer. Divide the 500 by the time and you have frames per second You can have an on screen counter of the frames as well, but then it lowers your framerate a bit too.