#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 | |
constexpr static uint32_t | middle_bits_ = (1 << DEVICE_TIMESTAMP_BITS) / 2 |
Definition at line 27 of file walltime.h.
|
inline |
Definition at line 74 of file walltime.h.
|
inline |
Definition at line 67 of file walltime.h.
|
inline |
Definition at line 37 of file walltime.h.
|
protected |
Definition at line 30 of file walltime.h.
|
staticconstexprprotected |
Definition at line 34 of file walltime.h.
|
protected |
Definition at line 31 of file walltime.h.
|
protected |
Definition at line 32 of file walltime.h.