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

/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c53 int total_n_handled = 0; variable
89 ++total_n_handled;
95 if (total_n_handled && (total_n_handled%1000)==0)
96 printf("%d requests done\n",total_n_handled);
207 if (!total_n_handled) {
213 throughput = total_n_handled /
227 total_n_handled,
230 (double)(usec/1000) / total_n_handled,

Completed in 53 milliseconds