PAPI_get_real_usec - get real time counter value in microseconds
Contents
Detailed Description
This function returns the total real time passed since some arbitrary starting point. The time is
returned in microseconds. This call is equivalent to wall clock time.
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_usec - get real time counter value in microseconds
