com.neeve.server.controller
Class SrvController.IntHistogramComputer
java.lang.Object
com.neeve.server.controller.SrvController.IntHistogramComputer
- Enclosing class:
- SrvController
public static final class SrvController.IntHistogramComputer
- extends Object
Tracks statistics collection for timings stat.
Intended For Internal Use Only
histogram
public final org.HdrHistogram.IntCountsHistogram histogram
sampleSize
public int sampleSize
maxValue
public int maxValue
minValue
public int minValue
mean
public float mean
samplesOverMax
public int samplesOverMax
samplesUnderMin
public int samplesUnderMin
SrvController.IntHistogramComputer
public SrvController.IntHistogramComputer(int maxTrackableValue)
addValue
public void addValue(int value)
reset
public final void reset()
computeHistogramData
public SrvMonIntHistogram computeHistogramData(boolean nullIfNoSamples)
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.