filprofiler icon indicating copy to clipboard operation
filprofiler copied to clipboard

Sampling mode for memory leak detection

Open itamarst opened this issue 5 years ago • 0 comments

When detecting memory leaks, you don't need to track every allocation: the whole point is that some allocation is going to happen over and over. Sampling in this case is fine, and would reduce performance overhead.

itamarst avatar Aug 09 '20 12:08 itamarst