Table of Contents

Class EvaluateOverheadAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll

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.

public class EvaluateOverheadAttribute : JobMutatorConfigBaseAttribute, IConfigSource
Inheritance
EvaluateOverheadAttribute
Implements
Inherited Members

Constructors

EvaluateOverheadAttribute(bool)

public EvaluateOverheadAttribute(bool value = true)

Parameters

value bool