summaryrefslogblamecommitdiff
path: root/devel/p5-Devel-DProf/pkg-descr
blob: d09b7912c068cc653b12a136eaf3e1b5d1e47c1a (plain) (tree)
1
2
3
4
5
6
7
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.