Class GcForceAttribute
Specifies whether the BenchmarkDotNet's benchmark runner forces full garbage collection after each benchmark invocation
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class GcForceAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
GcForceAttribute(Boolean)
Declaration
public GcForceAttribute(bool value = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |