Hi golang-nuts. I am trying to profile the runtime environment scheduler 
proc.go and have few questions.

1) I was wondering if the pprof profiler is good for profiling the runtime 
environment or would my numbers be skewed due to the overhead of pprof? 

2) regarding the GODEBUG. Till what granularity of time can i trust my 
GODEBUG debug logs? 

3) Right now, i am trying to understand the runtime especially the relation 
between G,M and P. I am using the _test.go files in src/runtime and taking 
the pprof/GODEBUG logs. Is this a good way to go about it?

Thanks,

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