PAPI_read_ts
Read hardware counters with a timestamp.
- Provided by: libpapi-dev (Version: 5.4.3-2)
- Source: papi
- Report a bug
Read hardware counters with a timestamp.
C Interface:
PAPI_read_ts() copies the counters of the indicated event set into the provided array. It also places a real-time cycle timestamp into the cycles array.
The counters continue counting after the read.
PAPI_read_ts() assumes an initialized PAPI library and a properly added event set.
Parameters:
Return values:
Examples
*
See Also:
PAPI_accum
PAPI_start
PAPI_stop
PAPI_reset
Generated automatically by Doxygen for PAPI from the source code.