Package | Description |
---|---|
org.modeshape.common.statistic |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.