diff options
Diffstat (limited to 'devel/p5-Devel-DProf/pkg-descr')
-rw-r--r-- | devel/p5-Devel-DProf/pkg-descr | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/p5-Devel-DProf/pkg-descr b/devel/p5-Devel-DProf/pkg-descr deleted file mode 100644 index c3efa0ebc241..000000000000 --- a/devel/p5-Devel-DProf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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. - -WWW: http://search.cpan.org/dist/DProf/ |