Interface IMetricDescriptor
Assembly: BenchmarkDotNet.dll
Syntax
public interface IMetricDescriptor
Properties
DisplayName
Declaration
string DisplayName { get; }
Property Value
Id
Declaration
Property Value
Legend
Declaration
Property Value
Declaration
string NumberFormat { get; }
Property Value
PriorityInCategory
Declaration
int PriorityInCategory { get; }
Property Value
TheGreaterTheBetter
Declaration
bool TheGreaterTheBetter { get; }
Property Value
Unit
Declaration
Property Value
UnitType
Declaration
UnitType UnitType { get; }
Property Value