BenchmarkTools.jl icon indicating copy to clipboard operation
BenchmarkTools.jl copied to clipboard

Don't profile the gcsrub of gctrial when profiling

Open Zentrik opened this issue 1 year ago • 0 comments

It's not ideal to move gctrial this early as it will miss a bit of garbage, e.g. the stuff allocated at the beginning of _run but this shouldn't be a big issue.

I've also reenabled gctrial by default as it no longer pollutes the profile.

Zentrik avatar Jun 19 '24 21:06 Zentrik