Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://perldoc.perl.org/Benchmark.html" rel="nofollow">Benchmark</a> isn't a profiler, it will only measure the total time taken by a code snippet, but sometimes that's all you need.</p> <p>You're interested in other profilers? The "Background" section of Devel::NYTProf mentions nine others:</p> <pre> Subroutine-level profilers: * <a href="https://metacpan.org/module/Devel::DProf" rel="nofollow">Devel::DProf</a> | 1995-10-31 | ILYAZ it recommends NYTProf instead * <a href="https://metacpan.org/module/Devel::AutoProfiler" rel="nofollow">Devel::AutoProfiler</a> | 2002-04-07 | GSLONDON * <a href="https://metacpan.org/module/Devel::Profiler" rel="nofollow">Devel::Profiler</a> | 2002-05-20 | SAMTREGAR * <a href="https://metacpan.org/module/Devel::Profile" rel="nofollow">Devel::Profile</a> | 2003-04-13 | JAW * <a href="https://metacpan.org/module/Devel::DProfLB" rel="nofollow">Devel::DProfLB</a> | 2006-05-11 | JAW * <a href="https://metacpan.org/module/Devel::WxProf" rel="nofollow">Devel::WxProf</a> | 2008-04-14 | MKUTTER Statement-level profilers: * <a href="https://metacpan.org/module/Devel::SmallProf" rel="nofollow">Devel::SmallProf</a> | 1997-07-30 | ASHTED FastProf is a fork of this * <a href="https://metacpan.org/module/Devel::FastProf" rel="nofollow">Devel::FastProf</a> | 2005-09-20 | SALVA NYTProf is a fork of this * Devel::NYTProf | 2008-03-04 | AKAPLAN * <a href="https://metacpan.org/module/Devel::Profit" rel="nofollow">Devel::Profit</a> | 2008-05-19 | LBROCARD unmaintained </pre> <p>Really though, take Nikhil's advice, just use NYTProf.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload