Honeycomb
0.1
Component-Model Framework
|
System-wide monotonic clock. High-resolution and steady-rate time since application start, can't go backwards. More...
#include <Clock.h>
Public Types | |
typedef Super::TimePoint | TimePoint |
typedef TimePoint::Duration | Duration |
typedef Duration::Rep | Rep |
typedef Duration::Period | Period |
Static Public Member Functions | |
static TimePoint | now () |
Get current time. More... | |
Static Public Attributes | |
static const bool | isMonotonic = true |
System-wide monotonic clock. High-resolution and steady-rate time since application start, can't go backwards.
typedef Duration::Rep honey::MonoClock::Rep |
typedef Super::TimePoint honey::MonoClock::TimePoint |
|
inlinestatic |
Get current time.
|
static |