libdevel-dprof-perl 20110228.00-1build1 source package in Ubuntu
Changelog
libdevel-dprof-perl (20110228.00-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 19:41:07 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-dprof-perl_20110228.00.orig.tar.gz | 30.8 KiB | 348ce666dde083890679d31b480dc7df962260a4f0c7d496484a4af9cd8ce429 |
libdevel-dprof-perl_20110228.00-1build1.debian.tar.gz | 1.9 KiB | 68e344b7813f42ed7a6efd3b9b723fbff576b665773a6e551c91fb49acd4e07f |
libdevel-dprof-perl_20110228.00-1build1.dsc | 2.1 KiB | ed97e2d042eb7385a7a2eb9d1fdc0516a670907f7e97733cdd01ff9e83f4ebf4 |
Available diffs
- diff from 20110228.00-1 to 20110228.00-1build1 (363 bytes)
Binary packages built by this source
- libdevel-dprof-perl: deprecated Perl code profiler
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 subroutines are being called most often. This
information can also be used to create an execution graph of the script,
showing subroutine relationships.
.
Devel::DProf is deprecated. It is recommended that you install and use
Devel::NYTProf (in the package libdevel-nytprof- perl) instead, as it
offers significantly improved profiling and reporting.