Class EvaluateOverheadAttribute
Specifies if the overhead should be evaluated (Idle runs) and it's average value subtracted from every result. True by default, very important for nano-benchmarks.
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
public class EvaluateOverheadAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Constructors
EvaluateOverheadAttribute(Boolean)
Declaration
public EvaluateOverheadAttribute(bool value = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |