Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ InterpolatedMicroSeconds
Function
InterpolatedMicroSeconds
util/system/fasttime.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
#if defined(_win_) || defined(_arm32_) || defined(_cygwin_)
11
ui64 InterpolatedMicroSeconds() {
12
return MicroSeconds();
13
}
14
#else
15
16
#include <dlfcn.h>
Callers
1
CurrentUTC
Method · 0.85
Calls
2
MicroSeconds
Function · 0.85
Get
Method · 0.45
Tested by
no test coverage detected