Searched refs:end_time (Results 1 – 3 of 3) sorted by relevance
38 static int64_t end_time; variable81 end_time = uv_now(loop); in BENCHMARK_IMPL()87 (double) calls_completed / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
139 static int64_t start_time, end_time; in BENCHMARK_IMPL() local156 end_time = uv_now(loop); in BENCHMARK_IMPL()159 (double) N / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
280 uint64_t end_time; in pound_it() local297 end_time = uv_hrtime(); in pound_it()300 secs = (double)(end_time - start_time) / NANOSEC; in pound_it()
Completed in 7 milliseconds