Ethereal-dev: Re: [ethereal-dev] Ethereal memory leakage fix and feature enhancement

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 8 Aug 1999 19:43:41 -0700
> The two changes in question cut the CPU time spent reading in the
> capture file in question from 36.12 seconds to 3.25 seconds

...the largest contributor to which is ".mcount" (i.e., we're spending
most of our time keeping track of where our time is going...).

The time dropped to 3.02 seconds with profiling disabled.  (This was all
with "printf"-family routines eliminated from "ip_to_str()" and
"ether_to_str()", but pruning the GList overhead made a *lot* more
difference than that.)