Interface IMetricDescriptor
- Namespace
- BenchmarkDotNet.Reports
- Assembly
- BenchmarkDotNet.dll
public interface IMetricDescriptor
Properties
DisplayName
string DisplayName { get; }
Property Value
Id
string Id { get; }
Property Value
Legend
string Legend { get; }
Property Value
NumberFormat
string NumberFormat { get; }
Property Value
PriorityInCategory
int PriorityInCategory { get; }
Property Value
TheGreaterTheBetter
bool TheGreaterTheBetter { get; }
Property Value
Unit
string Unit { get; }
Property Value
UnitType
UnitType UnitType { get; }
Property Value
Methods
GetIsAvailable(Metric)
bool GetIsAvailable(Metric metric)
Parameters
metric
Metric