Documentation
¶
Overview ¶
Package profile exposes the Go net/http/pprof profiling endpoints over a dedicated HTTP server.
Index ¶
Constants ¶
View Source
const (
ErrCodeProfileHttpError = "PRF-001"
)
Variables ¶
View Source
var ( ErrProfileHttpError = func(cause error) error { return jet.NewAppErrBuilder(ErrCodeProfileHttpError, "").Wrap(cause).Err() } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.