func net/http/pprof.Handler

5 uses

	net/http/pprof (current package)
		pprof.go#L225: func Handler(name string) http.Handler {

	go.pact.im/x/httpdebug
		httpdebug.go#L24: 	mux.Handle("/debug/pprof/goroutine", pprof.Handler("goroutine"))
		httpdebug.go#L25: 	mux.Handle("/debug/pprof/heap", pprof.Handler("heap"))
		httpdebug.go#L26: 	mux.Handle("/debug/pprof/threadcreate", pprof.Handler("threadcreate"))
		httpdebug.go#L27: 	mux.Handle("/debug/pprof/block", pprof.Handler("block"))