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

Search results for "module:Devel::Profile"

Devel::Profile - tell me why my perl program runs so slowly River stage one • 1 direct dependent • 1 total dependent

The Devel::Profile 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 sub...

JAW/Devel-Profile-1.05 - 08 Mar 2007 05:04:09 UTC

Devel::REPL::Profile - Code to execute when re.pl starts River stage two • 23 direct dependents • 34 total dependents

For particular projects you might well end up running the same commands each time the REPL shell starts up - loading Perl modules, setting configuration, and so on. A mechanism called *profiles* exists to let you package and distribute these start-up...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Profile::TSIBLEY - TSIBLEY's personal Devel::REPL profile River stage zero No dependents

Devel::REPL::Profile::TSIBLEY is based on the default profile with the following differences: * History expansion via "!" is disabled * Data::Printer is used instead of Data::Dumper::Streamer (via Devel::REPL::Plugin::DDP)...

TSIBLEY/Devel-REPL-Profile-TSIBLEY-0.02 - 23 Jul 2013 05:28:01 UTC

lib/Devel/REPL/Profile/Standard.pm River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

lib/Devel/REPL/Profile/Minimal.pm River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

lib/Devel/REPL/Profile/Default.pm River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

lib/Devel/Profit/Cmd/Command/Profile.pm River stage zero No dependents

LBROCARD/Devel-Profit-0.34 - 16 Oct 2008 19:34:48 UTC

Devel::FileProfile - quick & easy per-file statistical profiler River stage zero No dependents

Devel::FileProfile is a very simple statistical profiler. Unlike Devel::Profile, it will not slow down the execution of your program and it will not take forever to generate the profile results. On the other hand, the profile results are not nearly a...

MUIR/Devel-FileProfile-0.22 - 04 May 2007 14:32:00 UTC

Devel::OpProf - Profile the internals of a Perl program River stage zero No dependents

This module lets perl keep a count of each internal operation in a program so that you can profile your Perl code. The following functions are exported. profile(FLAG) Turns profiling on if FLAG is non-zero, off if FLAG is zero. The operator profile c...

MICB/DevelOpProf-0.2 - 13 Aug 1998 09:53:00 UTC

Devel::WxProf - heavy-weight subroutine profiler and graphical profile analyzer River stage zero No dependents

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::MojoProf - Profile blocking, non-blocking a promise based Mojolicious APIs River stage zero No dependents

Devel::MojoProf can add profiling output for blocking, non-blocking and promise based methods. It can be customized to log however you want, but the default is to print a line like the one below to STDERR: 0.00038ms [Mojo::Pg::Database::query_p] SELE...

JHTHORSEN/Devel-MojoProf-0.04 - 30 Apr 2020 02:57:22 UTC

Devel::Kit - Handy toolbox of things to ease development/debugging. River stage zero No dependents

From one line data dumping sanity checks to debug print statements in a large body of code I often found myself reinventing these basic solutions. Hence this module was born to help give a host of functions/functionality with a minimum of typing/effo...

DMUEY/Devel-Kit-0.82 - 23 Oct 2020 17:11:22 UTC

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::Timer - Track and report execution time for parts of code River stage one • 1 direct dependent • 1 total dependent

Devel::Timer allows developers to accurately time how long a specific piece of code takes to execute. This can be helpful in locating the slowest parts of an existing application. First, the Devel::Timer module is used and instantiated. use Devel::Ti...

MANWAR/Devel-Timer-0.14 - 08 Oct 2022 04:00:41 UTC

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

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

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

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::AutoProfiler - Automatically profile subroutine calls in a perl program. River stage zero No dependents

The profiler module is completely automatic in its basic mode. You simply "use" the module at the top of you main script. The module will then automatically instrument all subroutines in the code, profile each subroutine call during the execution of ...

GSLONDON/Devel-AutoProfiler-1.200 - 18 Apr 2002 00:26:15 UTC

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
35 results (0.036 seconds)