Enum RunMode
- Namespace
- BenchmarkDotNet.Diagnosers
- Assembly
- BenchmarkDotNet.dll
public enum RunMode : byte
Fields
ExtraRun = 1
needs extra run of the benchmark
NoOverhead = 2
no overhead, can be executed without extra run
None = 0
given diagnoser should not be executed for given benchmark
SeparateLogic = 3
implements some separate logic, that can be executed at any time