summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Profile/DESCR
blob: 16a229b199022bfd1778ac4e46ae6200c5831f07 (plain)
1
2
3
4
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.