summaryrefslogtreecommitdiffstats
path: root/src/common/steady_clock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.