Show / Hide Table of Contents

Class EngineStage

Inheritance
Object
EngineStage
EngineActualStage
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public class EngineStage

Constructors

EngineStage(IEngine)

Declaration
protected EngineStage(IEngine engine)
Parameters
Type Name Description
IEngine engine

Properties

TargetJob

Declaration
protected Job TargetJob { get; }
Property Value
Type Description
Job

Methods

RunIteration(IterationMode, IterationStage, Int32, Int64, Int32)

Declaration
protected Measurement RunIteration(IterationMode mode, IterationStage stage, int index, long invokeCount, int unrollFactor)
Parameters
Type Name Description
IterationMode mode
IterationStage stage
Int32 index
Int64 invokeCount
Int32 unrollFactor
Returns
Type Description
Measurement

WriteLine()

Declaration
protected void WriteLine()
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors