MCPcopy 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_)
11ui64 InterpolatedMicroSeconds() {
12 return MicroSeconds();
13}
14#else
15
16 #include <dlfcn.h>

Callers 1

CurrentUTCMethod · 0.85

Calls 2

MicroSecondsFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected