looking for a good vc++ profiler, already checked previous posts
- by coreSOLO
I'm looking for a good profiler for vs2008 professional edition, free or reasonably priced. I've already checked previous posts and tried about 8 profilers, but most of them are too basic or too detailed. Kindly suggest something, my requirements are as follows:
It can be compiled, so that its well integrated with my application. I'm not shying away from instrumenting my methods.
The output should be simple, i only need call count and time taken by methods and nothing else.
I am mostly concerned about things INSIDE a method, you may call it line by line profiling. I want to select a method and know which line (expression / method call) is eating most of the time.