libdevel-dprof-perl 20110802.00-1 source package in Ubuntu
Changelog
libdevel-dprof-perl (20110802.00-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 20110802.00 * Bump debhelper compatibility to 8 (no changes). * Added myself to Uploaders. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 12 Dec 2011 11:59:15 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-dprof-perl_20110802.00.orig.tar.gz | 30.8 KiB | b9eec466ab77aa9f6ab48d33134694d1aa5a8cd221b1aa0a00d09c93ab69643c |
libdevel-dprof-perl_20110802.00-1.debian.tar.gz | 2.0 KiB | cafd12c85d3cae2298436129d96f2b9abd21ee9b405ba4a5d35d7f95c1e90ed9 |
libdevel-dprof-perl_20110802.00-1.dsc | 2.1 KiB | 40814a9cf8636628c5e962e720d0bd61d73656d8924fe68967f5fec36ac57094 |
Available diffs
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.