go pprof 簡單使用

測試demo package main import ( "flag" "fmt" "io/ioutil" "log" "net/http" _ "net/http/pprof" "sync" "time" ) func counter() { list := []int{1} c := 1 for i :
相關文章
相關標籤/搜索