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