Versions in this module Expand all Collapse all v1 v1.7.17 Jun 16, 2023 v1.7.12 Dec 7, 2021 v1.7.11 Aug 5, 2021 Changes in this version + const ProfDumpBackupDir + const ProfDumpDir + func CpuProfiling(s int64) + func FormatMemStats(m1, m2 *runtime.MemStats) string + func GcStats() string + func MemStats() string + func MemStats2() string + func RuntimeStats(d time.Duration, f func(string)) + func WriteBlock() + func WriteGoroutine() + func WriteHeap() + func WriteMutex() + func WriteThreadCreate() + type DeployFunc func([]string) string + type FindFunc func(key string) (string, error) + type Helper struct + Deployer DeployFunc + Finder FindFunc + Host int + Perfer PerfFunc + Stater StatusFunc + Updater UpdateFunc + func (helper *Helper) Close() + func (helper *Helper) Start() error + type PerfFunc func() string + type StatusFunc func() string + type UpdateFunc func(Key, Value, Type string, Offset int64) bool