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

Search results for "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 - Search in distribution

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

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

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

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

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

wxprofile - Graphical profile data analyzer River stage zero No dependents

For collecting profile data see Devel::WxProf. wxprofile is a graphical profile data analyzer for perl. It supports the following profile formats: * WxProf It's own (now deprecated) - Devel::WxProf outputs data compatible to Devel::DProf * Devel::DPr...

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

CatalystX::Profile - Profile your Catalyst application with Devel::NYTProf River stage one • 1 direct dependent • 9 total dependents

This (really basic for now) plugin adds support for profiling your Catalyst application, without profiling all the crap that happens during setup. This noise can make finding the real profiling stuff trickier, so profiling is disabled while this happ...

JJNAPIORK/CatalystX-Profile-0.02 - 05 Aug 2011 17:55:09 UTC - Search in distribution

dprofpp - display perl profile data River stage one • 3 direct dependents • 4 total dependents

The *dprofpp* command interprets profile data produced by a profiler, such as the Devel::DProf profiler. Dprofpp will read the file tmon.out and display the 15 subroutines which are using the most time. By default the times for each subroutine are gi...

FLORA/Devel-DProf-20110802.00 - 02 Aug 2011 13:30:00 UTC - Search in distribution

fprofpp - Devel::FastProf post processor River stage zero No dependents

"fprofpp" reads the profile information generated when using Devel::FastProf (usually saved on a file named "fastprof.out") and prints a "human friendly" report. OPTIONS Those are the flags that can be used with "fprofpp": -f filename instead of the ...

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

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Net::API::Stripe - An interface to Stripe API River stage one • 1 direct dependent • 1 total dependent

This is a comprehensive Stripe API. It provides an object oriented friendly interface for which I put a lot of hard work so you could spend your time on other aspects of your development. This distribution is almost completely auto-generated based on...

JDEGUEST/Net-API-Stripe-v2.0.4 - 11 Oct 2023 12:11:21 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Paws - A Perl SDK for AWS (Amazon Web Services) APIs River stage two • 9 direct dependents • 11 total dependents

Paws is an attempt to develop an always up-to-date SDK that covers all possible AWS services....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

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

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

perlall - build, test and do with all perls River stage zero No dependents

perlall is like a better perlbrew with a lot of testing features. The perls are in the default /usr/local/bin/, and /usr/local/lib/perl5/VERSION paths, instead of locally, and . You need write access to the default PREFIX /usr/local, e.g. via "sudo"....

RURBAN/App-perlall-0.51 - 10 Dec 2019 20:02:45 UTC - Search in distribution

Net::API::Telegram - Telegram Bot Interface River stage zero No dependents

Net::API::Telegram is a powerful and yet simple interface to Telegram Bot api. Net::API::Telegram inherits from Module::Generic and all its module excepted for Net::API::Telegram::Generic and Net::API::Telegram::Number are aut generated base don Tele...

JDEGUEST/Net-API-Telegram-v0.600.1 - 20 May 2020 23:19:48 UTC - Search in distribution

Template::Sandbox - Fast template engine sandboxed from your application. River stage one • 2 direct dependents • 2 total dependents

Template::Sandbox is Yet Another Templating module, designed primarily for use in a webserver environment but usable anywhere, providing a more secure "sandboxed" environment than most templating systems. The core design philosophy for Template::Sand...

SGRAHAM/Template-Sandbox-1.04 - 11 May 2010 09:08:09 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
75 results (0.066 seconds)