autopprof:Pprof在Go的开发时变得轻松

时间:2024-05-02 14:16:37
【文件属性】:

文件名称:autopprof:Pprof在Go的开发时变得轻松

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-02 14:16:37

Go

autopprof Pprof在开发时变得容易。 指导 将autopprof.Capture添加到您的主要功能。 import "github.com/rakyll/autopprof" autopprof . Capture (autopprof. CPUProfile { Duration : 30 * time . Second , }) 运行您的程序并将SIGQUIT发送到该进程(或在Mac上为CTRL + \)。 配置文件捕获将开始。 捕获完成后,将启动Pprof UI。 有关其他配置文件类型,请参见 。 为什么选择autopprof? autopprof是易于设置的pprof配置文件数据收集库,用于开发时间。 它高度依赖于标准库软件包(例如和现有工具(例如go tool pprof 。 从Go程序收集和可视化分析数据是一个多步骤的过程。 首先,您需要收集并


【文件预览】:
autopprof-master
----example_test.go(935B)
----LICENSE(11KB)
----CONTRIBUTING.md(984B)
----examples()
--------helloworld()
----go.sum(0B)
----README.md(2KB)
----go.mod(44B)
----autopprof.go(4KB)

网友评论