Table of Contents

Class EngineStage

Namespace
BenchmarkDotNet.Engines
Assembly
BenchmarkDotNet.dll
public class EngineStage
Inheritance
EngineStage
Derived

Constructors

EngineStage(IEngine)

protected EngineStage(IEngine engine)

Parameters

engine IEngine

Properties

TargetJob

protected Job TargetJob { get; }

Property Value

Job

Methods

RunIteration(IterationMode, IterationStage, int, long, int)

protected Measurement RunIteration(IterationMode mode, IterationStage stage, int index, long invokeCount, int unrollFactor)

Parameters

mode IterationMode
stage IterationStage
index int
invokeCount long
unrollFactor int

Returns

Measurement

WriteLine()

protected void WriteLine()