diff options
author | John Newbery <john@johnnewbery.com> | 2017-05-10 15:49:00 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-05-10 15:49:00 -0400 |
commit | 761392db3a721728863f773d337d516125ddb23c (patch) | |
tree | 019b8b3fd6ace4c42c698ff184141696515bc842 /src/utiltime.h | |
parent | 4b766fcdd4ca16399075d1e081a321b3b05ce516 (diff) |
[logging] log system time and mock time
Diffstat (limited to 'src/utiltime.h')
-rw-r--r-- | src/utiltime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utiltime.h b/src/utiltime.h index cc3290c631..8ae8540b89 100644 --- a/src/utiltime.h +++ b/src/utiltime.h @@ -23,8 +23,8 @@ int64_t GetTime(); int64_t GetTimeMillis(); int64_t GetTimeMicros(); int64_t GetSystemTimeInSeconds(); // Like GetTime(), but not mockable -int64_t GetLogTimeMicros(); void SetMockTime(int64_t nMockTimeIn); +int64_t GetMockTime(); void MilliSleep(int64_t n); std::string DateTimeStrFormat(const char* pszFormat, int64_t nTime); |