Help for this page

Select Code to Download


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