Gprof Tutorial
Revision as of 14:47, 27 November 2020 by Marc-andre-hermanns-bc32@rwth-aachen.de (talk | contribs) (Move landing page to MPI-Developer category)
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