Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + type Config struct + Dir string + Enabled bool + Freq time.Duration + MaxNumFiles int + type ContinuousProfiler interface + Dispatch func() error + Shutdown func() + func NewContinuous(dir string, freq time.Duration, maxNumFiles int) ContinuousProfiler + type Profiler interface + LockProfile func() error + MemoryProfile func() error + StartCPUProfiler func() error + StopCPUProfiler func() error + func New(dir string) Profiler v1.9.8-rc.9 Jun 28, 2023