Table of Contents

Class IterationSetupAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.Annotations.dll

Marks method to be executed before each benchmark iteration. This should NOT be used for microbenchmarks - please see the docs.

[AttributeUsage(AttributeTargets.Method)]
public class IterationSetupAttribute : TargetedAttribute
Inheritance
IterationSetupAttribute
Inherited Members

Constructors

IterationSetupAttribute()

public IterationSetupAttribute()