[C++] Implement performance checker

Started by
0 comments, last by MaulingMonkey 18 years, 5 months ago
I want to get some units count to know whether this piece of code is faster than the other (not concerning to different CPUs). Just don't know from where to start. What functions would you recommend?
ai-blog.org: AI is discussed here.
Advertisement
Start with googling the term "profiler".

If you really want to implement your own, take a look at how they've done it in some of the open source ones.

If you just want to know where to optimize, just use one of them.

This topic is closed to new replies.

Advertisement