Searched refs:after_run (Results 1 – 1 of 1) sorted by relevance
46 uint64_t after_run; in BENCHMARK_IMPL() local66 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 5 milliseconds