github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/pcsverbose/pcsdebug/pprof.go (about) 1 package pcsdebug 2 3 import ( 4 "net/http" 5 _ "net/http/pprof" 6 ) 7 8 func StartPprofListen() { 9 http.ListenAndServe("0.0.0.0:6060", nil) 10 }