On Nov 12, 2007 10:59 AM, E R <[EMAIL PROTECTED]> wrote:
> 1. I don't want to profile every single subroutine. In fact, I want to
> profile only specific locations within my code, and a subroutine may
> have more than one profiling location.

You can control which packages are profiled.  Check the package_filter option.

> 2. Can I get real-time results?

You would need to feed the output file to the program that displays
the results.  You could rig something to do it after every request if
you really want to.

- Perrin

Reply via email to