in reply to Profiling without Devel::DProf

Devel::Profile does per-sub profiling. Might be worth a look.

Replies are listed 'Best First'.
Re: Re: Profiling without Devel::DProf
by samtregar (Abbot) on Sep 30, 2003 at 21:39 UTC
    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

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