Class SimpleMetric
- java.lang.Object
-
- org.hpccsystems.commons.benchmarking.SimpleMetric
-
-
Constructor Summary
Constructors Constructor Description SimpleMetric(double value, String name)SimpleMetric(double value, String name, Units units)SimpleMetric(double value, String name, Units units, String desc)SimpleMetric(IMetric metric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()UnitsgetUnits()doublegetValue()voidsetValue(double value)
-
-
-
Method Detail
-
setValue
public void setValue(double value)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIMetric
-
-