安装 graphviz
tar -zxvf [name]
./configure
make
make install

安装完成

使用 go tool pprof 生成性能图

命令:

go tool pprof http://localhost:6060/debug/pprof/profile
(pprof)svgwebsvg

其他的 pprof 结果同理

本作品采用《CC 协议》,转载必须注明作者和本文链接
做自己