Perf (linux)
Perf tool can analyze kernel, applications, system libraries, software events through commands and subcommands. It can also be used as a PMU (performance monitoring unit) on Linux. - How to
- Tuning C++: Benchmarks, and CPUs
- Perf User Guide
- pyperf - Tune the system for benchmarks
- perf Examples
Note
use -fno-omit-frame-pointer
to conserve callstack with optimized code
Install
Kernel setup
Enable Hardware Event
Written on November 13, 2021, Last update on November 13, 2021
benchmarking
profiler