85
edits
Changes
→Assignment 1
-p directs the profiler (gprof) to output a flat profile.
-b directs the profiler to omit detailed explanations of the column headings from the output.
gprof -q -b myapp > myapp.clg
-q directs the profiler (gprof) to output a call graph.
-b directs the profiler to omit detailed explanations of the column headings from the output.
----
=== Assignment 2 ===
=== Assignment 3 ===