Show / Hide Table of Contents

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

In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors