Class IterationCleanupAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.Annotations.dll
Marks method to be executed after each benchmark iteration. This should NOT be used for microbenchmarks - please see the docs.
[AttributeUsage(AttributeTargets.Method)]
public class IterationCleanupAttribute : TargetedAttribute
- Inheritance
-
IterationCleanupAttribute
- Inherited Members
Constructors
IterationCleanupAttribute()
public IterationCleanupAttribute()