Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2018 Changes in this version + func MonitorMemoryStats(cycle time.Duration) chan *MemStats + func SetupPIDFile() (deferFunc func(), err error) + func StartCPUProfile(file string) (deferFunc func(), err error) + func WriteHeapProfile(file string) error + type MemStats struct + Allocs uint64 + Frees uint64 + Mallocs uint64 + Sys uint64 + TotalAllocs uint64 + func MemoryStats() *MemStats + func NewMemStats(s *runtime.MemStats) *MemStats + func (s *MemStats) String() string