On Mon, Jun 27, 2016 at 1:52 PM, Kyle Stanly <theif...@gmail.com> wrote:
> I'd also like to mention I did try both 'runtime/pprof' and
> github.com/pkg/profile, both yield the same (lack of) results.

We can't help you without more information.  What kind of system, what
version of Go, what sort of program, exactly what do you type, exactly
what do you see, what do you expect to see instead.

Ian


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

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