perf-tools icon indicating copy to clipboard operation
perf-tools copied to clipboard

Disabling tools at startup

Open HertzDevil opened this issue 9 months ago • 0 comments

PerfTools::MemProf.running? is true at process startup, so it tracks everything. The class property is not publicly documented; expose it and add an environment variable that turns its default value off, so that users can enable pointer tracking on demand.

PerfTools::FiberTrace doesn't have a corresponding property. Investigate if it makes sense to add one there.

HertzDevil avatar Oct 05 '23 13:10 HertzDevil