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. (Expect test t/bug to fail.) Dean Roehrich --- most recent changes: Jun 26, 96 dmr dprofpp.PL - smarter r.e. to find VERSION in Makefile (for MM5.27). DProf.pm - updated manpage DProf.xs - keep pid of profiled process, if process forks then only the parent is profiled. Added test4 for this.