|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITime
The ITime interface defines basic time services.
The times reported by ITime are adjusted so that all driver computers in a performance test run are synchronized with the clock on the computer on which the performance testing workbench is installed.
Method Summary | |
---|---|
long |
currentTimeMillis()
Deprecated. Timestamps in Rational Performance Tester generally use timeInTest() generated times. If currentTimeMillis() times are required, use timeInTest() + timeZero(). |
long |
timeInTest()
timeInTest provides a timestamp relative to the beginning of the test run. |
long |
timeZero()
|
Method Detail |
---|
long currentTimeMillis()
long timeZero()
long timeInTest()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |