PAPI_get_real_cyc - get real time counter value in clock cycles Returns the total real time passed since
Contents
Detailed Description
Examples:
s = PAPI_get_real_cyc();
your_slow_code();
e = PAPI_get_real_cyc();
printf("Wallclock cycles: %lld\en",e-s);
Seealso
PAPIF PAPI PAPI_get_virt_usecPAPI_get_virt_cycPAPI_library_initName
PAPI_get_real_cyc - 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.
