Ovid has asked for the wisdom of the Perl Monks concerning the following question:
Devel::DProf is a wonderful module. It's also a petulant brat and is given to segfault if it thinks you're looking at it funny. My experience with this love/hate relationship has led me to believe that a quick recompilation of Perl is all that is required to fix the latest segfault I'm facing.
Recompiling Perl is not an option available to me at work. Do you have any recommendations for profiling? Devel::SmallProf seems too fine-grained and the only other thing I can think of is to spider the symbol tables and add pre and post hooks to time all subroutines. That seems just awful to me (not to mention that the timing routines will throw the times off). There has got to be a better way.
Cheers,
Ovid
New address of my CGI Course.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Profiling without Devel::DProf
by jmcnamara (Monsignor) on Sep 30, 2003 at 15:52 UTC | |
Re: Profiling without Devel::DProf
by perrin (Chancellor) on Sep 30, 2003 at 16:05 UTC | |
Re: Profiling without Devel::DProf
by adrianh (Chancellor) on Sep 30, 2003 at 15:45 UTC | |
by samtregar (Abbot) on Sep 30, 2003 at 21:39 UTC | |
by adrianh (Chancellor) on Oct 23, 2003 at 16:11 UTC | |
Re: Profiling without Devel::DProf
by IlyaM (Parson) on Oct 01, 2003 at 16:02 UTC |