Class MeasurementConfigurator.EmptyConfigurator
Special case type when we can't find a matching configurator
Inheritance
System.Object
MeasurementConfigurator.EmptyConfigurator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NBench.Sdk
Assembly: NBench.dll
Syntax
public class EmptyConfigurator : IMeasurementConfigurator
Fields
Instance
Declaration
public static MeasurementConfigurator.EmptyConfigurator Instance
Field Value
Type | Description |
---|---|
MeasurementConfigurator.EmptyConfigurator |
Properties
MeasurementType
Declaration
public Type MeasurementType { get; }
Property Value
Type | Description |
---|---|
System.Type |
MeasurementTypeInfo
Declaration
public TypeInfo MeasurementTypeInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.TypeInfo |
Methods
GetBenchmarkSettings(MeasurementAttribute)
Declaration
public IBenchmarkSetting GetBenchmarkSettings(MeasurementAttribute instance)
Parameters
Type | Name | Description |
---|---|---|
MeasurementAttribute | instance |
Returns
Type | Description |
---|---|
IBenchmarkSetting |
GetMetricsProvider(MeasurementAttribute)
Declaration
public MetricsCollectorSelector GetMetricsProvider(MeasurementAttribute instance)
Parameters
Type | Name | Description |
---|---|---|
MeasurementAttribute | instance |
Returns
Type | Description |
---|---|
MetricsCollectorSelector |
Explicit Interface Implementations
IMeasurementConfigurator.GetBenchmarkSettings(MeasurementAttribute)
Declaration
IEnumerable<IBenchmarkSetting> IMeasurementConfigurator.GetBenchmarkSettings(MeasurementAttribute instance)
Parameters
Type | Name | Description |
---|---|---|
MeasurementAttribute | instance |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IBenchmarkSetting> |