History log of /iperf/src/timer.h (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8
# 666040bd 16-Nov-2019 Xiang Xiao <[email protected]>

fix hotn?, strcasecmp and timeval isn't defined error

by including arpa/inet.h, strings.h and sys/timer.h

Part of #935.

Change-Id: Ibac8d3a992457f2a7cc10f74b144e3ebe69976d8
Signed-off-by: Xiang Xi

fix hotn?, strcasecmp and timeval isn't defined error

by including arpa/inet.h, strings.h and sys/timer.h

Part of #935.

Change-Id: Ibac8d3a992457f2a7cc10f74b144e3ebe69976d8
Signed-off-by: Xiang Xiao <[email protected]>
(cherry picked from commit b9aa6cef43b338666a72bf6425fc88ed7602bce5)
Signed-off-by: Bruce A. Mah <[email protected]>

show more ...


Revision tags: 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
# ac0786c8 03-Jan-2014 Bruce A. Mah <[email protected]>

Fix typos: s/exitting/exiting/

Bump a couple of copyright dates while here.


Revision tags: 3.0-BETA5
# 231c5629 18-Feb-2013 Jef Poskanzer <[email protected]>

Comment out the "__attribute__((hot))" declarations because they cause
compiler warnings on older systems. They probably didn't help
performance anyway. They'll remain in the source as markers.


# ba55284d 18-Feb-2013 Jef Poskanzer <[email protected]>

Added some "hot" attributes to mark a few routines that deserve
extra optimization. Most likely this has no effect.


# 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.


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

update license info for all source files


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

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


Revision tags: 3.0-BETA4, 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.


Revision tags: 3.0-ALPHA1, iperf3
# c6ffef11 02-Jul-2009 kaustubhprabhu <devnull@localhost>

implemented UDP-timer changes , o/p format changes


# 5f0a15f9 26-Jun-2009 kaustubhprabhu <devnull@localhost>

changed format of reports to default iperf format, added timer functions, added local.h for standard o/p formats


# 0fdaab07 24-Feb-2009 Jon Dugan <[email protected]>

initial commit of new code