On Fri, Sep 6, 2019 at 8:36 PM Vincent Blanchon
wrote:
>
> The documentation of the profiling
> (https://blog.golang.org/profiling-go-programs) explains that: "Go program
> stops about 100 times per second".
> However, in the code, I could see that the collector has a sleep of 100ms
> https://g
Hi,
The documentation of the profiling
(https://blog.golang.org/profiling-go-programs) explains that: "Go program
stops about 100 times per second".
However, in the code, I could see that the collector has a sleep of 100ms
https://github.com/golang/go/blob/master/src/runtime/pprof/pprof.go#L779