PT
Developer Forums
Register
Login
Code Snippets
->
Display the frames per second....
<
1
>
D
DemonicPeon
Joined:
19th May 2003
Location:
Posted:
20th May 2003 4:03
Contact: [url=mailto:demonicpeon@yahoo.com]demonicpeon@yahoo.com[/url]
+ Code Snippet
text 10,10,"FPS: "+str$(screen fps())
I
indi
Joined:
26th Aug 2002
Location:
Earth, Brisbane, Australia
Posted:
20th May 2003 6:57
if u build a timer around it so it captures one fps check per loop and displays it after the event has occured then it would be a better indication since the actual work load to disply the text inheritly slows it down.