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

Method Get

util/datetime/cputimer.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 Reset();
25 }
26 TDuration Get() const {
27 return TInstant::Now() - T;
28 }
29 void Reset() {
30 T = TInstant::Now();
31 }

Callers 1

ResetMethod · 0.45

Calls 1

NowFunction · 0.70

Tested by

no test coverage detected