Documentation
¶
Overview ¶
Debug tooling. Dumps named profile in response to HTTP request at
http(s)://<host-name>/<configured-path>/<profile-name>
See godoc for the list of possible profile names: https://golang.org/pkg/runtime/pprof/#Profile
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct {
Url string
}
func NewProfile ¶
func (*Profile) ProfileHandler ¶
func (p *Profile) ProfileHandler(w http.ResponseWriter, r *http.Request)
func (*Profile) StartProfile ¶
Click to show internal directories.
Click to hide internal directories.