Versions in this module Expand all Collapse all v0 v0.0.2 Oct 1, 2024 v0.0.1 Jun 25, 2024 Changes in this version + var Flags = []cli.Flag + var Handler = new(HandlerT) + var Memsize memsizeui.Handler + func Exit() + func LoudPanic(x interface{}) + func Setup(ctx *cli.Context) error + func StartPProf(address string) + type HandlerT struct + func (*HandlerT) BacktraceAt(location string) error + 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(filter *string) string + func (*HandlerT) Verbosity(level int) + func (*HandlerT) Vmodule(pattern string) error + 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