Searched refs:total_received (Results 1 – 2 of 2) sorted by relevance
335 ev_uint64_t total_received; in test_ratelimiting() local507 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()