MCPcopy 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

62static inline int64_t GetTimeStampInUs() { return get_micros(); }
63
64static inline int64_t GetTimeStampInMs() { return get_millis(); }
65}

Callers 4

LowLevelScanMethod · 0.85
KvTableScanMethod · 0.85
DoWorkMethod · 0.85
DoReadMethod · 0.85

Calls 1

get_millisFunction · 0.85

Tested by

no test coverage detected