com.clarkware.junitperf
public class ConstantTimer extends Object implements Timer
Constructor Summary | |
---|---|
ConstantTimer(long delay)
Constructs a ConstantTimer with the
specified delay.
|
Method Summary | |
---|---|
long | getDelay()
Returns the timer delay.
|
ConstantTimer
with the
specified delay.
Parameters: delay Delay (in milliseconds).
Returns: Delay (in milliseconds).