Methods for accessing files from *cover_db* database....
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTCNATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC
GONZUS/Devel-QuickCover-0.900014 - 09 Aug 2019 08:10:20 UTC
HTML backend for Devel::CoverReport reports....
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTCStore Devel::CoverReport reports as YAML data dumps - readable by both: humans, and machines....
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTCNATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC
GONZUS/Devel-QuickCover-0.900014 - 09 Aug 2019 08:10:20 UTC
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 UTCDevel::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.07 - 06 Apr 2021 12:19:55 UTCglibc uses "mallinfo" for exporting statistics, jemalloc has its own "mallctl", which means that "Devel::MallInfo" is useless when using jemalloc. This module aims to cover the same use case: finding out how much memory a Perl process is using. Hopef...
TVDW/Devel-Jemallctl-0.03 - 14 Dec 2017 18:31:14 UTCBased heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops feature found in perl 5.6 and later in order to trace SV allocations of a running program. At END time Devel::LeakTrace identifies any remaining variables, and reports on the li...
RCLAMP/Devel-LeakTrace-0.06 - 13 Mar 2017 07:37:58 UTCThe 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 UTCPerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...
JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTCFor 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.003028 - 16 Feb 2016 01:15:26 UTCDevel::LeakTrace::Fast is a rewrite of Devel::LeakTrace. Like Devel::LeakTrace it uses the pluggable runops feature found in perl 5.6 and later in order to trace SV allocations of a running program. At END time Devel::LeakTrace::Fast identifies any r...
ANDYA/Devel-LeakTrace-Fast-0.11 - 22 Nov 2007 20:21:54 UTCMHASCH/Task-Devel-Essentials-0.015 - 27 Jan 2021 20:59:05 UTC
This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes. It is derived from, and backwards compatible with Adam Kennedy's Devel::Leak::Object. Any errors are min...
PTC/Devel-LeakGuard-Object-0.08 - 10 Sep 2015 14:01:12 UTC