Show / Hide Table of Contents

Class DiagnoserResults

Inheritance
Object
DiagnoserResults
Namespace: BenchmarkDotNet.Diagnosers
Assembly: BenchmarkDotNet.dll
Syntax
public class DiagnoserResults

Constructors

DiagnoserResults(BenchmarkCase, ExecuteResult, BuildResult)

Declaration
public DiagnoserResults(BenchmarkCase benchmarkCase, ExecuteResult executeResult, BuildResult buildResult)
Parameters
Type Name Description
BenchmarkCase benchmarkCase
ExecuteResult executeResult
BuildResult buildResult

Properties

BenchmarkCase

Declaration
public BenchmarkCase BenchmarkCase { get; }
Property Value
Type Description
BenchmarkCase

BuildResult

Declaration
public BuildResult BuildResult { get; }
Property Value
Type Description
BuildResult

GcStats

Declaration
public GcStats GcStats { get; }
Property Value
Type Description
GcStats

ThreadingStats

Declaration
public ThreadingStats ThreadingStats { get; }
Property Value
Type Description
ThreadingStats

TotalOperations

Declaration
public long TotalOperations { get; }
Property Value
Type Description
Int64
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors