ITP DProf
I'm going to package DProf, if I get word back from the author about what
the copyright is.
Description: a Perl code profiler
DProf is a perl code profiler, similar in concept to the the gprof profiler.
It 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.
--
see shy jo
Reply to: