userver: userver/utils/datetime/steady_coarse_clock.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
steady_coarse_clock.hpp File Reference

Steady clock with up to a few millisecond resolution that is slightly faster than the std::chrono::steady_clock. More...

#include <chrono>
+ Include dependency graph for steady_coarse_clock.hpp:

Go to the source code of this file.

Classes

struct  utils::datetime::SteadyCoarseClock
 Steady clock with up to a few millisecond resolution that is slightly faster than the std::chrono::steady_clock. More...
 

Namespaces

namespace  utils
 Utilities.
 
namespace  utils::datetime
 Date and time utilities.
 

Detailed Description

Steady clock with up to a few millisecond resolution that is slightly faster than the std::chrono::steady_clock.

Definition in file steady_coarse_clock.hpp.