#include "tinyformat.h"
#include "utiltime.h"
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/thread.hpp>
Go to the source code of this file.
◆ DateTimeStrFormat()
| std::string DateTimeStrFormat |
( |
const char * |
pszFormat, |
|
|
int64_t |
nTime |
|
) |
| |
◆ DurationToDHMS()
| std::string DurationToDHMS |
( |
int64_t |
nDurationTime | ) |
|
◆ GetTime()
◆ GetTimeMicros()
| int64_t GetTimeMicros |
( |
| ) |
|
◆ GetTimeMillis()
| int64_t GetTimeMillis |
( |
| ) |
|
◆ MilliSleep()
| void MilliSleep |
( |
int64_t |
n | ) |
|
◆ SetMockTime()
| void SetMockTime |
( |
int64_t |
nMockTimeIn | ) |
|