下载测试代码

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

在这里插入图片描述

toplist
list