Performance, profiling and debugging: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
Line 13: Line 13:
* Debugging
* Debugging


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

Exercises: [[https://cernbox.cern.ch/index.php/s/bU3z6CRFlE8mmXz]]

Revision as of 22:54, 30 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

Exercises: Task Sheet Sources