diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-16 02:45:08 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-16 02:45:08 +0000 |
commit | 52c2152b5583a4c93dd21c6fc84e62f48d757b63 (patch) | |
tree | 420594d27428dffdd5bb56b8f48cfdf634487647 /devel/p5-Devel-DProf/pkg-descr | |
parent | fdc577a8e371e1c8be03e976b05eddcaf9e4e875 (diff) |
Notes
Diffstat (limited to 'devel/p5-Devel-DProf/pkg-descr')
-rw-r--r-- | devel/p5-Devel-DProf/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Devel-DProf/pkg-descr b/devel/p5-Devel-DProf/pkg-descr new file mode 100644 index 000000000000..d09b7912c068 --- /dev/null +++ b/devel/p5-Devel-DProf/pkg-descr @@ -0,0 +1,8 @@ + 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. |