Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-loop-count.c68 uint64_t ns; in BENCHMARK_IMPL() local
73 ns = uv_hrtime(); in BENCHMARK_IMPL()
75 ns = uv_hrtime() - ns; in BENCHMARK_IMPL()
81 ns / 1e9, in BENCHMARK_IMPL()
82 NUM_TICKS / (ns / 1e9)); in BENCHMARK_IMPL()
114 uint64_t ns; in BENCHMARK_IMPL() local
120 ns = uv_hrtime(); in BENCHMARK_IMPL()
122 ns = uv_hrtime() - ns; in BENCHMARK_IMPL()
128 ns / 1e9, in BENCHMARK_IMPL()
129 NUM_TICKS2 / (ns / 1e9)); in BENCHMARK_IMPL()

Completed in 4 milliseconds