Re: [go-nuts] Intercepting goroutine context switching

2019-02-09 Thread Milind Chabbi
s on the outside as being expensive… when in reality it is not doing > anything. > > On Feb 9, 2019, at 7:07 PM, Milind Chabbi wrote: > > Ian, > > Can you give me more details about these terms: "g0", "systemstack", and > "mcall"? > > Robert:

Re: [go-nuts] Intercepting goroutine context switching

2019-02-09 Thread Milind Chabbi
Ian, Can you give me more details about these terms: "g0", "systemstack", and "mcall"? Robert: taking the trace route is incorrect for me; I am profiling, tracing is too expensive because of logging, furthermore, I don't want to recompile the application or change the go runtime. -Milind On Sat