Search results for "module:Devel::DProf"
Devel::DProf - a DEPRECATED Perl code profiler
The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subro...
FLORA/Devel-DProf-20110802.00 - 02 Aug 2011 13:30:00 UTC
Devel::DProfLB - tell me why my perl program runs so slowly
The Devel::DProfLB package is a Perl code profiler. It is intended to produce output similar to, and compatible with, Devel::DProf, but be 'Less Bad'. This will collect information on the execution time of a Perl script and of the subs in that script...
JAW/Devel-DProfLB-0.01 - 27 May 2006 17:49:25 UTC
Bundle::Devel - A bundle to install the main set of Devel:: modules
Let's just say I'm sick of installing the Devel:: modules on at a time. This bundle installs most of the common Devel:: modules in one go. That's the basics for me, but if you want something added, just let me know, or better file a bug against the p...
ADAMK/Bundle-Devel-0.2 - 25 Nov 2003 07:41:45 UTC
Devel::WxProf - heavy-weight subroutine profiler and graphical profile analyzer
Devel::WxProf package is a heavy-weight subroutine profiler for perl. It collects information on the execution time of a Perl script - more specifically: on the subs called from that script. To profile a Perl script run the perl interpreter with the ...
MKUTTER/Devel-WxProf-0.0.1 - 14 Apr 2008 19:27:41 UTC
Devel::NYTProf - Powerful fast feature-rich Perl source code profiler
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.12 - 16 Nov 2022 02:15:03 UTC
Devel::FastProf - "fast" perl per-line profiler
"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::Profiler - a Perl profiler compatible with dprofpp
This module implements a Perl profiler that outputs profiling data in a format compatible with "dprofpp", Devel::DProf's profile analysis tool. It is meant to be a drop-in replacement for Devel::DProf. NOTE: If Devel::DProf works for your application...
SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC
Devel::CallStack - record the calling stacks
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::SmallProf - per-line Perl profiler
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::TraceCalls - Track calls to subs, classes and object instances
ALPHA CODE ALERT. This module may change before "official" release". Devel::TraceCalls allows subroutine calls to be tracked on a per-subroutine, per-package, per-class, or per object instance basis. This can be quite useful when trying to figure out...
COSIMO/Devel-TraceCalls-0.04 - 26 Apr 2005 21:05:39 UTC
Devel::GraphVizProf - per-line Perl profiler (with graph output)
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
POE::Devel::Profiler - profiles POE programs
This module profiles POE programs, in the same way the Devel::DProf family of modules do. Currently, POE::Devel::Profiler will profile the following: Program start/end Session create/destruction alarm_set delay_set signal alias_set yield/post/call fr...
APOCAL/POE-Devel-Profiler-0.02 - 18 Oct 2004 20:40:57 UTC
Devel::Profiler::Apache - Hook Devel::Profiler into mod_perl
The Devel::Profiler::Apache module will run a Devel::Profiler profiler inside each child server and write the *tmon.out* file in the directory *$ServerRoot/logs/profiler/$$* when the child is shutdown. The next time the parent server pulls in Devel::...
SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC