The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Devel::Dprof"

lib/Devel/WxProf/Reader/DProf.pm River stage zero No dependents

MKUTTER/Devel-WxProf-0.0.1 - 14 Apr 2008 19:27:41 UTC - Search in distribution
  • wxprofile - Graphical profile data analyzer
  • Devel::WxProf - heavy-weight subroutine profiler and graphical profile analyzer

Devel::DProf - a DEPRECATED Perl code profiler River stage one • 3 direct dependents • 4 total dependents

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 - Search in distribution
  • dprofpp - display perl profile data

Apache::DProf - Hook Devel::DProf into mod_perl River stage zero No dependents

The Apache::DProf module will run a Devel::DProf profiler inside each child server and write the *tmon.out* file in the directory *$ServerRoot/logs/dprof/$$* when the child is shutdown. Next time the parent server pulls in Apache::DProf (via soft or ...

LZE/Apache-DB-0.18 - 17 May 2020 09:26:08 UTC - Search in distribution

perlrun - how to execute the Perl interpreter River stage five • 11292 direct dependents • 32664 total dependents

The normal way to run a Perl program is by making it directly executable, or else by passing the name of the source file as an argument on the command line. (An interactive Perl environment is also possible--see perldebug for details on how to do tha...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

HTML::Mason::Devel - Mason Developer's Manual River stage two • 41 direct dependents • 76 total dependents

This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you should also read the ad...

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC - Search in distribution

IT::perlfaq3 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

SimpleCDB - Perl-only Constant Database River stage zero No dependents

This is a simple perl-only DB intended for constant DB applications. A constant DB is one which, once created, is only ever read from (though this implementation allows appending of new data). That is, this is an "append-only DB" - records may only b...

BENL/SimpleCDB-1.0 - 17 Sep 2000 11:35:47 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

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 - Search in distribution
  • nytprofhtml - Generate reports from Devel::NYTProf data

MPEG::Audio::Frame - a class for weeding out MPEG audio frames out of a file handle. River stage one • 3 direct dependents • 3 total dependents

A very simple, pure Perl module which allows parsing out data from mp3 files, or streams, and chunking them up into different frames. You can use this to accurately determine the length of an mp3, filter nonaudio data, or chunk up the file for stream...

HOLLI/MPEG-Audio-Frame-0.10 - 12 Oct 2019 10:32:52 UTC - Search in distribution

Time::Stopwatch - Use tied scalars as timers River stage one • 2 direct dependents • 3 total dependents

The Time::Stopwatch module provides a convenient interface to timing functions through tied scalars. From the point of view of the user, scalars tied to the module simply increase their value by one every second. Using the module should mostly be obv...

ILTZU/Time-Stopwatch-1.00 - 15 Apr 2001 22:52:32 UTC - Search in distribution

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 - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Class::Accessor::Installer - Install an accessor subroutine River stage two • 3 direct dependents • 43 total dependents

This mixin class provides a method that will install a code reference. There are other modules that do this, but this one is a bit more specific to the needs of Class::Accessor::Complex and friends. It is intended as a mixin, that is, your accessor-g...

MARCEL/Class-Accessor-Installer-1.100880 - 29 Mar 2010 17:46:50 UTC - Search in distribution

Devel::STrace - strace-like runtime call trace for Perl applications River stage zero No dependents

Provides a strace/truss-like runtime call monitor for Perl applications. Note that, while strace/truss only dumps system calls, Devel::STrace dumps all calls to Perl subs on the application's stack. Also note that Devel::STrace cannot trace non-Perl ...

DARNOLD/Devel-STrace-0.31 - 27 Aug 2006 20:57:32 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Devel::DProfLB - tell me why my perl program runs so slowly River stage zero No dependents

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 - Search in distribution

Devel::TraceCalls - Track calls to subs, classes and object instances River stage zero No dependents

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 - Search in distribution

Bundle::Devel - A bundle to install the main set of Devel:: modules River stage zero No dependents

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 - Search in distribution
30 results (0.061 seconds)