Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-million-timers.c45 uint64_t before_run; in BENCHMARK_IMPL() local
64 before_run = uv_hrtime(); in BENCHMARK_IMPL()
79 fprintf(stderr, "%.2f seconds init\n", (before_run - before_all) / 1e9); in BENCHMARK_IMPL()
80 fprintf(stderr, "%.2f seconds dispatch\n", (after_run - before_run) / 1e9); in BENCHMARK_IMPL()

Completed in 4 milliseconds