The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Devel::SmallProf"

Devel::SmallProf - per-line Perl profiler River stage one • 1 direct dependent • 2 total dependents

The Devel::SmallProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simp...

SALVA/Devel-SmallProf-2.02 - 11 May 2007 10:05:34 UTC

Devel::NYTProf - Powerful fast feature-rich Perl source code profiler River stage two • 35 direct dependents • 45 total dependents

Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler. * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-opcode profiling for slow perl builtins * Pe...

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC

Devel::FastProf - "fast" perl per-line profiler River stage zero No dependents

"Devel::FastProf" is a perl per-line profiler. What that means is that it can tell you how much time is spent on every line of a perl script (the standard Devel::DProf is a per-subroutine profiler). I have been the maintainer of Devel::SmallProf for ...

SALVA/Devel-FastProf-0.08 - 11 May 2007 17:48:08 UTC

Devel::CallStack - record the calling stacks River stage zero No dependents

The Devel::CallStack is meant for code developers wondering why their code is running so slow. One possible reason is simply too many subroutine or method calls since they are not cheap in Perl. The Devel::CallStack records the calling stacks, how ma...

JHI/Devel-CallStack-0.19 - 27 Jan 2005 18:13:55 UTC

Devel::GraphVizProf - per-line Perl profiler (with graph output) River stage two • 29 direct dependents • 40 total dependents

NOTE: This module is a hack of Devel::SmallProf by Ted Ashton. It has been modified by Leon Brocard to produce output for GraphViz, but otherwise the only thing I have done is change the name. I hope to get my patches put into the main Devel::SmallPr...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC
5 results (0.028 seconds)