[go-nuts] blocking profiler

2018-03-30 Thread Dave Cheney
It looks like you’re stopping the block profile immediately after starting it. Try github.com/pkg/profile which will take care of the plumbing for you. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop rece

[go-nuts] blocking profiler

2018-03-30 Thread sothy shan
Hello, I want to use blocking profiler in my go application. I use go1.10. My applcation is running as docker instance?. I include the following code into my application. f,err :=os.Create("/tmp/test_blocking.prof") if err != nil { log.WithEr