Absolute, relative time and high frequency counter. More...
Classes | |
| struct | Absolute |
| Absolute time as realtime or monotonically increasing clock. More... | |
| struct | HighResolutionCounter |
| An high resolution time counter. More... | |
| struct | Milliseconds |
| Type-safe wrapper of uint64 used to represent milliseconds. More... | |
| struct | Monotonic |
| Represent monotonically increasing time (use Monotonic::now for current time) More... | |
| struct | Nanoseconds |
| Type-safe wrapper of uint64 used to represent nanoseconds. More... | |
| struct | Realtime |
| Represents a realtime clock in milliseconds since epoch (use Realtime::now for current time) More... | |
| struct | Relative |
| Interval of time represented with 64 bit double precision float. More... | |
| struct | Seconds |
| Type-safe wrapper of uint64 used to represent seconds. More... | |
Absolute, relative time and high frequency counter.