Next | Making Programs Faster | 75 |
To do anything useful with this, we'd have to extract the section of interest
Then trim out the page headers
Then sort the lines in ascending order by CPU time
It's easier and more useful to replace Devel::SmallProf
You can write your own Devel:: modules
They get access to the same debugger hooks that other Devel:: modules do
Next | Copyright © 2003 M. J. Dominus |