http://qs321.pair.com?node_id=691798


in reply to Re^3: Optimizing a large project.
in thread Optimizing a large project.

I'll tackle the I/O benchmarks immediately, do you have a suggestion on a specific approach by chance?

Replies are listed 'Best First'.
Re^5: Optimizing a large project.
by perrin (Chancellor) on Jun 12, 2008 at 22:05 UTC
    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".