#include <sstream>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
Go to the source code of this file.
static uint64_t ClockMonotonicUsec |
( |
| ) |
|
|
inlinestatic |
static const std::string duration_usecs_to_string |
( |
const uint64_t |
usecs | ) |
|
|
inlinestatic |
static time_t UTCTimestamp |
( |
| ) |
|
|
inlinestatic |
static uint64_t UTCTimestampUsec |
( |
| ) |
|
|
inlinestatic |
static boost::posix_time::ptime UTCUsecToPTime |
( |
uint64_t |
tusec | ) |
|
|
inlinestatic |
static std::string UTCUsecToString |
( |
uint64_t |
tstamp | ) |
|
|
inlinestatic |