Hi Go team,

We've got a report for pprof tool where call frames for functions called 
via reflection are not shown in the heap allocation profiles.  The cause 
turned out to be that all frames starting one matching "runtime\..*" regex 
and its callees are pruned for heap profiles today.  Reflected calls go via 
runtime.call32() and so get pruned.

The discussion is at https://github.com/google/pprof/issues/54. Summoning 
up someone from Go team to comment on the proposed change to include 
runtime.call32 into the keep list.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to