Difference between revisions of "Gprof Tutorial"
Jump to navigation
Jump to search
Line 75: | Line 75: | ||
<youtube width="600" height="400" right>IfD9IPixgpo</youtube> | <youtube width="600" height="400" right>IfD9IPixgpo</youtube> | ||
+ | |||
+ | |||
+ | '''Quiz''' | ||
+ | |||
+ | {{hidden begin | ||
+ | |title = 1. What lanuages can gprof profile? | ||
+ | }} | ||
+ | <quiz display=simple> | ||
+ | { | ||
+ | |type="()"} | ||
+ | - Python, Java, Julia | ||
+ | || | ||
+ | + C/C++, Fortran, Pascal | ||
+ | || True | ||
+ | - Haskell, Cobol, Brainfuck | ||
+ | || | ||
+ | </quiz> | ||
+ | {{hidden end}} |
Revision as of 12:46, 2 November 2020
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.
Gprof Introduction + Pascal Example
Quiz
C++ + Fortran Examples
Show gprof in real world examples and introduce call graph.
Quiz