Show / Hide Table of Contents

Interface IMetricDescriptor

Namespace: BenchmarkDotNet.Reports
Assembly: BenchmarkDotNet.dll
Syntax
public interface IMetricDescriptor

Properties

DisplayName

Declaration
string DisplayName { get; }
Property Value
Type Description
String

Id

Declaration
string Id { get; }
Property Value
Type Description
String

Legend

Declaration
string Legend { get; }
Property Value
Type Description
String

NumberFormat

Declaration
string NumberFormat { get; }
Property Value
Type Description
String

PriorityInCategory

Declaration
int PriorityInCategory { get; }
Property Value
Type Description
Int32

TheGreaterTheBetter

Declaration
bool TheGreaterTheBetter { get; }
Property Value
Type Description
Boolean

Unit

Declaration
string Unit { get; }
Property Value
Type Description
String

UnitType

Declaration
UnitType UnitType { get; }
Property Value
Type Description
UnitType
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors