summaryrefslogtreecommitdiff
path: root/src/common/steady_clock.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-07(wall, native)_clock: Rework NativeClockGravatar Morph1-3/+2
2023-03-07steady_clock: Introduce a real time clockGravatar Morph1-0/+25
2023-03-05common: Implement a high resolution steady clockGravatar Morph1-0/+56
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.