in reply to
Trying to remember a perl debugging practice
Sounds like you're trying to describe "(code) profiling", quite possibly using
Devel::DProf
.
Comment on
Re: Trying to remember a perl debugging practice
Replies are listed 'Best First'.
Re^2: Trying to remember a perl debugging practice
by
mhearse
(Chaplain)
on Feb 08, 2008 at 06:38 UTC
Thanks, that's it!
[reply]
Re^3: Trying to remember a perl debugging practice
by
salva
(Canon)
on Feb 08, 2008 at 09:12 UTC
There are other interesting profilers available from CPAN, for instance
Devel::Profile
that's very similar to Devel::DProf or
Devel::SmallProf
and
Devel::FastProf
that profile at the source code line level.
[reply]
In Section
Seekers of Perl Wisdom