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.c297 if (test->reporter_interval != 0) { in create_server_timers()
298 …rter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * SEC_TO_US,… in create_server_timers()
315 if (test->verbose && !test->json_output && test->reporter_interval == 0) in server_omit_timer_proc()
Diperf.h311 double reporter_interval; member
Diperf_api.h134 void iperf_set_test_reporter_interval( struct iperf_test* ipt, double reporter_interval );
Diperf_api.c225 return ipt->reporter_interval; in iperf_get_test_reporter_interval()
358 iperf_set_test_reporter_interval(struct iperf_test *ipt, double reporter_interval) in iperf_set_test_reporter_interval() argument
360 ipt->reporter_interval = reporter_interval; in iperf_set_test_reporter_interval()
860 test->stats_interval = test->reporter_interval = atof(optarg); in iperf_parse_arguments()
2246 testp->stats_interval = testp->reporter_interval = 1; in iperf_defaults()