func net/http/pprof.Index

3 uses

	net/http/pprof (current package)
		pprof.go#L81: 	http.HandleFunc("/debug/pprof/", Index)
		pprof.go#L367: func Index(w http.ResponseWriter, r *http.Request) {

	go.pact.im/x/httpdebug
		httpdebug.go#L19: 	mux.HandleFunc("/debug/pprof/", pprof.Index)