Searched refs:total_received (Results 1 – 2 of 2) sorted by relevance
/external/libevent/test/ |
D | test-ratelim.c | 335 ev_uint64_t total_received; in test_ratelimiting() local 507 total_received = 0; in test_ratelimiting() 513 total_received += states[i].received; in test_ratelimiting() 519 ((double)total_received)/cfg_duration); in test_ratelimiting() 522 ((double)total_received/cfg_duration); in test_ratelimiting() 532 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting() 534 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
|
/external/iperf3/src/ |
D | iperf_api.c | 3242 iperf_size_t bytes_received, total_received = 0; in iperf_print_results() local 3311 total_received += bytes_received; in iperf_print_results() 3527 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results() 3530 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results() 3537 …tart_time, (double) receiver_time, (double) receiver_time, (int64_t) total_received, bandwidth * 8… in iperf_print_results() 3570 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results() 3573 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()
|