How to get the call graph of a program and with a bit of profiling information
- by Werner
Hi,
I want to understand how a C++ program that was given to me works, and where does it spend the most of the time.
For that I tried to user first gprof and then gprof2dot to get the pictures, but the results are sometimes kind of ugly.
I wonder if could recommend me other alternatives or how do you usually do this.
Thanks