pprofhandler

package
v1.73.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2026 License: MIT Imports: 5 Imported by: 37

Documentation

Overview

Package pprofhandler provides a fasthttp handler similar to net/http/pprof.

Index

Constants

This section is empty.

Variables

This section is empty.

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.

Paths ending in a trailing slash (e.g. /debug/pprof/heap/) return 404, matching the behaviour of net/http/pprof's DefaultServeMux which does not register handlers for paths ending in /.

Types

This section is empty.

Jump to

Keyboard shortcuts

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