Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (wall, native)_clock: Rework NativeClock | Morph | 2023-06-08 | 1 | -3/+2 |
| | |||||
* | steady_clock: Introduce a real time clock | Morph | 2023-03-08 | 1 | -0/+25 |
| | |||||
* | common: Implement a high resolution steady clock | Morph | 2023-03-05 | 1 | -0/+56 |
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision. |