Searched refs:lost_percent (Results 1 – 1 of 1) sorted by relevance
/external/iperf3/src/ |
D | iperf_api.c | 2765 double avg_jitter = 0.0, lost_percent; in iperf_print_intermediate() local 2839 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate() 2842 lost_percent = 0.0; in iperf_print_intermediate() 2845 …r * 1000.0, (int64_t) lost_packets, (int64_t) total_packets, (double) lost_percent, test->omitting… in iperf_print_intermediate() 2847 …d_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets, lost_percent, test->omitting… in iperf_print_intermediate() 2937 double start_time, end_time = 0.0, avg_jitter = 0.0, lost_percent = 0.0; in iperf_print_results() local 3070 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (sender_packet_count - sp->omitte… in iperf_print_results() 3073 lost_percent = 0.0; in iperf_print_results() 3093 …error), (int64_t) (packet_count - sp->omitted_packet_count), (double) lost_percent, (int64_t) (sp-… in iperf_print_results() 3166 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (receiver_packet_count - sp->omit… in iperf_print_results() [all …]
|