Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + var BlockProfileRateFlag = &cli.IntFlag + var CPUProfileFlag = &cli.StringFlag + var Handler = new(HandlerT) + var MemProfileRateFlag = &cli.IntFlag + var Memsize memsizeui.Handler + var MutexProfileFractionFlag = &cli.IntFlag + var PProfAddrFlag = &cli.StringFlag + var PProfFlag = &cli.BoolFlag + var PProfPortFlag = &cli.IntFlag + var TraceFlag = &cli.StringFlag + func Exit(ctx *cli.Context) + func Setup(ctx *cli.Context) error + type HandlerT struct + func (*HandlerT) BlockProfile(file string, nsec uint) error + func (*HandlerT) FreeOSMemory() + func (*HandlerT) GcStats() *debug.GCStats + func (*HandlerT) MemStats() *runtime.MemStats + func (*HandlerT) MutexProfile(file string, nsec uint) error + func (*HandlerT) SetBlockProfileRate(rate int) + func (*HandlerT) SetGCPercent(v int) int + func (*HandlerT) SetMutexProfileFraction(rate int) + func (*HandlerT) Stacks() string + func (*HandlerT) WriteBlockProfile(file string) error + func (*HandlerT) WriteMemProfile(file string) error + func (*HandlerT) WriteMutexProfile(file string) error + func (h *HandlerT) CPUProfile(file string, nsec uint) error + func (h *HandlerT) GoTrace(file string, nsec uint) error + func (h *HandlerT) StartCPUProfile(file string) error + func (h *HandlerT) StartGoTrace(file string) error + func (h *HandlerT) StopCPUProfile() error + func (h *HandlerT) StopGoTrace() error