Table of Contents

Interface IMetricDescriptor

Namespace
BenchmarkDotNet.Reports
Assembly
BenchmarkDotNet.dll
public interface IMetricDescriptor

Properties

DisplayName

string DisplayName { get; }

Property Value

string

Id

string Id { get; }

Property Value

string

Legend

string Legend { get; }

Property Value

string

NumberFormat

string NumberFormat { get; }

Property Value

string

PriorityInCategory

int PriorityInCategory { get; }

Property Value

int

TheGreaterTheBetter

bool TheGreaterTheBetter { get; }

Property Value

bool

Unit

string Unit { get; }

Property Value

string

UnitType

UnitType UnitType { get; }

Property Value

UnitType

Methods

GetIsAvailable(Metric)

bool GetIsAvailable(Metric metric)

Parameters

metric Metric

Returns

bool