Difference between revisions of "Performance, profiling and debugging"

From Gridkaschool
(Performance, profiling and debugging)
(Performance, profiling and debugging)
 
Line 12: Line 12:
 
** IO profiling
 
** IO profiling
 
* Debugging
 
* Debugging
  +
  +
Lecture: [https://cernbox.cern.ch/index.php/s/5gdNJzn2BvTWBRv Slides]
   
 
Exercises: [https://cernbox.cern.ch/index.php/s/bU3z6CRFlE8mmXz Task Sheet] [https://cernbox.cern.ch/index.php/s/um5xi1ekz2qZSoi Sources]
 
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