I'm upgrading from Visual Studio 6 to Visual Studio 2005, but I find that the profiler is not included in the Professional edition any more - instead you have to go to the insanely expensive Team Edition to get it. Can anyone recommend a C++ native code profiler (not a .NET profiler) that works with Visual Studio 2005 Professional and doesn't cost more than a few hundred dollars per seat?
I'm looking for something like the Visual Studio 6 profiler, which can tell you things like: your app ran for 10 seconds, and 70% of that time was spent in function a(), which was called 100,000 times. Of those calls to function a(), 60% came from function b().
Thanks!
Start Free Trial