Searched refs:before_run (Results 1 – 1 of 1) sorted by relevance
45 uint64_t before_run; in BENCHMARK_IMPL() local64 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 31 milliseconds