func net/http/pprof.Profile

3 uses

	net/http/pprof (current package)
		pprof.go#L83: 	http.HandleFunc("/debug/pprof/profile", Profile)
		pprof.go#L120: func Profile(w http.ResponseWriter, r *http.Request) {

	go.pact.im/x/httpdebug
		httpdebug.go#L21: 	mux.HandleFunc("/debug/pprof/profile", pprof.Profile)