Package com.adobe.xfa.ut.trace
Class TraceTimer
java.lang.Object
com.adobe.xfa.ut.trace.TraceTimer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidStop the timer and add the time to the totals being accumulated in TraceHandler.
-
Constructor Details
-
TraceTimer
-
-
Method Details
-
startTiming
public void startTiming() -
stopTiming
public void stopTiming()Stop the timer and add the time to the totals being accumulated in TraceHandler. In this Java implementation, this method needs to be called explicitly since we can't rely on the destructor being called to stop the timer.
-