摘要: go的pprof包 go中有pprof包来做代码的性能监控,在两个地方有包: net/http/pprof runtime/pprof 其实net/http/pprof中只是使用runtime/pprof包来进行封装了一下,并在http端口上暴露出来. 本篇只讲如何在web上查看性能。 一、代码部分 阅读全文
posted @ 2018-08-29 16:20 MrBlue 阅读(6658) 评论(0) 推荐(0) 编辑