package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

Exit stops all running profiles, flushing their output to the respective file.
Setup initializes profiling based on the CLI flags.

# Variables

BlockProfileRateFlag to specify the block profiling rate.
CPUProfileFlag to specify where to write the CPU profile.
Handler is the global debugging handler.
MemProfileRateFlag to specify the mem profiling rate.
Memsize is the memsizeui Handler(?).
MutexProfileFractionFlag to specify the mutex profiling rate.
PProfAddrFlag to specify HTTP server address.
PProfFlag to enable pprof HTTP server.
PProfPortFlag to specify HTTP server listening port.
TraceFlag to specify where to write the trace execution profile.

# Structs

HandlerT implements the debugging API.