Interface PerformanceLoggingStopWatch

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
EmptyPerformanceLoggingStopWatch, LoggingStopWatch

public interface PerformanceLoggingStopWatch extends Closeable
  • Method Details

    • getLoggingThreshold

      long getLoggingThreshold()
    • setLoggingThreshold

      void setLoggingThreshold(long loggingThreshold)
    • getTag

      String getTag()
    • getMessage

      Object getMessage()
    • setMessage

      void setMessage(Object message)
    • start

      void start()
    • stop

      void stop(boolean pause)
    • getRestartCount

      long getRestartCount()
    • reset

      void reset()
    • getStartTime

      long getStartTime()
    • stop

      void stop()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable