C# Class NBench.Metrics.MetricMeasurement

A single recorded value inside a MeasureBucket
Show file Open project: petabridge/NBench Class Usage Examples

Public Methods

Method Description
Equals ( MetricMeasurement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MetricMeasurement ( long elapsedTicks, double metricValue ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( MetricMeasurement other ) : bool
other MetricMeasurement
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MetricMeasurement() public method

public MetricMeasurement ( long elapsedTicks, double metricValue ) : System
elapsedTicks long
metricValue double
return System

operator() public static method

public static operator ( ) : bool
return bool