File: control

package info (click to toggle)
libdevel-dprof-perl 20110802.00-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 292 kB
  • ctags: 10
  • sloc: perl: 717; sh: 9; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libdevel-dprof-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Devel-DProf
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-dprof-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-dprof-perl.git

Package: libdevel-dprof-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl (>= 5.12.0)
Description: 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.