# Functions
Cmdline responds with the running program's command line, with arguments separated by NUL bytes.
CPUProfile generates a CPU Profile for a given duration.
IsErrProfileNotFound returns whether the error is due to a pprof profile being invalid.
NewErrProfileNotFound returns a new error caused by a pprof.Lookup profile not being found.
Profile generates a pprof.Profile report for the given profile name see runtime/pprof/pprof.go for available profiles.
Trace runs a trace profile for a given duration.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author