摘要: 在主函数中引入包 _ "net/http/pprof" //debug 在main方法里加入 //debug go func() { _ = http.ListenAndServe("0.0.0.0:6060", nil) }() go tool pprof -alloc_space -cum -s 阅读全文
posted @ 2019-11-15 11:08 浮生逍遥 阅读(722) 评论(0) 推荐(0)