C++ Profiling – Best Profilers for GCC

c++profiling

I tried to find a related question but all previous questions are about profilers for native c++ in windows. I googled a while and learned about gprof, but the output of gprof actually contained lot of obscure internal functions. Is there a good opensource c++ profiler with good documentation?

Best Answer

Valgrind

I totally recommend this http://en.wikipedia.org/wiki/Valgrind