in reply to
Profiling Perl Code
on the timtowtdi front there is also Devel::DProf. To profile test.pl
perl -d:DProf test.pl
[download]
this will create a tmon.out file which can be read by dprofpp. I've used this with some success. I have not used the other module referenced and will give it a shot when I get the need.
Comment on
Re: Profiling Perl Code
Download
Code
In Section
Seekers of Perl Wisdom