Perrin Harkins wrote:
On 5/11/07, John ORourke <[EMAIL PROTECTED]> wrote:
Any idea why Apache::DProf would be failing to list some subroutines
that are definitely being called, in the tmon.out file?
Yes. You're probably loading some of your code before initializing
the debugger. Put somethin
On 5/11/07, John ORourke <[EMAIL PROTECTED]> wrote:
Any idea why Apache::DProf would be failing to list some subroutines
that are definitely being called, in the tmon.out file?
Yes. You're probably loading some of your code before initializing
the debugger. Put something like this in httpd.co
John ORourke wrote:
> Geoffrey Young wrote:
>
>> Jeff wrote:
>>
>>
>>> Not sure if its relevant, but from general Perl usage, Devel::Profiler
>>> often fails to properly recognise function names if its USE statement
>>> ends up being executed before your classes have been USEd.
>>>
>>
>> ye
Geoffrey Young wrote:
Jeff wrote:
Not sure if its relevant, but from general Perl usage, Devel::Profiler
often fails to properly recognise function names if its USE statement
ends up being executed before your classes have been USEd.
yes, because Devel::Profiler scans for then during it
Jeff wrote:
> Original Message
> Subject: Re:Apache::DProf missing some subroutines
> From: Geoffrey Young <[EMAIL PROTECTED]>
> CC: modperl
> Date: 11 May 2007 14:11:14
>
>>
>>> Also, Devel::Profiler can't handle many of the DBI implementations (you
>>> have to bad_pkgs=>[] the
Original Message
Subject: Re:Apache::DProf missing some subroutines
From: Geoffrey Young <[EMAIL PROTECTED]>
CC: modperl
Date: 11 May 2007 14:11:14
Also, Devel::Profiler can't handle many of the DBI implementations (you
have to bad_pkgs=>[] them.
I don't have any trouble w
Jeff wrote:
>
> Not sure if its relevant, but from general Perl usage, Devel::Profiler
> often fails to properly recognise function names if its USE statement
> ends up being executed before your classes have been USEd.
>
> If you use factories to instantiate objects from calculated class names,
Not sure if its relevant, but from general Perl usage, Devel::Profiler
often fails to properly recognise function names if its USE statement
ends up being executed before your classes have been USEd.
If you use factories to instantiate objects from calculated class names,
those methods won't
John ORourke wrote:
> Hi folks,
>
> Any idea why Apache::DProf would be failing to list some subroutines
> that are definitely being called, in the tmon.out file?
>
> I grepped all sub references from tmon.out and it's listing my method
> handlers, it's listing some of my constructors, and its li