3 [[http://www.cs.utah.edu/dept/old/texinfo/as/gprof.html|GNU Profiler ]] - Determine which parts of a program are taking most of the execution time \\
5 ===== How to compile =====
7 Just add -pg option when compiling and linking.
9 ===== How to interpret profile data =====
12 $ gprof -c program_name