Searched refs:before_all (Results 1 – 1 of 1) sorted by relevance
44 uint64_t before_all; in BENCHMARK_IMPL() local57 before_all = uv_hrtime(); in BENCHMARK_IMPL()78 fprintf(stderr, "%.2f seconds total\n", (after_all - before_all) / 1e9); in BENCHMARK_IMPL()79 fprintf(stderr, "%.2f seconds init\n", (before_run - before_all) / 1e9); in BENCHMARK_IMPL()
Completed in 3 milliseconds