Table of Contents

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 IMetricDescriptor
value double

Properties

Descriptor

public IMetricDescriptor Descriptor { get; }

Property Value

IMetricDescriptor

Value

public double Value { get; }

Property Value

double