Package | Description |
---|---|
com.ibm.rational.test.lt.kernel.statistics | |
com.ibm.rational.test.lt.kernel.statistics.impl |
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.kernel.statistics.impl.StatTree |
IStatTree.getStat(String n,
StatType type)
Retrieves a child counter.
|
Modifier and Type | Field and Description |
---|---|
static StatType[] |
StatType.ALL_TYPES
An array of all the known StatTypes
|
static StatType |
StatType.AVERAGE
An AVERAGE counter represents a collection of values which should be averaged.
|
static StatType |
StatType.DISTRIBUTION
A DISTRIBUTION counter represents a collection of values which should be averaged and a minimum and maximum value
are of interest.
|
static StatType |
StatType.RANGE
A RANGE counter represents a collection of values which should be averaged and a minimum and maximum value
are of interest.
|
static StatType |
StatType.RATE
A RATE counter represents a number of occurrences over a time period.
|
static StatType |
StatType.SCALAR
A SCALAR counter is used when a simple count of events or objects is desired.
|
static StatType |
StatType.STATIC
A STATIC counter is SCALAR that is used to provide the cumulative value for the life of the counter.
|
static StatType |
StatType.STRUCTURE
A STRUCTURE StatType is specified when the only purpose of the counter is to build hierarchy for other counters.
|
static StatType |
StatType.TEXT
A TEXT counter is used for values that do not fit the other types.
|
static StatType |
StatType.VERIFICATION_POINT
A VERIFICATION_POINT counter represents the results of a
test verification point.
|
© Copyright IBM Corp. 2013. All rights reserved.