Class GcConcurrentAttribute
Specifies whether the common language runtime runs garbage collection on a separate thread.
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class GcConcurrentAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
GcConcurrentAttribute(Boolean)
Declaration
public GcConcurrentAttribute(bool value = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |