HomeSort by: relevance | last modified time | path
    Searched defs:calls_completed (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/test/
benchmark-getaddrinfo.c 36 static int calls_completed = 0; variable
47 calls_completed++;
84 ASSERT(calls_completed == TOTAL_CALLS);
87 (double) calls_completed / (double) (end_time - start_time) * 1000.0);

Completed in 130 milliseconds