I installed NYTProf and ran my code using it. Trying to get a simple listing of lines and time spent on them. Good Lord, all this profiler has is html file reports or data dumps designed for import into data analysis tools. I'm working on a remote system and firing up a browser to load file:/// URLs requires setting up tunnels and remote (slow) x-servers etc. it's is a pain in the butt. All's I want is a simple:
Function:Line percentage-time-spent (sorted with longest time spent lines at the top)
openlogs:27 40%
readlogs:124 30%
closelogs:1243 20%
profile:67 10%
You know, a profiler.
This is perl. It's not UX demonstration time. I'm not preparing a report for a Congressional sub-committee.
The documentation doesn't seem to show a way to get a simple report designed for developers to show which slowness to attack in their code. Am I missing something here? Anyone know a way to do this quickly?
The way to get a simple profiler output is to use
Devel::Profile