Kudu C++ client API
|
Representation of a particular point in time. More...
#include <monotime.h>
Static Public Member Functions | |
static MonoTime | Now () |
static MonoTime | Max () |
static MonoTime | Min () |
Static Public Attributes | |
Conversion constants for ubiquitous time units. | |
static const int64_t | kNanosecondsPerSecond = 1000000000L |
Nanoseconds per second. | |
static const int64_t | kNanosecondsPerMillisecond = 1000000L |
Nanoseconds per millisecond. | |
static const int64_t | kNanosecondsPerMicrosecond = 1000L |
Nanoseconds per microseconds. | |
static const int64_t | kMicrosecondsPerSecond = 1000000L |
Microseconds per second. | |
Representation of a particular point in time.
The MonoTime class represents a particular point in time, relative to some fixed but unspecified reference point.
This time is monotonic, meaning that if the user changes his or her system clock, the monotime does not change.
|
static |
|
static |
|
static |
Get current time in MonoTime representation.