How do I profile my Perl programs?
You should get the Devel::DProf module from
CPAN,
and also use Benchmark.pm from the standard distribution. Benchmark lets you time specific portions of your code, while Devel::DProf gives detailed breakdowns of where your code spends its time.
Back to
How do I debug my Perl programs?
Forward to
How do I cross-reference my Perl programs?
Up to
the perlfaq3 manpage