Appendix D. C++ Thread Library reference
The <chrono> header provides classes for representing points in time and durations and clock classes, which act as a source of time_points. Each clock has an is_steady static data member, which indicates whether it’s a steady clock that advances at a uniform rate (and can’t be adjusted). The std::chrono::steady_clock class is the only clock guaranteed to be steady.
Header contents