Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 22165 invoked from network); 29 Aug 2003 22:27:32 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Aug 2003 22:27:32 -0000 Received: (qmail 35833 invoked by uid 500); 29 Aug 2003 22:26:50 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 35794 invoked by uid 500); 29 Aug 2003 22:26:49 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 35771 invoked from network); 29 Aug 2003 22:26:49 -0000 Message-ID: <3F4FD316.6080908@stason.org> Date: Fri, 29 Aug 2003 15:26:30 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Brian Hirt Cc: modperl@perl.apache.org Subject: Re: Apache::DProf problems References: <51D562AE-DA65-11D7-A100-000393D9FD00@mobygames.com> In-Reply-To: <51D562AE-DA65-11D7-A100-000393D9FD00@mobygames.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Brian Hirt wrote: > I've installed Apache::DProf, but it seems hardly any of the calls are > profiled. dprofpp shouws MOF::Dispatcher::handler as taking up 100% of > the time, but there is no information recorded in for calls within that > function. MOF::Dispatcher::handler is calling thousands of other > functions and there is absolutely no record of any of those calls in > tmon.out. > > Any ideas an what's going on? I'm running mp1.27 and compiled it with > EVERYTHING=1 Remember that any PerlHandler that was pulled in before Apache::DProf in the httpd.conf or startup.pl file will not have code-debugging information inserted. Make sure that you load before any code that you plan to profile. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html