in reply to Apache::DProf works under mod_perl, but only show one method called (APR::Pool)

I've just tried it out on my linux x86_64 system with mod_perl 2.03 and apache 2.2.4 using a preforked MPM, and it works fine. You need to do the following:

That's the process I followed, and it works. If this isn't working for you, then give us some more details of your apache, mod_perl and how you configured Apache::DProf.

Things to think about:

Clint

Replies are listed 'Best First'.
Re^2: Apache::DProf works under mod_perl, but only show one method called (APR::Pool)
by robins (Acolyte) on Jun 25, 2007 at 08:26 UTC

    I was using the worker MPM, and this was the culprit. Changed to prefork MPM, and suddenly my tmon.out files have some content.

    Thanks a bunch for the suggestion!