pprof

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const BasePath = "/debug/pprof"

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

Variables

This section is empty.

Functions

func NewMux

func NewMux() *http.ServeMux

NewMux returns a new http.ServeMux that routes pprof requests. It pretty much copies what the std lib pprof does on init: https://golang.org/src/net/http/pprof/pprof.go#L67

Types

type Handler

type Handler struct {
	Next httpserver.Handler
	Mux  *http.ServeMux
}

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

func (*Handler) ServeHTTP

func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)

ServeHTTP handles requests to BasePath with pprof, or passes all other requests up the chain.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL