![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^5: Optimizing a large project.by perrin (Chancellor) |
on Jun 12, 2008 at 22:05 UTC ( #691808=note: print w/replies, xml ) | Need Help?? |
I don't know how the NYT profiler does things, but with Devel::DProf all you have to do is take the data you already have and feed it to dprofpp -r. The -r flag means "real" time.
UPDATE: Looks like NYTProf makes you declare this before you collect the profile data. The option is called "useclocktime".
In Section
Seekers of Perl Wisdom
|
|