Steady clock. More...
#include <time.hpp>
Public Types | |
typedef nanoseconds | duration |
typedef duration | Duration |
typedef duration::period | period |
typedef duration::rep | rep |
typedef boost::chrono::time_point< steady_clock > | time_point |
typedef time_point | TimePoint |
Static Public Member Functions | |
static time_point | now () noexcept |
Static Public Attributes | |
static constexpr bool | is_steady = true |
Friends | |
struct | boost::asio::time_traits< steady_clock > |
Steady clock.
Steady clock represents a monotonic clock. The time points of this clock cannot decrease as physical time moves forward. This clock is not related to wall clock time, and is best suitable for measuring intervals.
typedef nanoseconds ndn::time::steady_clock::duration |
typedef duration::period ndn::time::steady_clock::period |
typedef duration::rep ndn::time::steady_clock::rep |
typedef boost::chrono::time_point<steady_clock> ndn::time::steady_clock::time_point |
|
staticnoexcept |
|
friend |