C# Class NBench.Metrics.Memory.MemoryMetricName

Name for memory metrics
Inheritance: MetricName
ファイルを表示 Open project: petabridge/NBench Class Usage Examples

Public Methods

Method Description
Equals ( MetricName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MemoryMetricName ( MemoryMetric metric )
ToHumanFriendlyString ( ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( MemoryMetricName other ) : bool

Method Details

Equals() protected method

protected Equals ( MemoryMetricName other ) : bool
other MemoryMetricName
return bool

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MemoryMetricName() public method

public MemoryMetricName ( MemoryMetric metric )
metric MemoryMetric

ToHumanFriendlyString() public method

public ToHumanFriendlyString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool