MonotonicClock
interface MonotonicClock
A monotonic clock is a clock which has an unspecified initial value, and successive reads of the clock will produce non-decreasing values.
It is intended for measuring elapsed time.
Inheritors
Functions
Link copied to clipboard
This creates a new MonotonicTimer with the given starting time. It will count down from this time until it reaches zero.
Link copied to clipboard
Query the resolution of the clock.