|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Histogram | |
---|---|
org.modeshape.common.statistic | A set of utilities for working with statistics, including a Stopwatch and Histogram s. |
Uses of Histogram in org.modeshape.common.statistic |
---|
Methods in org.modeshape.common.statistic that return Histogram | |
---|---|
Histogram<T> |
DetailedStatistics.getHistogram()
Return the histogram of the values . |
Histogram<Duration> |
Stopwatch.getHistogram(int numSigmas)
Return the histogram of this stopwatch's individual runs. |
Histogram<T> |
DetailedStatistics.getHistogram(int numSigmas)
Return the histogram of the values . |
Histogram<T> |
Histogram.setBucketCount(int count)
Set the number of buckets that this histogram will use. |
Histogram<T> |
Histogram.setSignificantFigures(int significantFigures)
Set the number of significant figures used in the calculation of the bucket widths. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |