in reply to Live operations-per-second counter

Try Devel::DProf and the dprofpp command.

It's part of the perl code core distribution, does a lot more, and doesn't need any extra code.

Replies are listed 'Best First'.
Re^2: Live operations-per-second counter
by kappa (Chaplain) on Mar 21, 2005 at 17:31 UTC
    Code runs much slower with profiling turned on, so this method cannot be used to measure times (to say nothing of "in production").
    --kap