Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-getaddrinfo.c36 static int calls_completed = 0; variable
47 calls_completed++; in getaddrinfo_cb()
84 ASSERT_EQ(calls_completed, TOTAL_CALLS); in BENCHMARK_IMPL()
87 (double) calls_completed / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()

Completed in 3 milliseconds