Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 14: | Line 14: | ||
==GNU Profiler (gprof) == | ==GNU Profiler (gprof) == | ||
=== What is Gprof ? === | |||
Gprof is a profiling software which collects information and statistics on your code. Generally, it searches for functions and subroutines in your program and insert timing instructions for each one. Then executing such modified program creates a raw data file which can be interpreted by Gprof and turned into profiling statistics. | |||
==Valgrind== | ==Valgrind== |