in reply to
Profiling perl
Profiling, use
Devel::DProf
like this:
perl -d:DProf myscript.pl
[download]
This will create a file called tmon.out which you process using dprofpp.
Benchmarking may be done using a number of tools, the most obvious being
Benchmark
.
Comment on
Re: Profiling perl
Download
Code
In Section
Seekers of Perl Wisdom