每天多一点
go pprof
Oct 12, 2017
import _ "net/http/pprof" go func() { http.ListenAndServe("0.0.0.0:8080", nil) }()