in reply to Re: Re: Re: Re: Re: Re: Re: Re: Finding the size of a variable
in thread Finding the size of a variable
While that's certainly not bad for most uses, adding a 1 second overhead to every subroutine call would bring Bricolage (or any large Apache/mod_perl app) to a halt. Some actions require thousands of method calls, and most web browsers would time out before the response got back.
However, you were right about one thing; it is a heck of a lot faster than Devel::Profiler!
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Finding the size of a variable
by Elian (Parson) on Nov 11, 2002 at 22:55 UTC |