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

Function GetTicksToMicroseconds

library/cpp/yt/cpu_clock/clock.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28double GetTicksToMicroseconds()
29{
30 static const auto TicksToMicroseconds = 1.0 / GetMicrosecondsToTicks();
31 return TicksToMicroseconds;
32}
33
34YT_PREVENT_TLS_CACHING TCalibrationState GetCalibrationState(TCpuInstant cpuInstant)
35{

Callers 3

GetInstantFunction · 0.85
CpuDurationToDurationFunction · 0.85
CpuInstantToInstantFunction · 0.85

Calls 1

GetMicrosecondsToTicksFunction · 0.85

Tested by

no test coverage detected