package pprofhandler
import "github.com/valyala/fasthttp/pprofhandler"
Package pprofhandler provides a fasthttp handler similar to net/http/pprof.
Index ¶
Functions ¶
func PprofHandler ¶
func PprofHandler(ctx *fasthttp.RequestCtx)
PprofHandler serves server runtime profiling data in the format expected by the pprof visualization tool.
See https://pkg.go.dev/net/http/pprof for details.
Source Files ¶
- Version
- v1.62.0 (latest)
- Published
- May 7, 2025
- Platform
- windows/amd64
- Imports
- 5 packages
- Last checked
- 3 weeks ago –
Tools for package owners.