in reply to Measuring mod_perl with Apache::DProf
Apache::DProf dumps out a file for every Apache child process. Say you have 5 Apache kids and only send one request you may be looking at the file for one of the kids that did nothing, thus no sub calls.
Have you grepped the raw data (rather than using dprofpp) as a sanity check to see if there are any references to your sub calls?
Devel::Profiler::Apache might be worth a shot.
|
|---|