public class Measure extends Object
Constructor and Description |
---|
Measure() |
Measure(String name,
long size,
long average,
long median,
long min,
long max,
double stdDev,
double throughput,
long countErrors) |
Modifier and Type | Method and Description |
---|---|
long |
countActions() |
long |
countErrors() |
double |
errorPercent() |
String |
errorPercentFormated() |
long |
getAverage() |
String |
getAverageFormated() |
long |
getMax() |
String |
getMaxFormated() |
long |
getMedian() |
String |
getMedianFormated() |
long |
getMin() |
String |
getMinFormated() |
String |
getName() |
long |
getSize() |
String |
getSizeFormated() |
double |
getStdDev() |
String |
getStdDevFormated() |
double |
getThroughput() |
String |
getThroughputFormated() |
void |
setAverage(long average) |
void |
setCountErrors(long countErrors) |
void |
setMax(long max) |
void |
setMedian(long median) |
void |
setMin(long min) |
void |
setName(String name) |
void |
setSize(long size) |
void |
setStdDev(double stdDev) |
void |
setThroughput(double throughput) |
public Measure()
public Measure(String name, long size, long average, long median, long min, long max, double stdDev, double throughput, long countErrors)
public long countActions()
public long countErrors()
public double errorPercent()
public String errorPercentFormated()
public long getAverage()
public String getAverageFormated()
public void setAverage(long average)
public long getMedian()
public String getMedianFormated()
public void setMedian(long median)
public long getMax()
public String getMaxFormated()
public void setMax(long max)
public long getMin()
public String getMinFormated()
public void setMin(long min)
public long getSize()
public String getSizeFormated()
public void setSize(long size)
public void setCountErrors(long countErrors)
public String getName()
public void setName(String name)
public double getStdDev()
public String getStdDevFormated()
public void setStdDev(double stdDev)
public double getThroughput()
public String getThroughputFormated()
public void setThroughput(double throughput)
Copyright © 2016–2017 CLIF project. All rights reserved.