- tallyAndContinue() - Method in class org.mitre.poorMan.javaTiming.MemoryWatch
-
Stops the counter and restarts it in such
a way that no time is lost between stop and start.
- tallyAndContinue() - Method in class org.mitre.poorMan.javaTiming.StopWatch
-
Stops the counter and restarts it in such
a way that no time is lost between stop and start.
- TIME_FORMAT - Static variable in class org.mitre.poorMan.javaTiming.Timing
-
The format used to output absolute time: "%1$TH:%1$TM:%1$TS.%1$TL"
The format can be changed at runtime.
- Timing - Class in org.mitre.poorMan.javaTiming
-
Methods to instrument code to track selected code paths.
- toDate() - Method in class org.mitre.poorMan.javaTiming.NanoTime
-
Convert to java.util.Date
- toMillis() - Method in class org.mitre.poorMan.javaTiming.NanoTime
-
Convert to standard Java millisecond time
- toString() - Method in class org.mitre.poorMan.javaTiming.NanoTime
-