Home
last modified time | relevance | path

Searched refs:time (Results 1 – 22 of 22) sorted by relevance

/iperf/src/
H A Dtimer.c71 if (iperf_time_compare(&t->time, &timers->time) < 0) { in list_add()
81 if (iperf_time_compare(&t->time, &t2->time) < 0) { in list_add()
144 t->time = now; in tmr_create()
145 iperf_time_add_usecs(&t->time, usecs); in tmr_create()
165 past = iperf_time_diff(&timers->time, &now, &diff); in tmr_timeout()
189 if (iperf_time_compare(&t->time, &now) > 0) in tmr_run()
194 iperf_time_add_usecs(&t->time, t->usecs); in tmr_run()
208 t->time = now; in tmr_reset()
209 iperf_time_add_usecs( &t->time, t->usecs ); in tmr_reset()
H A Diperf_time.c84 iperf_time_in_usecs(struct iperf_time *time) in iperf_time_in_usecs() argument
86 return time->secs * 1000000LL + time->usecs; in iperf_time_in_usecs()
90 iperf_time_in_secs(struct iperf_time *time) in iperf_time_in_secs() argument
92 return time->secs + time->usecs / 1000000.0; in iperf_time_in_secs()
H A Diperf_time.h45 uint64_t iperf_time_in_usecs(struct iperf_time *time);
47 double iperf_time_in_secs(struct iperf_time *time);
H A Dtimer.h64 struct iperf_time time; member
H A Diperf_auth.c68 time_t t = time(NULL); in check_authentication()
284 time_t t = time(NULL); in encode_auth_setting()
H A Diperf_error.c52 time(&now); in iperf_err()
91 time(&now); in iperf_errexit()
H A Dt_auth.c112 time_t now = time(NULL); in test_authtoken()
H A Diperf_api.c886 now_secs = time((time_t*) 0); in iperf_on_connect()
4751 time(&now); in iperf_printf()
/iperf/docs/
H A Dfaq.rst8 known bugs and issues. After spending some time trying to fix
70 time.
92 #. At the time the linking of the iperf3 profiled executable fails,
179 reduced more. It may help to increase the testing time beyond the
194 I’m using the ``--logfile`` option. How do I see file output in real time?
H A Dinvoking.rst100 -i option). Each line of output includes (at least) the time since the
216 handle one client connection, then exit. If an idle time is
217 set, the server will exit after that amount of time with no con-
247 --time-skew-thresholdsecond seconds
248 time skew threshold (in seconds) between the server and client
308 -t, --time n
309 time in seconds to transmit for (default 10 secs)
H A D2017-04-27.txt52 noted that ESnet's time commitments to iperf3 are somewhat limited and
56 which we don't have the time to work on ourselves. These are good
H A Dbuilding.rst26 ``--disabled-shared`` or ``--disable-static`` configure-time options.
H A Dindex.rst26 and macOS. At this time, these are the only officially
H A Dobtaining.rst72 and macOS 10.12. At this time, these are the only officially supported
H A Ddev.rst64 -T, --ttl time-to-live, for multicast (default 1)
H A Dnews.rst30 been added (``--time-skew-threshold``, ``--bind-dev``,
/iperf/contrib/
H A Diperf3.gp20 set xlabel "time (seconds)"
/iperf/
H A DRELNOTES.md21 * Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197)
62 and server is now configurable with the new --time-skew-threshold
273 * A bug in time skew checking under authentication was fixed (#674).
382 length of time that the client will attempt to connect to the
762 * The maximum test running time has been increased from one hour to
768 * A bug that caused CPU time to be computed incorrectly on FreeBSD
787 tools at build-time.
H A DREADME.md22 and macOS. At this time, these are the only officially supported
123 -T, --ttl time-to-live, for multicast (default 1)
H A DINSTALL89 same time, by placing the object files for each architecture in their
98 time in the source code directory. After you have installed the
H A Daclocal.m41732 # On MiNT this can take a long time and run out of memory.
1762 # The test takes a long time on OS/2.
2417 [User-defined run-time library search path.])
2491 # and later when we are not doing run time linking.
3149 restored at link time])
3178 [Compile-time system search path for libraries])
3180 [Detected run-time system search path for libraries])
3182 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
5415 # Test if we are trying to use run time linking or normal
5543 # Warning - without using the other run time loading flags,
[all …]
H A Dconfigure.ac132 AC_MSG_WARN([Couldn't find endian.h or sys/endian.h files: doing compile-time tests.])