Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func CPUProfile(path string) (func(), error) + func Format(s Stats) string + func GoroutineProfile(path string) error + func MemoryProfile(path string) error + type Stats struct + MemAlloc uint64 + MemNumGC uint32 + MemSys uint64 + MemTotalAlloc uint64 + NumCPU int + NumGoroutine int + Timestamp int64 + func GetStats() Stats