Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c53 int total_n_handled = 0; variable
89 ++total_n_handled; in errorcb()
95 if (total_n_handled && (total_n_handled%1000)==0) in errorcb()
96 printf("%d requests done\n",total_n_handled); in errorcb()
209 if (!total_n_handled) { in main()
215 throughput = total_n_handled / in main()
229 total_n_handled, in main()
232 (double)(usec/1000) / total_n_handled, in main()
/freebsd/contrib/libevent/test/
H A Dbench_httpclient.c53 int total_n_handled = 0; variable
89 ++total_n_handled; in errorcb()
95 if (total_n_handled && (total_n_handled%1000)==0) in errorcb()
96 printf("%d requests done\n",total_n_handled); in errorcb()
209 if (!total_n_handled) { in main()
215 throughput = total_n_handled / in main()
229 total_n_handled, in main()
232 (double)(usec/1000) / total_n_handled, in main()