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

Sorry, it didn't occur to me that you might be using threads on a non-Windows platform. You may want to reconsider that. The prefork model has better performance and uses a lot less memory on Linux than the threaded one.
  • Comment on Re^3: Apache::DProf works under mod_perl, but only show one method called (APR::Pool)