Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 580 Bytes

File metadata and controls

8 lines (6 loc) · 580 Bytes

profiling

A utility front-end framework for supporting different back-end performance profilers.

Currently supported backend profilers:

  • Chrono: A custom timing profiler based on the std::chrono library.
  • Likwid: A lightweight performance profiler monitoring hardware performance counters.
  • Intel VTune: Detailed low-level performance profiling of Intel processors.