PAPI2
PAPI2 is the second major release within the Performance API (PAPI) project, an open-source, portable library designed to provide a uniform interface to hardware performance counters across a range of processors and systems. It aims to simplify the collection of low-level performance data for profiling, benchmarking, and research by masking architecture-specific details behind a stable API.
The PAPI2 API typically offers a C interface with language bindings and a framework that can adapt
Usage generally involves initializing the library, querying or selecting events relevant to the target hardware, configuring
PAPI2 is distributed as part of the open-source PAPI project under a permissive license. Availability, platform