Golang (GO) pprof in Beego
A great feature of Go’s standard library is its code performance monitoring tools. These packages exist in two places:
net/http/pprofruntime/pprof
In fact, net/http/pprof
simply exposes runtime profiling data from the runtime/pprof
package on an HTTP port.