Difference between revisions of "Gprof Tutorial"
Jump to navigation
Jump to search
Line 77: | Line 77: | ||
</quiz> | </quiz> | ||
{{hidden end}} | {{hidden end}} | ||
− | |||
{{Note|'''Exercises: no exercises in this section'''}} | {{Note|'''Exercises: no exercises in this section'''}} |
Revision as of 15:28, 6 October 2020
Gprof is a free and easy-to-use profiler.
Introduction
Introduce tutorial structure, topic and speaker
Gprof Introduction + Pascal Example
Provide everything to run and make use of 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?
How should the parameters be when running the instrumented application?
C++ + Fortran Examples
Show gprof in real world examples and introduce call graph.