PAPI_flips_rate(3) | PAPI | PAPI_flips_rate(3) |
PAPI_flips_rate -
Simplified call to get Mflips/s (floating point instruction rate), real and processor time.
C Interface:
Parameters:
Return values:
The first call to PAPI_flips_rate() will initialize the PAPI interface, set up the counters to monitor the floating point instructions event and start the counters.
Subsequent calls will read the counters and return real time, process time, floating point instructions and the Mflip/s rate since the latest call to PAPI_flips_rate().
PAPI_flips_rate() returns information related to floating point instructions using the floating point instructions event. This is intended to measure instruction rate through the floating point pipe with no massaging. Note that PAPI_flips_rate() is thread-safe and can therefore be called by multiple threads.
See Also:
PAPI_ipc()
PAPI_epc()
Generated automatically by Doxygen for PAPI from the source code.
Thu Feb 27 2020 | Version 6.0.0.0 |