Re: [go-nuts] Latency profiling

2017-09-17 Thread Sen Han
(Sorry for the noise.) Hi Juliusz, this tool go-tool-trace-greediest-goroutines would be helpful.( may also refer the issue 20792 ) All best -- Sen On Sun, Sep 17, 2017 at 9:12 PM, Juliusz Chr

[go-nuts] Latency profiling

2017-09-17 Thread Juliusz Chroboczek
Hi, I've got a CPU-bound function that is not called very frequently, and hence doesn't appear prominently in the CPU profile, but I'm guessing that it takes a significant time to run (on the order of tens of milliseconds), and hence increases the latency of the calling goroutine. I don't see any