public interface CountStats extends StatsBase
| Modifier and Type | Method and Description |
|---|---|
int |
getCallCount()
Returns the invocation count.
|
float |
getMaxCallTime() |
float |
getMinCallTime() |
double |
getSumOfSquares() |
float |
getTotal()
Returns the sum of the data points recorded.
|
float |
getTotalExclusiveTime() |
void |
incrementCallCount()
Increment the call count by one.
|
void |
incrementCallCount(int value)
Increment the call count by the given value.
|
void |
setCallCount(int count)
Sets the invocation count.
|
void incrementCallCount()
void incrementCallCount(int value)
int getCallCount()
void setCallCount(int count)
count - float getTotal()
float getTotalExclusiveTime()
float getMinCallTime()
float getMaxCallTime()
double getSumOfSquares()