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