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

/freebsd-13-stable/contrib/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; local
422 total_received = 0;
428 total_received += states[i].received;
434 ((double)total_received)/cfg_duration);
437 ((double)total_received/cfg_duration);
447 (((double)total_received)/cfg_duration)/cfg_n_connections);
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c261 ev_uint64_t total_received; local
424 total_received = 0;
430 total_received += states[i].received;
436 ((double)total_received)/cfg_duration);
439 ((double)total_received/cfg_duration);
449 (((double)total_received)/cfg_duration)/cfg_n_connections);
451 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;

Completed in 99 milliseconds