--- Danny Rice <[EMAIL PROTECTED]> wrote: > I am trying to use the Dprof profiler on a largish script but keep > getting a segmentation fault.
If I recall correctly, it was Sam Tregar who once voted "Devel::Dprof the module most likely to segfault". Today, I suspect most people use Devel::Profile. It works fairly well (and you can get per-line profiling with Devel::SmallProf). Ironically, in trying to profile some code recently, Devel::Profile was segfaulting and Devel::Dprof was not, so your mileage may vary. Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
