Snapshot of both CPU and real time. More...
Public Attributes | |
struct tms | cpu |
CPU time as returned by times(2). | |
tsc_t | micros |
Microseconds since an unknown epoch. |
Snapshot of both CPU and real time.
Definition at line 64 of file stopwatch.h.
struct tms timestamp::cpu |
CPU time as returned by times(2).
Definition at line 72 of file stopwatch.h.
Referenced by timestamp_add(), timestamp_now(), timestamp_now_rev(), and timestamp_sub().
tsc_t timestamp::micros |
Microseconds since an unknown epoch.
Definition at line 66 of file stopwatch.h.
Referenced by timestamp_add(), timestamp_now(), timestamp_now_rev(), and timestamp_sub().