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

cpu_mark_t - Internal structure, used in cpu_tsc_mark, cpu_tsc_unmark and cpu_clock_by_mark.

Author

       Generated automatically by Doxygen for libcpuid from the source code.

libcpuid                                          Version 0.8.0                                    cpu_mark_t(3)

Detailed Description

       Internal structure, used in cpu_tsc_mark, cpu_tsc_unmark and cpu_clock_by_mark.

Field Documentation

uint64_tcpu_mark_t::sys_clock
       In microsecond resolution

   uint64_tcpu_mark_t::tsc
       Time-stamp from RDTSC

Name

       cpu_mark_t - Internal structure, used in cpu_tsc_mark, cpu_tsc_unmark and cpu_clock_by_mark.

Synopsis

       #include <libcpuid.h>

   DataFields
       uint64_t tsc
       uint64_t sys_clock

See Also