Wednesday, September 16, 2009

Code Profiler for Windows

Very Sleepy is a nifty little C/C++ profiler. It's been useful for me in code development. Plus, it's free!

Make sure to activate the proper compiler options (/Zi) in Visual Studio's property settings to produce the necessary debug information in Program Database format.

No comments: