Class Metric
- Namespace
- BenchmarkDotNet.Reports
- Assembly
- BenchmarkDotNet.dll
public class Metric
- Inheritance
-
Metric
Constructors
Metric(IMetricDescriptor, double)
public Metric(IMetricDescriptor descriptor, double value)
Parameters
descriptor
IMetricDescriptorvalue
double
Properties
Descriptor
public IMetricDescriptor Descriptor { get; }
Property Value
Value
public double Value { get; }