#include <walltime.h>
Public Member Functions | |
bool | detectDeviceTimeUnderflow (const uint32_t &time_device) const |
uint64_t | update (const uint32_t &time_device) |
Walltime () | |
Protected Attributes | |
bool | initialized_ |
uint32_t | time_device_prev_ |
uint64_t | walltime_device_base_ |
Static Protected Attributes | |
static constexpr uint32_t | middle_bits_ = (1 << DEVICE_TIMESTAMP_BITS) / 2 |
Definition at line 25 of file walltime.h.
|
inline |
Definition at line 72 of file walltime.h.
|
inline |
Definition at line 65 of file walltime.h.
|
inline |
Definition at line 35 of file walltime.h.
|
protected |
Definition at line 28 of file walltime.h.
|
staticprotected |
Definition at line 32 of file walltime.h.
|
protected |
Definition at line 29 of file walltime.h.
|
protected |
Definition at line 30 of file walltime.h.