mbgtools-lx
4.2.8
|
A structure holding a time stamp / cycles count pair. More...
#include <mbgdevio.h>
Data Fields | |
PCPS_HR_TIME_CYCLES | htc |
Cycles count associated with the time stamp. More... | |
uint64_t | pcps_hr_tstamp64 |
Time stamp read from a device. More... | |
A structure holding a time stamp / cycles count pair.
This can be used to extrapolate the current time from the current system cycles count.
See Extrapolation of high resolution time stamps for details and limitations.
Definition at line 541 of file mbgdevio.h.
PCPS_HR_TIME_CYCLES MBG_XHRT_VARS::htc |
Cycles count associated with the time stamp.
Definition at line 543 of file mbgdevio.h.
Referenced by mbg_set_current_process_affinity_to_cpu().
uint64_t MBG_XHRT_VARS::pcps_hr_tstamp64 |
Time stamp read from a device.
Definition at line 544 of file mbgdevio.h.
Referenced by mbg_set_current_process_affinity_to_cpu().