39 using std::chrono::steady_clock;
40 using std::chrono::microseconds;
41 using std::chrono::floor;
52 RealClock::_readSystemTime()
54 auto now = steady_clock::now();
55 auto microTicks = floor<microseconds> (now.time_since_epoch())
58 ENSURE (microTicks == _raw(TimeValue{microTicks}));
static TimeValue buildRaw_(gavl_time_t)
boost::rational< int64_t > FSecs
rational representation of fractional seconds
static const Offset CONSIDERED_RECENT
events during the last ms are considered "recent" for the purpose of testing
Front-end for simplified access to the current wall clock time.
Vault-Layer implementation namespace root.