Searched refs:NUM_TICKS (Results 1 – 2 of 2) sorted by relevance
28 #define NUM_TICKS (2 * 1000 * 1000) macro37 if (++ticks == NUM_TICKS) in idle_cb()77 ASSERT_UINT64_EQ(ticks, NUM_TICKS); in BENCHMARK_IMPL()80 NUM_TICKS, in BENCHMARK_IMPL()82 NUM_TICKS / (ns / 1e9)); in BENCHMARK_IMPL()
25 #define NUM_TICKS 64 macro34 if (++idle_counter == NUM_TICKS) in idle_cb()44 ASSERT_EQ(idle_counter, NUM_TICKS); in TEST_IMPL()
Completed in 5 milliseconds