McA has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I couldn't find an answer to the follwing problem, so I hope that someone of you has some pointers.
I have a script which iterates over an array and does some functionality with every entry. The log shows that the performance per entry degrades very fast. With Devel-NYTProf I was able to identify the portion of code wasting most of the time. The problem was solved after some refactoring. What I couldn't identify was the fact that the performance degraded over time (in the solution before).
My question now is: Is there a way to see the profiling data written by Devel::NYTProf in a not aggregated but linear way, where I could see at which part of the program the timings get worse?
Regards
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Linear Report with Devel-NYTProf
by hexcoder (Curate) on Jul 28, 2014 at 20:47 UTC |