centos man page for papi_get_real_cyc

Query: papi_get_real_cyc

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PAPI_get_real_cyc(3)						       PAPI						      PAPI_get_real_cyc(3)

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: s = PAPI_get_real_cyc(); your_slow_code(); e = PAPI_get_real_cyc(); printf("Wallclock cycles: %lld ",e-s); * See Also: PAPIF PAPI PAPI_get_virt_usec PAPI_get_virt_cyc PAPI_library_init Author Generated automatically by Doxygen for PAPI from the source code. Version 5.2.0.0 Tue Jun 17 2014 PAPI_get_real_cyc(3)
Related Man Pages
papi_add_named_event(3) - centos
papi_library_init(3) - centos
papi_num_counters(3) - centos
papi_set_debug(3) - centos
papi_stop(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!