Revision: 1268
Author: [email protected]
Date: Sat Jun 5 15:31:30 2010
Log: Updated Changes, noted outstanding issues. Added item to HACKING.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1268
Modified:
/trunk/Changes
/trunk/HACKING
=======================================
--- /trunk/Changes Mon May 31 14:27:25 2010
+++ /trunk/Changes Sat Jun 5 15:31:30 2010
@@ -19,6 +19,10 @@
* collapse evals with identical src that define identical anon-subs
- also needs merging of those anon-subs (which got removed somewhere
along the way)
* Upload new example report and update the link in the docs
+* report should indicate subs that have been merged
+* report totals (evals and subs) should account for things merged away
+ eg perhaps add $si->subs_defined_count() that includes count of merged
subs
+* resolve undef warnings from nytprofhtml on (eg) perlcritic of perlcritic
Major changes:
@@ -37,6 +41,9 @@
Enabled savesrc=1 by default.
+ The data file format has changed so v3.x files can't be read.
+ The Devel::NYTProf::ReadStream interface has also changed.
+
Other changes:
Fixed off-by-1 error in number of Files an xsub/opcode was called from.
=======================================
--- /trunk/HACKING Thu May 27 14:24:50 2010
+++ /trunk/HACKING Sat Jun 5 15:31:30 2010
@@ -414,3 +414,13 @@
xs calling optimization) it'll be the most recent sub entry that was
recorded.
Generate extra report pages for xsubs in packages that don't have source
code.
+
+USE_SITECUSTOMIZE causes two "Unable to determine line number" warnings at
start of
+every program:
+ (-e:0) nextstate
+ Unable to determine line number in -e
+ (-e:0) gvsv(main::!)
+ (-e:0) nextstate
+ Unable to determine line number in -e
+ (-e:0)
const(PV("/usr/local/perl512-dev/lib/site_perl/5.12.0/sitecustomize.pl"\0))
+Would be nice to find a way to silence the warnings in this case.
--
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]