Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + func FreeOSMemory() + func PrintStack() + func ReadGCStats(stats *GCStats) + func SetGCPercent(percent int) int + func SetMaxStack(bytes int) int + func SetMaxThreads(threads int) int + func SetPanicOnFault(enabled bool) bool + func SetTraceback(level string) + func Stack() []byte + func WriteHeapDump(fd uintptr) + type GCStats struct + LastGC time.Time + NumGC int64 + Pause []time.Duration + PauseEnd []time.Time + PauseQuantiles []time.Duration + PauseTotal time.Duration