Performance, profiling and debugging: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
* Debugging
* Debugging


Lecture: [https://cernbox.cern.ch/index.php/s/5gdNJzn2BvTWBRv Slides]
Lecture slides:


Exercises: [[https://cernbox.cern.ch/index.php/s/bU3z6CRFlE8mmXz]]
Exercises: [https://cernbox.cern.ch/index.php/s/bU3z6CRFlE8mmXz Task Sheet] [https://cernbox.cern.ch/index.php/s/um5xi1ekz2qZSoi Sources]

Latest revision as of 16:05, 31 August 2016

Performance, profiling and debugging

Content:

  • Introduction
  • Performance Metrics
  • Profiling
    • Types of Profiling
    • How to configure a machine for benchmarking
    • How to profile
    • Memory profiling
    • CPU profiling
    • IO profiling
  • Debugging

Lecture: Slides

Exercises: Task Sheet Sources