Documentation ¶
Overview ¶
Package pprof implements a pprof profiling service.
Index ¶
Constants ¶
View Source
const CfgPprofBind = "pprof.bind"
CfgPprofBind enables profiling endpoint at the given address.
Variables ¶
View Source
var Flags = flag.NewFlagSet("", flag.ContinueOnError)
Flags has the flags used by the pprof service.
Functions ¶
func DumpHeapToFile ¶
DumpHeapToFile writes the current process heap to given file with unique suffix.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.