- or download this
use Benchmark::Timer;
$t = Benchmark::Timer->new(skip => 1);
...
}
$t->report;
- or download this
$ perl -MDevel::Profiler your_script.pl
- or download this
$ dprofpp
- or download this
# in httpd.conf
PerlModule Devel::Profiler::Apache;
# or in startup.pl
use Devel::Profiler::Apache;