Block Profiling in Go
https://github.com/felixge/go-profiler-notes/blob/main/block.md [github.com]
2021-02-10 01:46
The block profile in Go lets you analyze how much time your program spends waiting on the blocking operations listed below:
source: HN