August 2019
Beginner to intermediate
798 pages
17h 2m
English
The good news is that with Go version 1.10, the go tool pprof command comes with a web user interface.
You can start the interactive Go profiler as follows:
$ go tool pprof -http=[host]:[port] aProfile
Read now
Unlock full access