下载测试代码
go get
中可以获取测试程序, 注意加上 -d
避免下载后自动安装。
go get -d github.com/wolfogre/go-pprof-practice
cd $GOPATH/src/github.com/wolfogre/go-pprof-practice
如果 go get 下载不了, 可以 git clone 下载
git clone https://github.com/wolfogre/go-pprof-practice
对代码进行编译
然后运行
go mod init
go mod tidy
最后再运行
go build
./go-pprof-practice
运行 pprof 命令
go tool pprof http://localhost:6060/debug/pprof/heap
还是三板斧top
, list
等命令
list
命令