30 using std::chrono::steady_clock;
31 using std::chrono::microseconds;
32 using std::chrono::floor;
43 RealClock::_readSystemTime()
45 auto now = steady_clock::now();
46 auto microTicks = floor<microseconds> (now.time_since_epoch())
49 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.