public interface ITime
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.
Modifier and Type | Method and Description |
---|---|
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() |
long currentTimeMillis()
long timeZero()
long timeInTest()
© Copyright IBM Corp. 2013. All rights reserved.