in reply to Gathering data on Profiling woes
The other problem I see is when people try to profile mod_perl apps but load their code before initializing the debugger. If you load code during startup in mod_perl, you have to start the debugger first, because the profiler uses the debug hooks. If you don't do that, you only get back info on the code loaded later, and it looks wrong and useless. (This is all described in the mod_perl docs.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Gathering data on Profiling woes
by darrellb (Acolyte) on Nov 02, 2005 at 00:50 UTC | |
by perrin (Chancellor) on Nov 02, 2005 at 04:42 UTC | |
by dws (Chancellor) on Nov 02, 2005 at 17:28 UTC |