package
0.5.1
Repository: https://github.com/xmidt-org/arrange.git
Documentation: pkg.go.dev

# Constants

DefaultPathPrefix is used as the path prefix for HTTP pprof handlers when no HTTP.PathPrefix field is supplied.

# Variables

ErrAlreadyProfiling indicates that a CPU profile to a particular path has already been started.

# Structs

CPU is a strategy for managing CPU profiling within the lifecycle of an fx.App.
Heap is a strategy for writing memory profile data when an fx.App is stopped.
HTTP is the strategy for attaching pprof routes to an arbitrary *http.ServeMux.