summaryrefslogtreecommitdiffstats
path: root/src/common/steady_clock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-08steady_clock: Introduce a real time clockMorph1-0/+11
2023-03-05common: Implement a high resolution steady clockMorph1-0/+23
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.