|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.test.lt.execution.results.data.aggregation.AggregationTimeBand
public final class AggregationTimeBand
represents the time period during which data was actually collected for a sample interval
Constructor Summary | |
---|---|
AggregationTimeBand(IStatModelFacade facade,
double runTime,
double intervalLength,
String nodeName)
constructor |
Method Summary | |
---|---|
boolean |
containsRunTime(double runTime)
returns true if beginning of run based time is contained withing this time band |
boolean |
containsSystemTime(double systemTime)
returns true if beginning of run based time is contained withing this time band |
double |
getIntervalCenterAsRunTime()
returns the sample interval center relative to the start of the run |
double |
getIntervalCenterAsSystemTime()
returns the sample interval center relative to the epoch |
double |
getIntervalCenterRelativeToTimeRange(int sampleWindowIndex)
returns the sample interval center relative to the start of the time range * |
int |
getIntervalHalfWidth()
returns the sample interval width devided by 2. |
double |
getIntervalMaxAsRunTime()
|
double |
getIntervalMaxAsSystemTime()
|
double |
getIntervalMinAsRunTime()
|
double |
getIntervalMinAsSystemTime()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationTimeBand(IStatModelFacade facade, double runTime, double intervalLength, String nodeName)
facade
- runTime
- intervalLength
- nodeName
- Method Detail |
---|
public double getIntervalCenterAsSystemTime() throws com.ibm.rpa.statistical.ModelFacadeException
com.ibm.rpa.statistical.ModelFacadeException
public double getIntervalCenterAsRunTime()
public double getIntervalCenterRelativeToTimeRange(int sampleWindowIndex) throws com.ibm.rpa.statistical.ModelFacadeException
com.ibm.rpa.statistical.ModelFacadeException
public boolean containsRunTime(double runTime)
runTime
-
public boolean containsSystemTime(double systemTime)
systemTime
-
public int getIntervalHalfWidth()
public double getIntervalMinAsSystemTime() throws com.ibm.rpa.statistical.ModelFacadeException
com.ibm.rpa.statistical.ModelFacadeException
public double getIntervalMaxAsSystemTime() throws com.ibm.rpa.statistical.ModelFacadeException
com.ibm.rpa.statistical.ModelFacadeException
public double getIntervalMinAsRunTime()
public double getIntervalMaxAsRunTime()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |