summaryrefslogtreecommitdiffstats
path: root/src/common/steady_clock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* steady_clock: Introduce a real time clockMorph2023-03-081-0/+11
|
* common: Implement a high resolution steady clockMorph2023-03-051-0/+23
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.