Revision: 1223
Author: [email protected]
Date: Thu May 20 11:57:01 2010
Log: Another thought for HACKING

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

Modified:
 /trunk/HACKING

=======================================
--- /trunk/HACKING      Mon May  3 14:44:45 2010
+++ /trunk/HACKING      Thu May 20 11:57:01 2010
@@ -402,3 +402,8 @@
 elsewhere but called from the string eval. The inconsistency is confusing.

Modify csv output to optionally include extra metadata lines. Use for testing.
+
+In html report where sub callers are shown (called N times by S from F at line L) +also show in compact form links to the callers of the caller, if there aren't too many. +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).

--
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