Get real time counter value in clock cycles returns the total real time passed since some arbitrary starting point. the time is returned in clock cycles. this call is equivalent to wall clock time.
@par Examples:
s = PAPI_get_real_cyc(); your_slow_code(); e = PAPI_get_real_cyc(); printf("Wallclock cycles: %lld\n",e-s); *
See Also:
PAPIF PAPI PAPI_get_virt_usec PAPI_get_virt_cyc PAPI_library_init
Generated automatically by Doxygen for PAPI from the source code.