public class Throughput extends Object
Constructor and Description |
---|
Throughput() |
Modifier and Type | Method and Description |
---|---|
double |
getAvgThroughput()
Gets the value of the avgThroughput property.
|
double |
getLastThroughput()
Gets the value of the lastThroughput property.
|
double |
getMaxThroughput()
Gets the value of the maxThroughput property.
|
double |
getMinThroughput()
Throughput in
getUnit() units/microsecond. |
String |
getUnit()
Get unit of measurement for the numerator of throughput measurement.
|
void |
setAvgThroughput(double value)
Sets the value of the avgThroughput property.
|
void |
setLastThroughput(double value)
Sets the value of the lastThroughput property.
|
void |
setMaxThroughput(double value)
Sets the value of the maxThroughput property.
|
void |
setMinThroughput(double value)
Sets the value of the minThroughput property.
|
void |
setUnit(String value)
Sets unit of measurement for the numerator of throughput measurement.
|
public double getMinThroughput()
getUnit()
units/microsecond.public void setMinThroughput(double value)
value
- min throughputpublic double getAvgThroughput()
public void setAvgThroughput(double value)
value
- average throughputpublic double getMaxThroughput()
public void setMaxThroughput(double value)
value
- max throughputpublic double getLastThroughput()
public void setLastThroughput(double value)
value
- last throughputpublic String getUnit()
public void setUnit(String value)
value
- measurement unitCopyright © 2015. All Rights Reserved.