- getAvg() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
- getCoefOfVariation() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Compute the coefficient of variation.
- getComputedNumber() - Method in interface org.mitre.poorMan.javaTiming.DerivedComputation
-
This is NOT called when timings are dumped.
- getComputedString() - Method in interface org.mitre.poorMan.javaTiming.DerivedComputation
-
This is called when timings are dumped.
- getCount() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
- getCumulative() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
Get the accumulated value.
- getCurrentTimeInNanos() - Static method in class org.mitre.poorMan.javaTiming.NanoTime
-
- getMax() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
- getMin() - Method in class org.mitre.poorMan.javaTiming.Statistic
-
- getNanoTime() - Static method in class org.mitre.poorMan.javaTiming.NanoTime
-
- getNanoTimeFromJavaMilliTime(long) - Static method in class org.mitre.poorMan.javaTiming.NanoTime
-
Convert Java time in millis into an instance of NanoTime
- getStartMemory() - Method in class org.mitre.poorMan.javaTiming.MemoryWatch
-
The memory usage upon start.
- getStartTime() - Method in class org.mitre.poorMan.javaTiming.StopWatch
-
This returns the time that was obtained from
System.nanoTime() when the StopWatch was started.
- getStdDev() - Method in class org.mitre.poorMan.javaTiming.Statistic
-