Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.38 KB

CppGprof.md

File metadata and controls

33 lines (22 loc) · 2.38 KB

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

External links