#include <walltime.h>
Public Member Functions | |
uint64_t | update (const uint32_t &time_device) |
Walltime () | |
Protected Attributes | |
bool | initialized_ |
uint32_t | time_device_prev_ |
uint64_t | walltime_device_base_ |
Definition at line 25 of file walltime.h.
scip2::Walltime< DEVICE_TIMESTAMP_BITS >::Walltime | ( | ) | [inline] |
Definition at line 48 of file walltime.h.
uint64_t scip2::Walltime< DEVICE_TIMESTAMP_BITS >::update | ( | const uint32_t & | time_device | ) | [inline] |
Definition at line 33 of file walltime.h.
bool scip2::Walltime< DEVICE_TIMESTAMP_BITS >::initialized_ [protected] |
Definition at line 28 of file walltime.h.
uint32_t scip2::Walltime< DEVICE_TIMESTAMP_BITS >::time_device_prev_ [protected] |
Definition at line 29 of file walltime.h.
uint64_t scip2::Walltime< DEVICE_TIMESTAMP_BITS >::walltime_device_base_ [protected] |
Definition at line 30 of file walltime.h.