Table of Contents

Class DiagnoserResults

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

Constructors

DiagnoserResults(BenchmarkCase, ExecuteResult, BuildResult)

public DiagnoserResults(BenchmarkCase benchmarkCase, ExecuteResult executeResult, BuildResult buildResult)

Parameters

benchmarkCase BenchmarkCase
executeResult ExecuteResult
buildResult BuildResult

Properties

BenchmarkCase

public BenchmarkCase BenchmarkCase { get; }

Property Value

BenchmarkCase

BuildResult

public BuildResult BuildResult { get; }

Property Value

BuildResult

ExceptionFrequency

public double ExceptionFrequency { get; }

Property Value

double

GcStats

public GcStats GcStats { get; }

Property Value

GcStats

ThreadingStats

public ThreadingStats ThreadingStats { get; }

Property Value

ThreadingStats

TotalOperations

public long TotalOperations { get; }

Property Value

long