- addCount(int) - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Add to the accumulated count.
- addDelta(long) - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Add to the cumulative and increments the count.
- addDelta(double) - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Add to the cumulative and increments the count.
- addDelta(long, int) - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Add to the cumulative and increments the count.
- addDelta(double, int) - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Add to the cumulative and increments the count.
- adjustedAvg(StopWatch) - Static method in class org.mitre.poorMan.javaTiming.Timing
-
Convenience method that subtracts the estimated start/stop overhead
from the stop watch's average.