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

/freebsd-12-stable/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,
/freebsd-12-stable/contrib/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);
209 if (!total_n_handled) {
215 throughput = total_n_handled /
229 total_n_handled,
232 (double)(usec/1000) / total_n_handled,

Completed in 102 milliseconds