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
BenchmarkCaseexecuteResult
ExecuteResultbuildResult
BuildResult
Properties
BenchmarkCase
public BenchmarkCase BenchmarkCase { get; }
Property Value
BuildResult
public BuildResult BuildResult { get; }
Property Value
ExceptionFrequency
public double ExceptionFrequency { get; }
Property Value
GcStats
public GcStats GcStats { get; }
Property Value
ThreadingStats
public ThreadingStats ThreadingStats { get; }
Property Value
TotalOperations
public long TotalOperations { get; }