Re: Profiling

1999-10-31 Thread Doug MacEachern
On 31 Oct 1999, Greg Stark wrote: > > Does anyone have any idea how much overhead Apache::DProf or Apache::SmallProf > add? Will it be possible to use these on a production system without having a > severe impact? I wouldn't using profiling on a production site, there is cons

Re: Profiling

1999-10-31 Thread Greg Stark
Rauznitz Balazs <[EMAIL PROTECTED]> writes: > Apache::DProf adds relatively small overhead as it only profiles at > function level. I found SmallProf to be very expensive; it at least > doubled the execution times, which is quite understandable if you want > line level

RE: Profiling

1999-10-31 Thread Stuart Frew
: Greg Stark; [EMAIL PROTECTED] Subject: Re: Profiling --- Greg Stark <[EMAIL PROTECTED]> wrote: > > Does anyone have any idea how much overhead Apache::DProf or > Apache::SmallProf add? Will it be possible to use these on a > production system without having a severe impact?

Re: Profiling

1999-10-31 Thread Rauznitz Balazs
t only profiles at function level. I found SmallProf to be very expensive; it at least doubled the execution times, which is quite understandable if you want line level profiling. Maybe a combination of the two would be the best. Another issue is stability; I get random coredumps trying to use DProf, w

Profiling

1999-10-31 Thread Greg Stark
Does anyone have any idea how much overhead Apache::DProf or Apache::SmallProf add? Will it be possible to use these on a production system without having a severe impact? And has anyone used DBIx::Profile with mod_perl ? All I keep getting is: Can't locate object method "printProfile" via pack