func net/http/pprof.Cmdline

3 uses

	net/http/pprof (current package)
		pprof.go#L82: 	http.HandleFunc("/debug/pprof/cmdline", Cmdline)
		pprof.go#L91: func Cmdline(w http.ResponseWriter, r *http.Request) {

	go.pact.im/x/httpdebug
		httpdebug.go#L20: 	mux.HandleFunc("/debug/pprof/cmdline", pprof.Cmdline)