Interface | Description |
---|---|
ImmutableStatisticsSet |
Read-only view of a statistics set, see
StatisticsSet . |
PeakStatisticExpression |
A
StatisticExpression that tracks the peak value of another
StatisticExpression . |
StatisticExpression |
Interface to apply a statistics calculation to a
StatisticsSet . |
StatisticExpressionFactory |
Factory for StatisticExpressions.
|
StatisticsServices |
Statistics services.
|
StatisticsSet |
Access to a set of long and double values.
|
Class | Description |
---|---|
ExpressionView |
Associate a statistic expression with display information.
|
StatisticsIndexMap |
A registry of statistic index objects.
|
StatisticsIndexMap.DoubleIndex |
Class of opaque objects that represent
double statistics. |
StatisticsIndexMap.DoubleSampleIndex |
Class of objects that represent sample statistics with
double
sample values. |
StatisticsIndexMap.LongIndex |
Class of opaque objects that represent
long statistics. |
StatisticsIndexMap.LongSampleIndex |
Class of objects that represent sample statistics with
long
sample values. |
StatisticsServicesImplementation |
Singleton that is the point of entry for
StatisticsServices . |
StatisticsSetFactory |
Factory for
StatisticsSet objects. |
StatisticsTable |
Format a textual table of a
TestStatisticsMap using a
StatisticsView . |
StatisticsView |
An ordered collection of
ExpressionView s. |
TestStatisticsMap |
A map of test numbers to
StatisticsSet s. |
TestStatisticsQueries |
Common queries against the standard statistics.
|
Exception | Description |
---|---|
StatisticsException |
Base type for exceptions raised by the statistics package.
|
Statistics are attributes of the test results that appear in the console and the data logs.
This is an internal package. Scripts should use the
the script API (Statistics
).
Copyright © 2000-2014. All Rights Reserved.