CompilerSutraPerfTool
Copyright 2026 CompilerSutraPerfTool

Maintained by Priya Pandey | CompilerSutra
Website: https://compilersutra.com
LinkedIn: https://www.linkedin.com/in/priya-pandey-54a5a22aa/
LinkedIn: https://www.linkedin.com/company/compilersutra/

Third-party components:

- PAPI (Performance Application Programming Interface)
  https://icl.utk.edu/papi/
  Used as an optional system dependency for CPU hardware counters; never
  vendored or bundled in this repository. PAPI core is BSD-3-Clause
  (https://raw.githubusercontent.com/icl-utk-edu/papi/master/LICENSE.txt).
  When distributing binaries that link against libPAPI, include the PAPI
  BSD-3-Clause license text alongside this notice. The native runner
  (`csperf_native_runner`) links libPAPI only when configured with
  `-DCSPERF_ENABLE_PAPI=ON`; without that option it is built PAPI-free and
  reports `papi_not_built` for `--papi` runs.
