Re: DProf on Mac OS X

2003-07-26 Thread Ged Haywood
Hi there, On Fri, 25 Jul 2003, John Siracusa wrote: Has anyone gotten this to work on OS X? [snip] I've used this profiling technique on other Unix-like OSes, so I think I'm doing it right. I'm sure you're doing it right. But on OS X, I get a tiny tmon.out file that never grows after

Re: DProf on Mac OS X

2003-07-26 Thread John Siracusa
On 7/26/03 2:01 AM, Ged Haywood wrote: Any way you can try it on a different OS, or even try a different Perl? And before Stas jumps on me *again* for saying that I have no evidence that 5.8.0 is the culprit in this case. It just smells fishy to me. :) My next stop is Linux on x86, but I'd

DProf on Mac OS X

2003-07-25 Thread John Siracusa
Has anyone gotten this to work on OS X? From http://perl.apache.org/docs/1.0/guide/performance.html % setenv PERL5OPT -d:DProf % httpd -X -d `pwd` ... make some requests to the server here ... % kill `cat logs/httpd.pid` % unsetenv PERL5OPT % dprofpp I've used this profiling