diff options
author | grant <grant@pkgsrc.org> | 2003-12-30 04:30:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-30 04:30:20 +0000 |
commit | c9a42b675c856ce6a5300e1a4a8b1d8b3fa8b284 (patch) | |
tree | 780cbc778f137fd8a395adc787ff2a681b8ac28e /devel/p5-Devel-Profile/DESCR | |
parent | ca5da57203d616d397ed19ca2776871497e5490a (diff) | |
download | pkgsrc-c9a42b675c856ce6a5300e1a4a8b1d8b3fa8b284.tar.gz |
Initial import of p5-Devel-Profile-1.03 into the NetBSD packages
collection.
The Devel::Profile 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.
Diffstat (limited to 'devel/p5-Devel-Profile/DESCR')
-rw-r--r-- | devel/p5-Devel-Profile/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Devel-Profile/DESCR b/devel/p5-Devel-Profile/DESCR new file mode 100644 index 00000000000..16a229b1990 --- /dev/null +++ b/devel/p5-Devel-Profile/DESCR @@ -0,0 +1,5 @@ +The Devel::Profile 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. |