| |
|
| java.lang.Object com.jamonapi.AccumulateMonitor com.jamonapi.TimeStatsMonitor
TimeStatsMonitor | public class TimeStatsMonitor extends AccumulateMonitor (Code) | | Monitor that keeps track of various timing statistics such as max, min, average, hits, total, and standard deviation.*
|
TimeStatsMonitor | public TimeStatsMonitor()(Code) | | |
getAccrued | public synchronized long getAccrued()(Code) | | Returned the total accrued time for this monitor *
|
getDataThis | protected synchronized void getDataThis(ArrayList rowData)(Code) | | |
increaseThis | protected synchronized void increaseThis(long value)(Code) | | Called when increase() is called by the stop() method. This is the method that keeps track of the various statistics being tracked
|
main | public static void main(String[] args) throws Exception(Code) | | The main method contains this classes test code *
|
resetThis | protected synchronized void resetThis()(Code) | | Reset all variables for this object. The effect of this is to reset this objects variables to the state they were in when the object
was first created.
|
toStringThis | protected synchronized String toStringThis()(Code) | | Make a String representation of this object. Information displayed in the string include hits, average, total, min and max *
|
|
|
|