Raf wrote:
> On Wed, 24 Jan 2007, Perrin Harkins wrote:
>
>>On 1/24/07, Raf <[EMAIL PROTECTED]> wrote:
>>
>>>The code base I'm profiling is very big, monolithic and convoluted. I
>>>felt that level of granularity given by smallprof would probably give me
>>>more coverage - which I believe I need.
On Wed, 24 Jan 2007, Perrin Harkins wrote:
> On 1/24/07, Raf <[EMAIL PROTECTED]> wrote:
> > The code base I'm profiling is very big, monolithic and convoluted. I
> > felt that level of granularity given by smallprof would probably give me
> > more coverage - which I believe I need.
>
> Usually tha
On 1/24/07, Raf <[EMAIL PROTECTED]> wrote:
The code base I'm profiling is very big, monolithic and convoluted. I
felt that level of granularity given by smallprof would probably give me
more coverage - which I believe I need.
Usually that's the reason you use DProf -- it gives you the big
pict
Hi Philip,
On Tue, 23 Jan 2007, Philip M. Gollucci wrote:
> Raf wrote:
> > Apologies for the X-post. It seemed appropriate.
> >
> Mot off the top of my head, why are you using Apache::SmallProf and not
> Apache::Dprof -- the previous is usually too low level.
The code base
Raf wrote:
> Apologies for the X-post. It seemed appropriate.
>
> I'm trying to profile a web environment (Apache 1.3.33/Perl 5.8.7/mp 1.29)
> with Apache::SmallProf, however I seem to be getting some odd behaviour
> from DateTime when smallprof is enabled.
>
&
Apologies for the X-post. It seemed appropriate.
I'm trying to profile a web environment (Apache 1.3.33/Perl 5.8.7/mp 1.29)
with Apache::SmallProf, however I seem to be getting some odd behaviour
from DateTime when smallprof is enabled.
We have a module using DateTime.pm, which is used in
On Fri, 07 May 2004 15:04:45 -0700
Stas Bekman <[EMAIL PROTECTED]> wrote:
> Jens Gassmann wrote:
> > Hi,
> >
> > i try to profile my mod_perl script. I setup Apache::SmallProf at my
> >
> > apache2 server.
> >
> > *add to my httpd.conf:*
Jens Gassmann wrote:
Hi,
i try to profile my mod_perl script. I setup Apache::SmallProf at my
apache2 server.
*add to my httpd.conf:*
use Apache::DB ();
Apache::DB->init;
PerlFixupHandler Apache::SmallProf
*and starts the apache2 -X *
[notice] Apache::DB initialized in child 25
Hi,
i try to profile my mod_perl script. I setup Apache::SmallProf at my
apache2 server.
*add to my httpd.conf:*
use Apache::DB ();
Apache::DB->init;
PerlFixupHandler Apache::SmallProf
*and starts the apache2 -X *
[notice] Apache::DB initialized in child 25276
*now i try to o