On Wed, 11 May 2005 14:03:41 -0400 Matt Sergeant <[EMAIL PROTECTED]> wrote:
> On 11 May 2005, at 13:05, Brian Grossman wrote: > > > What are you using for profiling? Are you using Devel::DProf? I've > > been > > having trouble getting enough real data while getting info from > > dprofpp -F > > that I trust. > > I've been using Devel::Profiler. I guess you mean that you don't trust > it because it's having to fake exit timestamps? That and I was putting it full into the ddos stream I mentioned in a prior message, to the tmon file was huge and took forever to process. To get a tmon file <20MB I had to kill the pollserver before it got to fully process many transactions. I have a better plan for my next DProf run. Do you just kill your pollserver when you have enough data, or is there a way to get pollserver to shut down gracefully? My profiling results named peer_ip_string() and _load_plugins() as the main culprits. I don't entirely trust that now, but I do have optimizations for both if you want them. Brian
