Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + func RunGC() + func SaveAllocProfile(profileDir string) (string, error) + func SaveHeapProfile(profileDir string) (string, error) + type CPUProfiler struct + func (c *CPUProfiler) StartCPUProfile(profileDir string) error + func (c *CPUProfiler) StopCPUProfile() (string, error) + type ProfileSession struct + func BeginProfiling(profileDir string, logWriter io.Writer) *ProfileSession + func (p *ProfileSession) Stop()