Enum HostSignal
- Namespace
- BenchmarkDotNet.Engines
- Assembly
- BenchmarkDotNet.dll
public enum HostSignal
Fields
AfterActualRun = 4after main run, but before global Cleanup
AfterAll = 5after all (the last thing the benchmarking engine does is to fire this signal)
AfterProcessExit = 7after the benchmarking process exits
AfterProcessStart = 1right after we start the benchmarking process
BeforeActualRun = 3after globalSetup, warmup and pilot but before the main run
BeforeAnythingElse = 2before jitting, warmup
BeforeProcessStart = 0before we start the benchmarking process
SeparateLogic = 6used to run some code independent to the benchmarked process