go tool pprof
在Golang中,可以通过pprof工具对应于程序的运行时进行性能分析,包括CPU、内存、Goroutine等实时信息。
参考:
https://www.kancloud.cn/cattong/go_command_tutorial/261357
最后编辑: kuteng 文档更新时间: 2022-07-29 14:34 作者:kuteng
本文档使用 topgoer 发布
在Golang中,可以通过pprof工具对应于程序的运行时进行性能分析,包括CPU、内存、Goroutine等实时信息。
参考:
https://www.kancloud.cn/cattong/go_command_tutorial/261357