Package org.jboss.dna.common.statistic

A set of utilities for working with statistics, including a Stopwatch and Histograms.

See:
          Description


Class Summary
DetailedStatistics<T extends Number> Encapsulation of the statistics for a series of values to which new values are frequently added.
Histogram<T extends Number> A representation of a histogram of values.
SimpleStatistics<T extends Number> Encapsulation of the statistics for a series of values to which new values are frequently added.
Stopwatch Provides a mechanism to measure time in the same way as a physical stopwatch.
 

Package org.jboss.dna.common.statistic Description

A set of utilities for working with statistics, including a Stopwatch and Histograms.



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.