Revision: 1083
Author: tim.bunce
Date: Wed Feb 24 02:50:05 2010
Log: Note that lvalue subroutines aren't profiled when using use_db_sub=1

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1083

Modified:
 /trunk/HACKING
 /trunk/lib/Devel/NYTProf.pm

=======================================
--- /trunk/HACKING      Tue Feb 23 01:40:54 2010
+++ /trunk/HACKING      Wed Feb 24 02:50:05 2010
@@ -396,3 +396,6 @@
 http://developers.sun.com/solaris/articles/time_stamp.html
 http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=332

+Currently lvalue subs aren't profiled when use_db_sub is in effect.
+http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2010-02/msg00824.html
+
=======================================
--- /trunk/lib/Devel/NYTProf.pm Sat Feb 20 08:31:12 2010
+++ /trunk/lib/Devel/NYTProf.pm Wed Feb 24 02:50:05 2010
@@ -703,6 +703,11 @@
activity, and so may appear to corrupt C<@_> in this (rare) situation. If this
 happens, NYTProf is simply exposing an existing problem in the code.

+=head2 Lvalue subroutines aren't profiled when using use_db_sub=1
+
+Currently 'lvalue' subroutines (subs that can be assigned to, like C<foo() =
+42>) are not profiled when using use_db_sub=1.
+
 =head1 CLOCKS

Here we discuss the way NYTProf gets high-resolution timing information from

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to