flexvault has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I have been doing a lot of profiling lately and Devel::NYTProf has been great. But you improve code in one area and you just move the bottleneck to somewhere else.
If you look at this result, I'm interested in just looking at code that takes seconds.
Calls P F Exclusive Time Inclusive 100000 1 1 577s 1067s 1 1 1 22µs 22µs
So is there a way to tell Devel::NYTProf that I want seconds abbreviated as 'sec' or 'Sec' instead of 's'? Makes searching a lot easier.
Thank you
"Well done is better than well said." - Benjamin Franklin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can the html output format of Devel::NYTProf be changed?
by stonecolddevin (Parson) on Mar 30, 2012 at 18:58 UTC | |
|
Re: Can the html output format of Devel::NYTProf be changed?
by petdance (Parson) on Mar 30, 2012 at 20:23 UTC | |
|
Re: Can the html output format of Devel::NYTProf be changed?
by BrowserUk (Patriarch) on Mar 30, 2012 at 21:22 UTC | |
by flexvault (Monsignor) on Mar 31, 2012 at 09:32 UTC |