Gprof Tutorial
Revision as of 13:40, 20 November 2020 by Marc-andre-hermanns-bc32@rwth-aachen.de (talk | contribs) (Marc-andre-hermanns-bc32@rwth-aachen.de moved page Gprof Tutorial to Gprof Tutorial: Adapt to common spelling of Gprof)
HPC.NRW | |
---|---|
Associated Pages | |
+ | This is an #HPC.NRW course |
HPC Courses | |
1. | Introduction to Linux in HPC |
2. | Gprof Tutorial |
3. | OpenMP in Small Bites
|
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
1. What lanuages can Gprof profile?
2. How does gprof profiles an application?
3. What compiler flag is used to instrument the application?
4. How should the parameters be when running the instrumented application?
5. What is a call graph?
6. How do you generate a callgraph of a gprof profile?
7. What is gprof2dot?
8. Does gprof work with MPI applications?
9. How much overhead does gprof produce?