Home
last modified time | relevance | path

Searched refs:NUM_TICKS (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dbenchmark-loop-count.c28 #define NUM_TICKS (2 * 1000 * 1000) macro
37 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()
H A Dtest-run-once.c25 #define NUM_TICKS 64 macro
34 if (++idle_counter == NUM_TICKS) in idle_cb()
44 ASSERT_EQ(idle_counter, NUM_TICKS); in TEST_IMPL()

Completed in 4 milliseconds