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

Function Time

util/stream/format.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Time(IOutputStream& l) {
126 l << millisec();
127}
128
129void TimeHumanReadable(IOutputStream& l) {
130 char timeStr[30];

Callers 1

GetBaseMethod · 0.50

Calls 1

millisecFunction · 0.85

Tested by

no test coverage detected