| 4 | |
| 5 | Y_UNIT_TEST_SUITE(TestCpuTimerSuite) { |
| 6 | Y_UNIT_TEST(TestCyclesToDurationSafe) { |
| 7 | ui64 cycles = DurationToCyclesSafe(TDuration::Hours(24)); |
| 8 | UNIT_ASSERT_VALUES_EQUAL(24, CyclesToDurationSafe(cycles).Hours()); |
| 9 | } |
| 10 | } // Y_UNIT_TEST_SUITE(TestCpuTimerSuite) |
nothing calls this directly
no test coverage detected