GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Blocking profiler

Last modified: 07 April 2022

You can run the Blocking profiler only for Go tests and benchmarks

Blocking profiler shows you the time period in which goroutines are not running (waiting). The blocking profiler might be useful if you need to find unbuffered or full channels, sync.Mutex locks, or any other bottlenecks.