Interface Visualizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(SampleResult sample)
      This method is called by sampling thread to inform the visualizer about the arrival of a new sample.
      boolean isStats()
      This method is used to indicate a visualizer generates statistics.
    • Method Detail

      • add

        void add​(SampleResult sample)
        This method is called by sampling thread to inform the visualizer about the arrival of a new sample.
        Parameters:
        sample - the newly arrived sample
      • isStats

        boolean isStats()
        This method is used to indicate a visualizer generates statistics.
        Returns:
        true if visualiser generates statistics