|
||||||||||
| 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 Histograms. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||