public class DefaultHistogramHandler extends Object implements HistogramHandler
| Constructor and Description |
|---|
DefaultHistogramHandler() |
DefaultHistogramHandler(double unitRatio) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.HdrHistogram.Histogram accumulatedHistogram,
File histogramFile)
Post process the histogram file
|
public DefaultHistogramHandler()
public DefaultHistogramHandler(double unitRatio)
public void handle(org.HdrHistogram.Histogram accumulatedHistogram,
File histogramFile)
throws Exception
HistogramHandlerhandle in interface HistogramHandlerhistogramFile - the histogram fileException - Implementation specificThis documentation was released into the public domain.