diff options
Diffstat (limited to 'devel/p5-Devel-DProf/pkg/DESCR')
-rw-r--r-- | devel/p5-Devel-DProf/pkg/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Devel-DProf/pkg/DESCR b/devel/p5-Devel-DProf/pkg/DESCR new file mode 100644 index 00000000000..8858b92d23b --- /dev/null +++ b/devel/p5-Devel-DProf/pkg/DESCR @@ -0,0 +1,6 @@ +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. |