On Tue, 26 Sep 2000, Perrin Harkins wrote:
> On Tue, 26 Sep 2000, Doug MacEachern wrote:
> > the Apache::DB docs explain this:
>
> The connection between Apache::DProf and calling something in Apache::DB
> was not obvious to me until I thought about how DProf works.
yeah, i was actually surpris
On Tue, 26 Sep 2000, Doug MacEachern wrote:
> the Apache::DB docs explain this:
The connection between Apache::DProf and calling something in Apache::DB
was not obvious to me until I thought about how DProf works.
> it should probably be made more clear though, maybe a comment in the
> config ex
On Sat, 10 Jun 2000, Perrin Harkins wrote:
> Here's something that might be obvious to others but took me a while to
> figure out:
>
> If you want to get useful profiling information, you need to initialize
> the debugger before your modules get compiled. If you pull in your
> modules from star
Here's something that might be obvious to others but took me a while to
figure out:
If you want to get useful profiling information, you need to initialize
the debugger before your modules get compiled. If you pull in your
modules from startup.pl, you can accomplish this by putting a block like