Searched refs:reporter_interval (Results 1 – 5 of 5) sorted by relevance
/external/iperf3/src/ |
D | iperf_client_api.c | 177 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()
|
D | iperf_server_api.c | 300 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()
|
D | iperf.h | 318 double reporter_interval; member
|
D | iperf_api.h | 146 void iperf_set_test_reporter_interval( struct iperf_test* ipt, double reporter_interval );
|
D | iperf_api.c | 248 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()
|