summaryrefslogtreecommitdiff
path: root/src/common/steady_clock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* steady_clock: Introduce a real time clockGravatar Morph2023-03-071-0/+25
|
* common: Implement a high resolution steady clockGravatar Morph2023-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.