PAPI_get_real_cyc (3) - Linux Manuals
NAME
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.
SYNOPSIS
Detailed Description
@par Examples:
See Also:
Generated automatically by Doxygen for PAPI from the source code.
s = PAPI_get_real_cyc();
your_slow_code();
e = PAPI_get_real_cyc();
printf("Wallclock cycles: %lld\n",e-s);
*
Author