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 String
getDescription()
String
getName()
Units
getUnits()
double
getValue()
void
setValue(double value)
-
-
-
Method Detail
-
setValue
public void setValue(double value)
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceIMetric
-
-