PAPI_flops_rate(3) | PAPI | PAPI_flops_rate(3) |
PAPI_flops_rate -
Simplified call to get Mflops/s (floating point operation rate), real and processor time.
C Interface:
Parameters:
Return values:
The first call to PAPI_flops_rate() will initialize the PAPI interface, set up the counters to monitor the floating point operations event and start the counters.
Subsequent calls will read the counters and return real time, process time, floating point operations and the Mflop/s rate since the latest call to PAPI_flops_rate().
PAPI_flops_rate() returns information related to theoretical floating point operations rather than simple instructions. It uses the floating point operations event which attempts to 'correctly' account for, e.g., FMA undercounts and FP Store overcounts. Note that PAPI_flops_rate() is thread-safe and can therefore be called by multiple threads.
See Also:
PAPI_ipc()
PAPI_epc()
PAPI_rate_stop()
Generated automatically by Doxygen for PAPI from the source code.
Mon Nov 14 2022 | Version 7.0.0.0 |