total_n_handled    53 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c int total_n_handled = 0;
total_n_handled    89 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 		++total_n_handled;
total_n_handled    95 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 		if (total_n_handled && (total_n_handled%1000)==0)
total_n_handled    96 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 			printf("%d requests done\n",total_n_handled);
total_n_handled   196 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	if (!total_n_handled) {
total_n_handled   202 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	throughput = total_n_handled /
total_n_handled   216 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	    total_n_handled,
total_n_handled   219 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	    (double)(usec/1000) / total_n_handled,