Expand description
High-resolution timing helpers (opt-in)
When the high-res-timing
feature is enabled, provides an ultra-fast
monotonically increasing clock via quanta
.
Structs§
- Instant
- A point-in-time wall-clock measurement.
Functions§
- now
- Returns a high-resolution Instant using a cached
quanta::Clock
.