Next | Making Programs Faster | 73 |
Another useful tool for profiling is Devel::SmallProf
Instead of measuring the contribution per subroutine, it measures contribution per line
Of course, it is even less accurate than Devel::DProf
It's available on CPAN, but isn't standard
To use it:
% perl -d:SmallProf ./pod2man-1.pl --lax ...
It leaves behind a report in smallprof.out
Next | Copyright © 2003 M. J. Dominus |