BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Survived Memory

Open timcassell opened this issue 4 years ago • 3 comments

In an attempt to address my question on #1579, I worked on this.

I added an optional includeSurvived flag on MemoryDiagnoserAttribute and --memorySurvived command line option to capture the survived memory from a benchmark run.

timcassell avatar Nov 18 '20 03:11 timcassell

CLA assistant check
All CLA requirements met.

dnfadmin avatar Nov 18 '20 03:11 dnfadmin

.NET Core 3.1 and 5.0 measurement issue: https://github.com/dotnet/runtime/issues/45446

timcassell avatar Dec 01 '20 23:12 timcassell

Looks like measurement errors are fixed in .Net 7 as of https://github.com/dotnet/runtime/pull/67160.

timcassell avatar Jul 09 '22 23:07 timcassell