Author: tim.bunce
Date: Sun Jul 12 14:19:56 2009
New Revision: 824
Modified:
trunk/Changes
trunk/HACKING
Log:
Tweaks to Changes and HACKING
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Sun Jul 12 14:19:56 2009
@@ -28,6 +28,8 @@
Changes to subroutine profiler:
+ Rewritten. Captures more data more accurately and robustly.
+
Added recording the name of the calling subroutine to enable proper
linking of call trees. Previously only the calling file and line
were recorded. (This is more significant than it sounds :)
Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING (original)
+++ trunk/HACKING Sun Jul 12 14:19:56 2009
@@ -365,4 +365,5 @@
'self-contained' and can be archives and thrown around as a tarball/zip and
still used for further analysis.
-Add a tracefile=filename option (just fopen() and set logfh)
+The pseudo-sub "main::BEGIN" doesn't appear to be 'called' in NYTProf data.
+Perhaps it should.
--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---