History log of /iperf/src/timer.c (Results 1 – 25 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11
# e919e8c2 03-Sep-2021 a1346054 <[email protected]>

trim excess whitespace


Revision tags: 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7, 3.6
# cde81d76 16-May-2018 Ben Fox-Moore <[email protected]>

Add initial portable time abstraction


Revision tags: 3.5, 3.4, 3.3, 3.2, 3.2rc1, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.0.12, 3.1.3, 3.1.2, 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10, 3.0.9, 3.0.8
# da9f046f 29-Sep-2014 Bruce A. Mah <[email protected]>

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some pun

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some punctuation.

show more ...


Revision tags: 3.0.7, 3.0.6, 3.0.5, 3.0.4, 3.0.3, 3.0.2, 3.0.1, 3.0-BETA5
# 037c0c23 18-Feb-2013 Jef Poskanzer <[email protected]>

Handle timers longer than 2147 seconds (2^31 microseconds).


# ec2d0670 12-Dec-2012 Jef Poskanzer <[email protected]>

Switched to using a new timer package, adapted from thttpd and http_load.


# 9673370f 05-Dec-2012 Jef Poskanzer <[email protected]>

Move non-timer routines from timer.[hc] to iperf_util.[hc]


# 8a0cc100 02-Nov-2012 jef <[email protected]>

Testing timeval equality deserves to be its own routine.


# 98ce496b 28-Sep-2012 jef <[email protected]>

Some changes to the iperf3 API to work with bwctl, mostly having to
do with what defs are in which include file. End result is we now have
only one public include file, iperf_api.h.


# 7d375156 20-Apr-2011 Jon Dugan <[email protected]>

update license info for all source files


# ad426c6f 02-Mar-2011 sethdelliott <devnull@localhost>

Added CPU utilization exchange and display (use verbose mode [-V]).


# 3331e801 24-Feb-2011 sethdelliott <devnull@localhost>

Added portable CPU utilization code. Still need to exchange utilizations between client and server.


# 9286415c 20-Sep-2010 Jon Dugan <[email protected]>

update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris


Revision tags: 3.0-BETA4
# 0bd8d9da 02-Aug-2010 sethdelliott <devnull@localhost>

Added ability to set TCP window size (-w). Modified code to keep test structures intact after a test is complete. Improved interval timer granularity. Fixed a bug with timeval_diff.


Revision tags: 3.0-BETA3
# b60a49dd 20-Jul-2010 sethdelliott <devnull@localhost>

All error handling is now handled by iperf_error. Also cleaned up some code


Revision tags: 3.0-BETA2, 3.0-BETA1
# f1b3bd81 07-Jul-2010 sethdelliott <devnull@localhost>

Quite a bit of code restructuring.


# ff385f98 16-Jun-2010 sethdelliott <[email protected]>

Fixed format and improved readibility of timer.c functions. Also formalized timer.h header.


# fda84f3f 20-Nov-2009 Brian Tierney <[email protected]>

fixed bug in server side thoughput calculation


# dfb2d9d4 16-Nov-2009 Brian Tierney <[email protected]>

some memory usage cleanup based on valgrind report


# f4e1c1d4 16-Nov-2009 Brian Tierney <[email protected]>

fixes for -T mode


# 97887027 15-Nov-2009 Brian Tierney <[email protected]>

completely reworked stats collection/display code. Mostly working again, and much more readable.


# da54a271 27-Oct-2009 Brian Tierney <[email protected]>

a bit more cleanup, and determined that UDP is more broken than I thought.


# 6f572384 23-Oct-2009 Brian Tierney <[email protected]>

lots more cleanup. Seems to work for single stream TCP now. UDP broke. Parallel TCP not tested


# a7253334 22-Oct-2009 Brian Tierney <[email protected]>

more cleanup; TCP works again now, lots of debug messages still in there


# e434aab6 19-Oct-2009 Brian Tierney <[email protected]>

code cleanup: used 'indent' to enforce consistant style


# c5038eea 28-Jul-2009 kaustubhprabhu <devnull@localhost>

disabled timer for -n option


12