Game Development Community

Profilerdump()

by Roshan Kuriyan · in Torque Game Engine Advanced · 04/27/2006 (4:40 am) · 3 replies

Hi torque user's ,

when i run profilerdump() command with profilerenable(true). i got a long list of table. pls tell me %NSTime %Time % NSTime Invoke # Name.and i want to check Frame rate per second for the TSE demo . what tool is used to find that.
thanks in advance.

#1
04/27/2006 (9:11 am)
From within the game/demo, press the ~ (tilde) key to open the console window. Then, type 'metrics(fps);' and press enter. Then, press ~ (tilde) key again to close the console window. The frames per second will appear in a white box at the upper left corner of the screen.
#2
05/02/2006 (6:00 am)
Thanks john kanalakis!
#3
05/02/2006 (6:45 am)
Our maybe even better

If you got DX9 SDK installed, use the pix program to measure the fps.