Revision: 1414
Author:   [email protected]
Date:     Thu Mar 22 08:44:22 2012
Log: add note re using hide_subr_call_time to hide things like FCGI::Accept
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1414

Modified:
 /trunk/NYTProf.xs

=======================================
--- /trunk/NYTProf.xs   Thu Feb  2 01:13:04 2012
+++ /trunk/NYTProf.xs   Thu Mar 22 08:44:22 2012
@@ -2296,6 +2296,10 @@
         }
         subr_entry->called_cv_depth = 1; /* an approximation for slowops */
         subr_entry->called_is_xs = "sop";
+ /* XXX make configurable eg for wait(), and maybe even subs like FCGI::Accept + * so perhaps use $hide_sub_calls->{$package}{$subname} to make it general.
+         * Then the logic would have to move out of this block.
+         */
         if (OP_ACCEPT == op_type)
             subr_entry->hide_subr_call_time = 1;
     }

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