Let's just use https://github.com/google/pprof/issues/54 to avoid forking 
the discussion?

On Wednesday, November 23, 2016 at 2:25:59 PM UTC-8, Dave Cheney wrote:
>
> Please raise an issue on the issue tracker, golang.org/issue/new
>
> On Thursday, 24 November 2016 09:11:30 UTC+11, Alexey Alexandrov wrote:
>>
>> 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