Versions in this module Expand all Collapse all v1 v1.4.5 Jul 11, 2021 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