Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ GetTimeStampInMs
Function
GetTimeStampInMs
src/common/timer.h:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
static inline int64_t GetTimeStampInUs() { return get_micros(); }
63
64
static inline int64_t GetTimeStampInMs() { return get_millis(); }
65
}
Callers
4
LowLevelScan
Method · 0.85
KvTableScan
Method · 0.85
DoWork
Method · 0.85
DoRead
Method · 0.85
Calls
1
get_millis
Function · 0.85
Tested by
no test coverage detected