Revision: 1195
Author: [email protected]
Date: Thu Apr 22 03:53:35 2010
Log: Prep for an alpha dev release
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1195
Modified:
/trunk/Changes
=======================================
--- /trunk/Changes Thu Apr 22 03:23:05 2010
+++ /trunk/Changes Thu Apr 22 03:53:35 2010
@@ -13,17 +13,20 @@
add "calls N subs" to treemap mouseover box
string eval merging - must allow at least viewing of source for called
subs defined in a nested eval
-=head2 Changes in Devel::NYTProf 3.12 (svn XXXX)
+=head2 Changes in Devel::NYTProf 3.12 (svn 1194) 22nd April 2010
XXX TODO
Refine and document handing of string evals
Consider eval_pv from outside perl, e.g. plperl
-Add option to intercept POSIX::_exit().
Fixed off-by-1 error in number of Files an xsub/opcode was called from.
Enabled savesrc=1 by default.
+ Added profile reporting of code executed in string evals.
+ Each string eval gets it's own report page. String evals that don't
define
+ subs or use string eval themselves may be collapsed/merged in some
cases.
+
Added automatic detection of calls to POSIX::_exit() by the sub profiler
so finish_profile() gets called and a usable profile is produced.
Added posix_exit=1 option to do the same thing (in a different way)
--
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]