I'd also like to mention I did try both 'runtime/pprof' and 
github.com/pkg/profile, both yield the same (lack of) results.

On Monday, June 27, 2016 at 4:10:26 PM UTC-4, Kyle Stanly wrote:
>
> For some strange reason, when I run pprof tool I do not get the Callgraph 
> of the function calls, merely the overall CPU usage, no more. I insert 
> pprof.StartCPUProfile() and pprof.StopCPUProfile() at sections I want to 
> test, and I even adjusted the sampling rate with 
> runtime,SetCPUProfileRate(1000000) to give it the maximum amount of 
> sampling in case it couldn't sample enough.
>
> Unfortunately, there is nothing. Is there a step I am missing here?
>

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