Difference between revisions of "Gprof Tutorial"
Jump to navigation
Jump to search
m (Fix numbering of quizzes, replace esoteric programming language in first question, and write short intro text) |
|||
Line 11: | Line 11: | ||
<youtube width="600" height="400" right>F8evu-ybDfY</youtube> | <youtube width="600" height="400" right>F8evu-ybDfY</youtube> | ||
+ | |||
+ | ([[Media:HPC.NRW_gprof_Tutorial.pdf | Slides as pdf]]) | ||
'''Quiz''' | '''Quiz''' |
Revision as of 11:51, 20 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. 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