Performance, profiling and debugging: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
(Created page with " == Performance, profiling and debugging ==")
 
 
(2 intermediate revisions by the same user not shown)
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: [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]

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