public class PerformanceCharacterizationImpl extends java.lang.Object implements PerformanceCharacterization
Modifier | Constructor and Description |
---|---|
protected |
PerformanceCharacterizationImpl(java.lang.String characterizationId) |
Modifier and Type | Method and Description |
---|---|
void |
addPerformance(java.lang.String resourceId,
double duration) |
java.lang.Double |
getAverage(java.lang.String resourceId) |
java.lang.String |
getCharacterizationId() |
java.lang.Double |
getMax() |
java.lang.Double |
getMin() |
long |
getTotal() |
long |
getTotal(java.lang.String resourceId) |
protected PerformanceCharacterizationImpl(java.lang.String characterizationId)
public void addPerformance(java.lang.String resourceId, double duration)
addPerformance
in interface PerformanceCharacterization
public long getTotal(java.lang.String resourceId)
getTotal
in interface PerformanceCharacterization
public long getTotal()
getTotal
in interface PerformanceCharacterization
public java.lang.String getCharacterizationId()
public java.lang.Double getMin()
getMin
in interface PerformanceCharacterization
public java.lang.Double getMax()
getMax
in interface PerformanceCharacterization
public java.lang.Double getAverage(java.lang.String resourceId)
getAverage
in interface PerformanceCharacterization