Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 10 of 10) sorted by relevance

/iperf/src/
H A Diperf_server_api.c258 test->timer = NULL; in server_timer_proc()
308 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()
311 …test->timer = tmr_create(&now, server_timer_proc, cd, (test->duration + test->omit + grace_period)… in create_server_timers()
312 if (test->timer == NULL) { in create_server_timers()
420 if (test->timer != NULL) { in cleanup_server()
421 tmr_cancel(test->timer); in cleanup_server()
422 test->timer = NULL; in cleanup_server()
H A DMakefile.in153 timer.lo units.lo
171 portable_endian.h queue.h tcp_info.c timer.c timer.h units.c \
259 ./$(DEPDIR)/iperf3_profile-timer.Po \
667 timer.c \
668 timer.h \
1201 iperf3_profile-timer.o: timer.c
1203 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po
1208 iperf3_profile-timer.obj: timer.c
1210 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po
1776 -rm -f ./$(DEPDIR)/timer.Plo
[all …]
H A Dtimer.h87 extern void tmr_reset( struct iperf_time* nowP, Timer* timer );
92 extern void tmr_cancel( Timer* timer );
H A DMakefile.am42 timer.c \
43 timer.h \
H A Diperf_client_api.c141 test->timer = NULL; in test_timer_proc()
184 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()
187 …test->timer = tmr_create(&now, test_timer_proc, cd, ( test->duration + test->omit ) * SEC_TO_US, 0… in create_client_timers()
188 if (test->timer == NULL) { in create_client_timers()
H A Diperf.h346 Timer *timer; member
H A Diperf_api.c2940 if (test->timer != NULL) in iperf_free_test()
2941 tmr_cancel(test->timer); in iperf_free_test()
3022 if (test->timer != NULL) { in iperf_reset_test()
3023 tmr_cancel(test->timer); in iperf_reset_test()
3024 test->timer = NULL; in iperf_reset_test()
/iperf/docs/
H A Dinvoking.rst286 --pacing-timer n[KMGT]
287 set pacing timer interval in microseconds (default 1000
289 timer for the -b/--bitrate option. The timer fires at the
291 timer parameter smooth out the traffic emitted by iperf3, but
293 timer processing.
H A D2017-04-27.txt87 (#517), a more fine-grained pacing timer (#460), and some portability
/iperf/
H A DRELNOTES.md359 the --pacing-timer option (#563).
897 * Improved interval timer granularity