public interface Visualizer
SampleResults
are passed to
the implementing visualizer for display/logging. The easiest way to create
the visualizer is to extend the
AbstractVisualizer
class.Modifier and Type | Method and 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.
|
void add(SampleResult sample)
sample
- the newly arrived sampleboolean isStats()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.