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

Method Now

library/cpp/chromium_trace/event.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 TEventTime TEventTime::Now() {
21 return TEventTime{
22 GetWallTime(),
23 GetThreadCPUTime(),
24 };
25 }
26
27 bool operator==(const TEventTime& lhs, const TEventTime& rhs) {
28 return lhs.WallTime == rhs.WallTime && lhs.ThreadCPUTime == rhs.ThreadCPUTime;

Callers

nothing calls this directly

Calls 2

GetWallTimeFunction · 0.85
GetThreadCPUTimeFunction · 0.85

Tested by

no test coverage detected