Class AveragedMetric
- java.lang.Object
-
- org.hpccsystems.commons.benchmarking.AveragedMetric
-
-
Constructor Summary
Constructors Constructor Description AveragedMetric(String name)AveragedMetric(String name, Units units)AveragedMetric(String name, Units units, String desc)AveragedMetric(IMetric metric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataPoint(double dataPoint)voiddiscardOutliers()doublegetAvg()StringgetDescription()doublegetMax()doublegetMin()StringgetName()doublegetStdDev()UnitsgetUnits()doublegetValue()voidtoJson(org.json.JSONArray metricArray)
-
-
-
Method Detail
-
addDataPoint
public void addDataPoint(double dataPoint)
-
discardOutliers
public void discardOutliers()
-
getMin
public double getMin()
-
getMax
public double getMax()
-
getAvg
public double getAvg()
-
getStdDev
public double getStdDev()
-
toJson
public void toJson(org.json.JSONArray metricArray)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIMetric
-
-