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.