如何在Go程序中使用pprof?
有一个名为net / http / pprof的Go包,但是我不能使用它。
该文件说go tool pprof http://localhost:6060/debug/pprof/heap,这是行不通的。
go tool pprof http://localhost:6060/debug/pprof/heap
并且,以下_是什么意思?
import _ "net/http/pprof"
相关分类