summaryrefslogtreecommitdiffstats
path: root/src/common/steady_clock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (wall, native)_clock: Rework NativeClockMorph2023-06-081-3/+2
|
* steady_clock: Introduce a real time clockMorph2023-03-081-0/+25
|
* common: Implement a high resolution steady clockMorph2023-03-051-0/+56
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.