Talking about speed

Started by
2 comments, last by TheOne1 20 years, 3 months ago
I''ve heard a few people in gamdev.net talk about program speed, and actually give numbers. Is there a program that records how fast code compiles and programs execute?
----Me: So do you know any computer languages?Friend: Ummm....yeah, I used to know l337 talk.Me: ok....
Advertisement
I think what you need is a profiler.
If you are talking about FPS you can put a FPS calculator equation in your code. There are also some programs that will display the FPS of fullscreen games.

Compile Speed....I guese you should just use a stopwatch. =P.



[edited by - Random Number on January 5, 2004 10:25:10 PM]
Game Programming Nub: Dont listen to me
Just insert a timer into your main loop. Not rocket surgery.

This topic is closed to new replies.

Advertisement