(C++) gprof

May 5, 2019 ยท View on GitHub

gprof is a C++ (and more programming languages) profiler. cachegrind is another profiler.

gprof can be installed from the Ubuntu Software Center.

gprof and multi-threaded programs

gprof does not appear to profile multi-threaded programs under Lubuntu:

oprofile is said to profile multi-threaded programs under Lubuntu correctly.

Video's