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