Mercurial > pub > Impl
diff Lib/IMPL/Profiler.pm @ 206:c8fe3f84feba
+IMPL::Web::Handlers::ViewSelector
+IMPL::Web::Handlers::ErrorHandler
*IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author | sergey |
---|---|
date | Thu, 03 May 2012 16:48:39 +0400 |
parents | 4d0e1962161c |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Profiler.pm Thu May 03 01:00:02 2012 +0400 +++ b/Lib/IMPL/Profiler.pm Thu May 03 16:48:39 2012 +0400 @@ -76,7 +76,7 @@ @frame[0..2] = @next[0..2]; } - #warn "\t"x$level,"$frame[0] - $frame[3]"; + #warn " "x$level,"$frame[0] - $frame[3]"; return wantarray ? @frame : $frame[0]; }; } @@ -124,7 +124,7 @@ my $context = wantarray; { local $InvokeTime = 0; - #warn "\t"x$level,"enter ${class}::$method"; + #warn " "x$level,"enter ${class}::$method"; $level ++; if ($context) { @arr = &$entry(@_); @@ -143,7 +143,7 @@ $InvokeInfo{"${class}::${method}"}{Own} += $timeOwn; $InvokeTime += $timeTotal; $level --; - #warn "\t"x$level,"leave ${class}::$method"; + #warn " "x$level,"leave ${class}::$method"; return $context ? @arr : $scalar; }; if ($proto) {