|
|
virtual int64 | NowUs () const |
| | Returns number of microseconds since 1970.
|
| |
|
virtual void | SleepUs (int64 us) |
| | Sleep for given number of microseconds.
|
| |
|
virtual int64 | NowMs () const |
| | Returns number of milliseconds since 1970.
|
| |
|
virtual void | SleepMs (int64 ms) |
| | Sleep for given number of milliseconds.
|
| |
|
| static const int64 | kSecondMs = 1000 |
| |
|
static const int64 | kMsUs = 1000 |
| |
|
static const int64 | kSecondUs = kMsUs * kSecondMs |
| |
|
static const int64 | kSecondNs = 1000 * kSecondUs |
| |
|
static const int64 | kMinuteMs = 60 * kSecondMs |
| |
|
static const int64 | kMinuteUs = 60 * kSecondUs |
| |
|
static const int64 | kHourMs = 60 * kMinuteMs |
| |
|
static const int64 | kDayMs = 24 * kHourMs |
| |
|
static const int64 | kWeekMs = 7 * kDayMs |
| |
|
static const int64 | kMonthMs = 31 * kDayMs |
| |
|
static const int64 | kYearMs = 365 * kDayMs |
| |
The documentation for this class was generated from the following file: