Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench_httpclient.c54 int total_n_handled = 0; variable
90 ++total_n_handled; in errorcb()
96 if (total_n_handled && (total_n_handled%1000)==0) in errorcb()
97 printf("%d requests done\n",total_n_handled); in errorcb()
210 if (!total_n_handled) { in main()
216 throughput = total_n_handled / in main()
230 total_n_handled, in main()
233 (double)(usec/1000) / total_n_handled, in main()