vote up 2 vote down star
2

Any recommendations for gratis (i.e. free as in free beer) profilers which can be integrated with Visual C++ 2005? I'm using Very Sleepy right now (which is really nice), but wouldn't mind shifting if there were a better option.

flag

1  
Hm, if not - why not take the Very Sleepy source and wrap it into an AddIn? The source does look reusable and managed AddIns in e.g. C# aren't that hard to write. – gf Oct 28 at 1:01
@gf: Lol, you should probably put that into an answer since there doesn't seem to be another other takers. – Jacob Nov 22 at 17:17

3 Answers

vote up 1 vote down

AMD CodeAnalyst is the best I've tried yet.

link|flag
vote up 0 vote down

Edit: you gotta work on your word choice. I missed the "gratis" there. Leaving my answer just because it is an amazing profiler.

If you want a serious solution, get Visual Studio 2005 Team Suite. Also note that the profiler has improved significantly with each new release (2008, 2010), but even in VS2005 it made others seem like half-hearted attempts. In my experience, it is the answer for profiling on the Windows platform.

link|flag
In 2005, there are some small glitches with the profiler, and the documentation is bad, but the results are impressive; I've used it with great success. – MP24 Nov 30 at 13:41
vote up 0 vote down

If you don't mind being a little unconventional, this costs nothing and works just fine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.