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

Method TimeBase

util/system/fasttime.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 static TTime TimeBase() {
106 return SystemTime();
107 }
108
109 inline TTime Rdtsc() {
110 return RdtscBase() - IProc;

Callers

nothing calls this directly

Calls 1

SystemTimeFunction · 0.85

Tested by

no test coverage detected