- DerivedComputation - Interface in org.mitre.poorMan.javaTiming
-
A metric that is
computed from something in your application, including stop watches.
- determineNanosecondGranularity() - Static method in class org.mitre.poorMan.javaTiming.Timing
-
This will determine the granularity of your system's
nanosecond clock by "spinning" in a loop looking for
rollover in the time reported by System.nanoTime().
- determineNanosecondJitterMinMax() - Static method in class org.mitre.poorMan.javaTiming.Timing
-
This will get 1000 successive readings
from the nanosecond clock to compute its statistics.
- dumpTimings(String) - Static method in class org.mitre.poorMan.javaTiming.Timing
-
Dump all registered timings to the log.