Versions in this module Expand all Collapse all v0 v0.0.3 Mar 7, 2025 Changes in this version + func RunProfile(config *Config) + type CPUProfileConfig struct + Duration time.Duration + SampleCount int + type Config struct + CPU *CPUProfileConfig + GracePeriod time.Duration + Heap *HeapProfileConfig + OpenProfiles bool + OutputDir string + Port int + Rate int + type HeapProfileConfig struct + Interval time.Duration + SampleCount int