- Performance measurements including Worst-Case Execution Time (WCET), minimum, maximum and average execution time.
- Probability distribution of execution times of your code at different levels of detail.
- Code coverage: show which lines of code have been executed by your tests.
- Which lines of code lie on the critical path of the WCET.