Revision: 1250
Author: [email protected]
Date: Thu May 27 14:24:50 2010
Log: More thoughts for HACKING
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1250
Modified:
/trunk/HACKING
=======================================
--- /trunk/HACKING Wed May 26 15:35:26 2010
+++ /trunk/HACKING Thu May 27 14:24:50 2010
@@ -408,3 +408,9 @@
This makes it faster to climb the call stack. A simple mouseover will show
the
filename of the caller (perhaps a tooltip could give the file and sub).
Also needed for modules that take shortcuts calling XS functions (*cough
DBI*).
+And/or, add a simple up arrow that'll just to the calling sub. Typically
that'll
+be the surrounding "sub foo { ..." (which'll be handy for big subs) but for
+cases where the call to that sub wasn't recorded (eg pre 5.8.9 or the DBI's
+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.
--
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]