Package | Description |
---|---|
net.grinder.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Sleeper.sleepFlat(long maximumTime)
Sleep for a time based on the maximumTime parameter.
|
void |
SleeperImplementation.sleepFlat(long maximumTime)
Sleep for a time based on the maximumTime parameter.
|
void |
Sleeper.sleepNormal(long meanTime)
Sleep for a time based on the meanTime parameter.
|
void |
SleeperImplementation.sleepNormal(long meanTime)
Sleep for a time based on the meanTime parameter.
|
void |
Sleeper.sleepNormal(long meanTime,
long sigma)
Sleep for a random time drawn from a pseudo normal distribution.
|
void |
SleeperImplementation.sleepNormal(long meanTime,
long sigma)
Sleep for a random time drawn from a pseudo normal distribution.
|
Copyright © 2000-2014. All Rights Reserved.