|
IBM Rational Performance Tester TES | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IStat
The IStat interface is used for observational statistical counters.
This interface defines the method for submitting a datapoint to statistical counters of type RATE, AVERAGE, and RANGE.
StatType| Method Summary | |
|---|---|
void |
submitDataPoint(long value)
Submits a datapoint for a statistical counter The value passed in is typically a timestamp, elapsed time, or a count of items. |
| Methods inherited from interface com.ibm.rational.test.lt.kernel.statistics.IStatTree |
|---|
getAverage, getAverage, getDistribution, getDistribution, getRange, getRange, getRate, getRate, getScalar, getScalar, getStat, getStatic, getStatic, getStructure, getStructure, getText, getText, getVerificationPoint, getVerificationPoint, makeDefinition, makeObservation, setDescription |
| Method Detail |
|---|
void submitDataPoint(long value)
The value passed in is typically a timestamp, elapsed time, or a count of items.
value - The value of this datapoint.
|
IBM Rational Performance Tester TES | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||