Class Metric
Namespace: BenchmarkDotNet.Reports
Assembly: BenchmarkDotNet.dll
Syntax
public class Metric
Constructors
Metric(IMetricDescriptor, Double)
Declaration
public Metric(IMetricDescriptor descriptor, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| IMetricDescriptor | descriptor | |
| Double | value |
Properties
Descriptor
Declaration
public IMetricDescriptor Descriptor { get; }
Property Value
| Type | Description |
|---|---|
| IMetricDescriptor |
Value
Declaration
public double Value { get; }
Property Value
| Type | Description |
|---|---|
| Double |