Table of Contents

Class GlobalCleanupAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.Annotations.dll

Marks method to be executed after all benchmark iterations. It's going to be executed only once, after all benchmark runs.

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

Constructors

GlobalCleanupAttribute()

public GlobalCleanupAttribute()