Game Development Community

performance readouts

by Scott Galloway · in Torque 3D Professional · 08/19/2009 (10:26 am) · 2 replies

quick question, not sure if it's addressed else where but i didn't see this while perusing the documentation.

how if possible do you enable performance readouts. essentially so we can add more details or subtract them if we exceed or under achieve our target perfromnace

#1
08/19/2009 (11:24 am)
Performance? Like fps count, poly count on screen, etc?
Not sure if it's exactly what you're after but -
Check out the game\core\scripts\client\metrics.cs, there are a load of different monitoring commands in there.
#2
08/20/2009 (9:29 am)
yeah that's what i was after. i'll look into that thanks