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.

The dprofpp tool is included in this package.

For more information consult the pod in DProf.pm.

Dean Roehrich


--- most recent changes:
Sep 30, 96 dmr
 DProf.xs
 - added Ilya's patches to fix "&bar as &bar(@_)" bug.  This also fixes
   the coredumps people have seen when using this with 5.003+.
 DProf.pm
 - updated manpage
 t/bug.t
 - moved to test5
 Makefile.PL
 - remove special case for bug.t