Class TraceTimer

java.lang.Object
com.adobe.xfa.ut.trace.TraceTimer

public final class TraceTimer extends Object
  • Constructor Details

  • 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.