Class DiagnoserResults
Inheritance
DiagnoserResults
Assembly: BenchmarkDotNet.dll
Syntax
public class DiagnoserResults
Constructors
Declaration
public DiagnoserResults(BenchmarkCase benchmarkCase, ExecuteResult executeResult, BuildResult buildResult)
Parameters
Properties
BenchmarkCase
Declaration
public BenchmarkCase BenchmarkCase { get; }
Property Value
BuildResult
Declaration
public BuildResult BuildResult { get; }
Property Value
GcStats
Declaration
public GcStats GcStats { get; }
Property Value
ThreadingStats
Declaration
public ThreadingStats ThreadingStats { get; }
Property Value
TotalOperations
Declaration
public long TotalOperations { get; }
Property Value