On Mon, 15 Aug 2005 14:59:00 +1000
"Badai Aqrandista" <[EMAIL PROTECTED]> wrote:

> I doubt the ApacheHandler::handler subroutine runs that long, because
> it  only shows the accumulated time used by other subroutines it
> calls. That  makes the profile isn't really accurate. How do I make it
> to show the  statistics of the subroutines called from the handler?

  Give Apache::SmallProf a try.  Where Apache::DProf shows you the
  subroutine calls, SmallProf will show you a profile on a line by line
  basis.  This should help you zero in on what is causing the slowness.

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to