Table of Contents

Class DiagnoserActionParameters

Namespace
BenchmarkDotNet.Diagnosers
Assembly
BenchmarkDotNet.dll
public class DiagnoserActionParameters
Inheritance
DiagnoserActionParameters

Constructors

DiagnoserActionParameters(Process?, BenchmarkCase, BenchmarkId)

public DiagnoserActionParameters(Process? process, BenchmarkCase benchmarkCase, BenchmarkId benchmarkId)

Parameters

process Process
benchmarkCase BenchmarkCase
benchmarkId BenchmarkId

Properties

BenchmarkCase

public BenchmarkCase BenchmarkCase { get; }

Property Value

BenchmarkCase

BenchmarkId

public BenchmarkId BenchmarkId { get; }

Property Value

BenchmarkId

Config

public ImmutableConfig Config { get; }

Property Value

ImmutableConfig

Process

public Process Process { get; }

Property Value

Process