Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-getaddrinfo.c38 static int64_t end_time; variable
81 end_time = uv_now(loop); in BENCHMARK_IMPL()
87 (double) calls_completed / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
H A Dbenchmark-spawn.c139 static int64_t start_time, end_time; in BENCHMARK_IMPL() local
156 end_time = uv_now(loop); in BENCHMARK_IMPL()
159 (double) N / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
H A Dbenchmark-pound.c280 uint64_t end_time; in pound_it() local
297 end_time = uv_hrtime(); in pound_it()
300 secs = (double)(end_time - start_time) / NANOSEC; in pound_it()

Completed in 9 milliseconds