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
ProcessbenchmarkCase
BenchmarkCasebenchmarkId
BenchmarkId
Properties
BenchmarkCase
public BenchmarkCase BenchmarkCase { get; }
Property Value
BenchmarkId
public BenchmarkId BenchmarkId { get; }
Property Value
Config
public ImmutableConfig Config { get; }
Property Value
Process
public Process Process { get; }