Interface EngineStopwatch

  • All Known Implementing Classes:
    AbstractEngineStopwatch

    public interface EngineStopwatch
    An object to track performance of analysis engine
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StopwatchGC getTimer​(byte category)
      Returns access to class encapsulating time events results, related to the given category.
      String report()  
      void start​(byte category)
      start timing for some category
      void stop​(byte category)
      stop timing for some category
    • Method Detail

      • report

        String report()
        Returns:
        a String representation of the information in this object
      • start

        void start​(byte category)
        start timing for some category
      • stop

        void stop​(byte category)
        stop timing for some category
      • getTimer

        StopwatchGC getTimer​(byte category)
        Returns access to class encapsulating time events results, related to the given category.