BenchmarkTools.jl
BenchmarkTools.jl copied to clipboard
Don't profile the gcsrub of gctrial when profiling
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.