On Tue, Feb 19, 2002 at 01:05:29PM +0000, Nicholas Clark wrote:

> However, I think I'm at the limit of things I can learn from DProf.
> What other techniques can I use to figure out where and why it is slow?

Devel::Cover now does time coverage, aka profiling.  It's pretty basic
and pretty new, and I've not even got around to comparing its results to
those of DProf, but it is another technique that might prove useful.

But then again, it might not.

Actually, you could hack it to find out how long was being spent in each
opcode.  That might be useful.  Hmmm.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to