Difference between revisions of "Gprof Tutorial"
Jump to navigation
Jump to search
m (Remove initial blank lines and infobox to HPC.NRW tutorials) |
m (Move landing page to MPI-Developer category) |
||
Line 1: | Line 1: | ||
− | [[Category:Tutorials]] [[Category: | + | [[Category:Tutorials]] [[Category:HPC-Developer]]<nowiki /> |
[[Category:Tutorials | Gprof Tutorial]]<nowiki /> | [[Category:Tutorials | Gprof Tutorial]]<nowiki /> | ||
Revision as of 14:47, 27 November 2020
Gprof is a free and easy-to-use profiler. Profiling applications gives valuable insights into the program structure. It exposes performance bottlenecks and points to sections of the code where optimization is most effective.
This tutorial covers the necessary basics to get started with gprof.
Quiz