Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | steady_clock: Introduce a real time clock | Morph | 2023-03-08 | 1 | -0/+11 |
| | |||||
* | common: Implement a high resolution steady clock | Morph | 2023-03-05 | 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. |