Re: DateTime with Apache::SmallProf

2007-01-24 Thread Geoffrey Young
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.

Re: DateTime with Apache::SmallProf

2007-01-24 Thread Raf
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

Re: DateTime with Apache::SmallProf

2007-01-24 Thread Perrin Harkins
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

Re: DateTime with Apache::SmallProf

2007-01-24 Thread Raf
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

Re: DateTime with Apache::SmallProf

2007-01-23 Thread Philip M. Gollucci
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. > &

DateTime with Apache::SmallProf

2007-01-23 Thread Raf
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

Re: Apache::SmallProf

2004-05-09 Thread Frank Wiles
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:*

Re: Apache::SmallProf

2004-05-07 Thread Stas Bekman
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

Apache::SmallProf

2004-05-07 Thread Jens Gassmann
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