net/http/pprof

pprof包通過它的HTTP服務端提供pprof可視化工具期望格式的運行時剖面文件數據服務 package main import ( _ "net/http/pprof" "net/http" ) func main() { http.ListenAndServe("localhost:8082", nil) } 只需要導入 包"net/http/pprof" 即可,
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息