logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PAPI_get_real_usec - get real time counter value in microseconds

Author

       Generated automatically by Doxygen for PAPI from the source code.

Version 7.1.0.0                                  Thu Dec 14 2023                           PAPI_get_real_usec(3)

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_init

Name

       PAPI_get_real_usec - get real time counter value in microseconds

Synopsis

See Also