Home
last modified time | relevance | path

Searched refs:reporter_interval (Results 1 – 5 of 5) sorted by relevance

/external/iperf3/src/
Diperf_client_api.c177 if (test->reporter_interval != 0) { in create_client_timers()
178 …rter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * SEC_TO_US,… in create_client_timers()
195 if (test->verbose && !test->json_output && test->reporter_interval == 0) in client_omit_timer_proc()
Diperf_server_api.c300 if (test->reporter_interval != 0) { in create_server_timers()
301 …rter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * SEC_TO_US,… in create_server_timers()
318 if (test->verbose && !test->json_output && test->reporter_interval == 0) in server_omit_timer_proc()
Diperf.h318 double reporter_interval; member
Diperf_api.h146 void iperf_set_test_reporter_interval( struct iperf_test* ipt, double reporter_interval );
Diperf_api.c248 return ipt->reporter_interval; in iperf_get_test_reporter_interval()
411 iperf_set_test_reporter_interval(struct iperf_test *ipt, double reporter_interval) in iperf_set_test_reporter_interval() argument
413 ipt->reporter_interval = reporter_interval; in iperf_set_test_reporter_interval()
990 test->stats_interval = test->reporter_interval = atof(optarg); in iperf_parse_arguments()
2495 testp->stats_interval = testp->reporter_interval = 1; in iperf_defaults()