Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultPrefix url prefix of pprof
DefaultPrefix = "/debug/pprof"
)
Variables ¶
This section is empty.
Functions ¶
func Register ¶
Register the standard HandlerFuncs from the net/http/pprof package with the provided gin.IRouter. prefixOptions is a optional. If not prefixOptions, the default path prefix is used, otherwise first prefixOptions will be path prefix.
func RouteRegister ¶ added in v1.3.0
RouteRegister the standard HandlerFuncs from the net/http/pprof package with the provided gin.IRouter. prefixOptions is a optional. If not prefixOptions, the default path prefix is used, otherwise first prefixOptions will be path prefix.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.