Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-08 | steady_clock: Introduce a real time clock | Morph | 1 | -0/+11 | |
2023-03-05 | common: Implement a high resolution steady clock | Morph | 1 | -0/+23 | |
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision. |