This package contains the interfaces that have to be implemented by
any class wishing to display or present data collected in SampleResults.
The primary classes/interfaces to be concerned with for implementers is the {@link org.apache.jmeter.visualizers.Visualizer Visualizer} interface, and the {@link org.apache.jmeter.visualizers.gui.AbstractVisualizer AbstractVisualizer} abstract class.
This class implements the visualizer for displaying the distribution graph.
Distribution graphs are useful for standard benchmarks and viewing the
distribution of data points.
This class implements a statistical analyser that calculates both the average
and the standard deviation of the sampling process and outputs them as
autoscaling plots.