18 The Go execution tracer

blog.gopheracademy.com posted by kenny 2315 days ago  

Ever wondered how are your goroutines being scheduled by the go runtime? Ever tried to understand why adding concurrency to your program has not given it better performance? The go execution tracer can help answer these and other questions to help you diagnose performance issues, e.g, latency, contention and poor parallelization.

Register to comment or vote on this story