# Functions

NewMux returns a new http.ServeMux that routes pprof requests.

# Constants

BasePath is the base path to match for all pprof requests.

# Structs

Handler is a simple struct whose ServeHTTP will delegate pprof endpoints to their equivalent net/http/pprof handlers.