GProf View

The Gprof view shows which parts of the program consume most of the execution time. It also provides call graph infomation for each function.



Several buttons are available in the toolbar.


If program is compiled with debug option (e.g. "-g"), double-clicking on a item in the result will open the corresponding source location.