Interface InnerOuterTimer.InnerTimer

All Superinterfaces:
AutoCloseable
Enclosing class:
InnerOuterTimer

public static interface InnerOuterTimer.InnerTimer extends AutoCloseable
A timer that measures time spent on a single execution of the task.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Samples the duration of a single task execution.
  • Method Details

    • close

      void close()
      Samples the duration of a single task execution.
      Specified by:
      close in interface AutoCloseable