aboutsummaryrefslogtreecommitdiffstats
path: root/timestats.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-31Make arguments "const *" if the routine doesn't modify the object toGuy Harris1-5/+10
which they point. svn path=/trunk/; revision=12887
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-04-16From Lars Roland:Guy Harris1-0/+53
Add Response-Time statistics for each known mgcp message-type. Fix a few bugs and remove trailing whitespace. Use "gdouble" for printing time-values and calculating the average. It is easier to use and shouldn't overflow on big trace files like "guint32". Move some functions for time statistics into the new file timestats.c in the main directory. This code may be useful in the rpc and smb rtt-taps as well. svn path=/trunk/; revision=7469