Difference between revisions of "Performance, profiling and debugging"

From Gridkaschool
(Created page with " == Performance, profiling and debugging ==")
 
(Performance, profiling and debugging)
Line 1: Line 1:
   
 
== Performance, profiling and debugging ==
 
== 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: [[https://cernbox.cern.ch/index.php/s/bU3z6CRFlE8mmXz]]

Revision as of 13:24, 29 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: [[1]]