Versions in this module Expand all Collapse all v1 v1.1.0 Aug 14, 2019 v1.0.0 Jun 25, 2019 Changes in this version + var Flags = []cli.Flag + var Handler = new(HandlerT) + var Memsize memsizeui.Handler + func CreateLogDir(logDir string) + func Exit() + func GetGlogger() (*log.GlogHandler, error) + func LoudPanic(x interface{}) + func Setup(ctx *cli.Context) error + 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() string + func (*HandlerT) Verbosity(level int) error + func (*HandlerT) VerbosityByID(mi int, level int) error + func (*HandlerT) VerbosityByName(mn string, level int) error + 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) IsPProfRunning() bool + func (h *HandlerT) SetVMLogTarget(target int) (string, error) + func (h *HandlerT) StartCPUProfile(file string) error + func (h *HandlerT) StartGoTrace(file string) error + func (h *HandlerT) StartPProf(address string, port int) error + func (h *HandlerT) StopCPUProfile() error + func (h *HandlerT) StopGoTrace() error + func (h *HandlerT) StopPProf() error + func (h *HandlerT) WriteVMLog(msg string)