[go-nuts] Re: memory profiler for benchmark test reports 0s across the board

2016-09-20 Thread Dave Cheney
Can you share a small runable reproduction which shows the problem ? On Tuesday, 20 September 2016 23:26:29 UTC+10, Ethan Kennedy wrote: > > Dave, > > Thank you for the tip. That does at least show me some measurements of > allocations. I guess I was hoping to do some more fine-grained analysis,

[go-nuts] Re: memory profiler for benchmark test reports 0s across the board

2016-09-20 Thread 'Ethan Kennedy' via golang-nuts
Dave, Thank you for the tip. That does at least show me some measurements of allocations. I guess I was hoping to do some more fine-grained analysis, if only as an educational exercise. So, I tried using the runtime/pprof package to write a heap profile at a specific point in my program and