Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-million-timers.c46 uint64_t after_run; in BENCHMARK_IMPL() local
66 after_run = uv_hrtime(); in BENCHMARK_IMPL()
80 fprintf(stderr, "%.2f seconds dispatch\n", (after_run - before_run) / 1e9); in BENCHMARK_IMPL()
81 fprintf(stderr, "%.2f seconds cleanup\n", (after_all - after_run) / 1e9); in BENCHMARK_IMPL()

Completed in 3 milliseconds