Searched refs:calls_completed (Results 1 – 1 of 1) sorted by relevance
36 static int calls_completed = 0; variable47 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 5 milliseconds