MCPcopy Create free account
hub / github.com/catboost/catboost / MilliSeconds

Function MilliSeconds

util/system/datetime.h:21–23  ·  view source on GitHub ↗

Current time in milliseconds since epoch

Source from the content-addressed store, hash-verified

19ui64 MicroSeconds() noexcept;
20/// Current time in milliseconds since epoch
21inline ui64 MilliSeconds() {
22 return MicroSeconds() / ui64(1000);
23}
24/// Current time in milliseconds since epoch (deprecated, use MilliSeconds instead)
25inline ui64 millisec() {
26 return MilliSeconds();

Callers 15

RequestMethod · 0.85
RequestMethod · 0.85
WaitUntilConnectableFunction · 0.85
DoTestJoinFunction · 0.85
DoMainFunction · 0.85
WaitForIOMethod · 0.85
DoRunMethod · 0.85
TImplMethod · 0.85
MetaThreadFunctionMethod · 0.85

Calls 1

MicroSecondsFunction · 0.85

Tested by 7

RequestMethod · 0.68
RequestMethod · 0.68
TestTimeoutMethod · 0.68