Semester: summer 2022/23
Lectures: Monday 14:00 - 15:30, S6 (Petr Tůma)
Labs: Wednesday 10:40 - 12:10, SU1 (selected weeks) (Petr Tůma)
Page in SIS: NSWI131
Grading: Credit and exam

About

Are efficient algorithms enough for writing fast code ? And if not, what else ?

The speed of a program is as important as its function. However, unlike function, speed is the result of often surprising interactions across the entire system stack. This course helps understand what influences program speed and the speed should be measured, evaluated and presented. Apart from general guidelines, the course will visit many system details relevant to performance and introduce tools that help in software performance evaluation.

Prerequisites

There are no formal prerequisites. However, you should be familiar with very basic concepts from probability and statistics, operating systems, computer architecture and compiler principles. If you have passed the Operating Systems (NSWI004) and Computer Architecture (NSWI143) courses, you are fine. If you have missed these, you should be at least a little interested in the system aspects of computers and programs and be willing to study the statistical methods we use along with the R system.

The course aims at Master program students, but the students of Bachelor program are also welcome. If you like the topic, you will be probably fine.

Topics

From the following list, each point will be usually covered in one or two lectures:

  1. Motivation - why bother when things are easy ?
  2. How to Measure I - basics, clocks, timers.
  3. How to Measure II - hardware performance counters.
  4. How to Measure III - profiling, management interfaces, instrumentation.
  5. What to Measure - metrics, desired properties, benchmark workloads.
  6. How to Process Data - aggregate statistics, hypotheses, pitfalls.
  7. How to Visualize Data - plots, plots, more plots.
  8. When to Not Measure - modeling, simulation.
  9. Taking a Step Back - methodology.

Grading

For the exam, you should first prepare and execute a performance evaluation experiment of your choice. During the exam, you will explain your design and results, demonstrating use of the various methods and systems presented in the lectures.