Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void Time(IOutputStream& l) {
126
l << millisec();
127
}
128
129
void TimeHumanReadable(IOutputStream& l) {
130
char timeStr[30];
Callers
1
GetBase
Method · 0.50
Calls
1
millisec
Function · 0.85
Tested by
no test coverage detected