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

Search results for "module::Devel-DProf"

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

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

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

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::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::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::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

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

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

Devel::Profiler - a Perl profiler compatible with dprofpp River stage one • 1 direct dependent • 1 total dependent

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

Aspect::Library::Trace - Aspect-oriented function call tracing River stage zero No dependents

Aspect Oriented Programming is a programming paradigm that increases modularity by enabling improved separation of concerns. It is most useful when dealing with cross-cutting concerns that would otherwise require code to be scattered around in many p...

ADAMK/Aspect-Library-Trace-1.00 - 26 May 2011 06:07:58 UTC - Search in distribution

Task::MasteringPerl - Modules used in Mastering Perl, 2nd Edition River stage one • 1 direct dependent • 1 total dependent

Task::MasteringPerl installs the modules mentioned in Mastering Perl. Some of them might not install everywhere. * AnyDBM_File * Apache::PerlRun * Apache::Perldoc * Apache::Pod * App::Smbxfer * AutoLoader * AutoSplit * B::Deobfuscate * B::Deparse * B...

BDFOY/Task-MasteringPerl-1.006 - 23 Jan 2021 20:59:44 UTC - Search in distribution

Bundle::Advent::Year2002 - Modules of the 2002 Perl Advent Calendar River stage zero No dependents

DAVIDRW/Advent-Bundles-0.05 - 21 Feb 2011 18:30:09 UTC - Search in distribution
24 results (0.09 seconds)