in reply to Re: Profiling without Devel::DProf
in thread Profiling without Devel::DProf

That module (which was new to me, actually) uses the same DB hooks that Devel::DProf uses. As a result it is likely to be just as unstable as Devel::DProf since it's actually the DB hooks that are usually at fault when a Devel::DProf seg-faults.

I second perrin's recommendation to try my Devel::DProf replacement, Devel::Profiler! ;)

-sam

Replies are listed 'Best First'.
Re^3: Profiling without Devel::DProf
by adrianh (Chancellor) on Oct 23, 2003 at 16:11 UTC

    ++Devel::Profiler (having just unsuccessfully battled with a seg faulting Devel::DProf :-)