30using std::chrono::steady_clock;
31using std::chrono::microseconds;
32using std::chrono::floor;
45 auto now = steady_clock::now();
46 auto microTicks = floor<microseconds> (
now.time_since_epoch())
49 ENSURE (microTicks == _raw(
TimeValue{microTicks}));
basic constant internal time value.
static TimeValue buildRaw_(raw_time_64)
static TimeValue _readSystemTime()
static const Offset CONSIDERED_RECENT
events during the last ms are considered "recent" for the purpose of testing
boost::rational< int64_t > FSecs
rational representation of fractional seconds
Vault-Layer implementation namespace root.
Front-end for simplified access to the current wall clock time.