19 #ifndef MIR_TIME_STEADY_CLOCK_H_ 20 #define MIR_TIME_STEADY_CLOCK_H_ 36 std::chrono::steady_clock clock;
All things Mir.
Definition: atomic_callback.h:25
std::chrono::steady_clock::time_point Timestamp
Definition: types.h:29
std::chrono::steady_clock::duration Duration
Definition: types.h:30
Duration min_wait_until(Timestamp t) const override
The minimum amount of real time we would have to wait for this clock to reach or surpass the specifie...
Definition: steady_clock.cpp:28
Timestamp now() const override
The current time according to this clock.
Definition: steady_clock.cpp:22
Definition: steady_clock.h:29