Enum HostSignal
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public enum HostSignal
Fields
| Name | Description |
|---|---|
| AfterActualRun | after main run, but before global Cleanup |
| AfterAll | after all (the last thing the benchmarking engine does is to fire this signal) |
| AfterProcessExit | after the benchmarking process exits |
| BeforeActualRun | after globalSetup, warmup and pilot but before the main run |
| BeforeAnythingElse | before jitting, warmup |
| BeforeProcessStart | before we start the benchmarking process |
| SeparateLogic | used to run some code independent to the benchmarked process |