The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::Devel-NYTProf"

Devel::NYTProf::Core - load internals of Devel::NYTProf River stage two • 35 direct dependents • 45 total dependents

This module is not meant to be used directly. See Devel::NYTProf, Devel::NYTProf::Data, and Devel::NYTProf::Reader. While it's not meant to be used directly, it is a handy place to document some internals....

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC - Search in distribution

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

perlvar - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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

Net::LDAPxs - XS version of Net::LDAP River stage zero No dependents

Net::LDAPxs is using XS code to glue LDAP C API Perl code. The purpose of developing this module is to thoroughly improve the performance of Net::LDAP. According to the simple test using Devel::NYTProf, it can enhance the performance by nearly 30 tim...

PANYU/Net-LDAPxs-1.31 - 03 Sep 2010 06:04:43 UTC - Search in distribution

Date::Manip::Changes6 - changes in Date::Manip 6.xx River stage three • 61 direct dependents • 202 total dependents

SBECK/Date-Manip-6.95 - 01 Mar 2024 16:18:57 UTC - Search in distribution

cpanfile - A format for describing CPAN dependencies for Perl applications River stage four • 44 direct dependents • 1560 total dependents

"cpanfile" describes CPAN dependencies required to execute associated Perl code....

MIYAGAWA/Module-CPANfile-1.1004 - 26 Apr 2018 09:09:20 UTC - Search in distribution

Task::Kensho - A Glimpse at an Enlightened Perl River stage one • 4 direct dependents • 4 total dependents

Task::Kensho is a list of recommended, widely used and best-in-class modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies. From <http://e...

ETHER/Task-Kensho-0.41 - 03 Jul 2021 03:40:21 UTC - Search in distribution

Devel::Cover - Code coverage metrics for Perl River stage three • 63 direct dependents • 118 total dependents

This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...

PJCJ/Devel-Cover-1.42 - 26 Apr 2024 15:39:37 UTC - Search in distribution

PEF::CacheLRU - a simple, fast implementation of LRU cache in pure perl River stage zero No dependents

PEF::CacheLRU is a simple, fast implementation of an in-memory LRU cache in pure perl. It is inspired by Cache::LRU but works faster....

PEFSECURE/PEF-CacheLRU-0.02 - 03 Oct 2015 17:11:44 UTC - Search in distribution

sizeme_graph.pl - web server providing an interactive treemap of Devel::SizeMe data River stage zero No dependents

Reads a database created by sizeme_store.pl and provides a web interface with an interactive treemap of the data. Currently requires Mojolicious::Lite which isn't available for perl 5.8. If this affects you you can run Devel::SizeMe with your normal ...

TIMB/Devel-SizeMe-0.19 - 05 Sep 2013 20:58:51 UTC - Search in distribution

Task::BeLike::GETTY - be like GETTY (without the insanity hopefully) -- use what drives his gears River stage zero No dependents

GETTY/Task-BeLike-GETTY-20150205.000 - 05 Feb 2015 04:25:38 UTC - Search in distribution

Tiny::Prof - Perl profiling made simple to use. River stage zero No dependents

This module is a tool that is designed to make profiling perl code as easy as can be. Run Stages When profiling, keep in mind: - The stages described below. - the scope of what should be captured/recorded. Flow of Code Execution: |== <-- Stage 1: Set...

TIMKA/Tiny-Prof-0.02 - 27 Apr 2024 05:22:04 UTC - Search in distribution

Bundle::SYP - SYP's cozy environment River stage zero No dependents

SYP/Bundle-SYP-1.5 - 24 Jun 2014 07:39:33 UTC - Search in distribution

App::Yath::Command::test - Run tests River stage two • 12 direct dependents • 17 total dependents

This yath command (which is also the default command) will run all the test files for the current project. If no test files are specified this command will look for the 't', and 't2' directories, as well as the 'test.pl' file. This command is always ...

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC - Search in distribution

Task::BeLike::LESPEA - Modules that LESPEA uses on a daily basis River stage zero No dependents

LESPEA/Task-BeLike-LESPEA-2.005000 - 12 Mar 2014 14:47:57 UTC - Search in distribution

Dancer::Plugins - interesting plugins to add to Dancer's capabilities River stage three • 211 direct dependents • 215 total dependents

Dancer aims to keep the core as small as possible, but there are a growing number of useful plugins to add helpful features. This document provides a quick summary of some recommended plugins....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Benchmark::Lab - Tools for structured benchmarking and profiling River stage zero No dependents

This module provides a harness to benchmark and profile structured tasks. Structured tasks include a task to be benchmarked, as well as work to be done to prepare or cleanup from benchmarking that should not be timed. This module also allows the same...

DAGOLDEN/Benchmark-Lab-0.001 - 13 Jan 2016 21:26:46 UTC - Search in distribution

Timer::Milestones - measure code execution time succinctly by setting milestones River stage zero No dependents

At its simplest, Timer::Milestones is yet another timer module. It is designed to have the smallest possible interface, so adding timing calls to your code doesn't make it look unreadable. It can also time execution time of functions in other modules...

SKINGTON/Timer-Milestones-0.003 - 05 Mar 2020 13:32:24 UTC - Search in distribution

Task::BeLike::RJBS - be more like RJBS -- use the modules he likes! River stage zero No dependents

RJBS/Task-BeLike-RJBS-20221231.000 - 01 Jan 2023 02:00:36 UTC - Search in distribution
45 results (0.101 seconds)