public class RenderTime extends Object
| Constructor and Description |
|---|
RenderTime(long maxWait)
RenderTime constructor that take maxWait time in milliseconds.
|
RenderTime(long maxWait,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
end(String message) |
void |
start() |
long |
timeLeft()
The time left in nanoseconds.
|
String |
toString() |
public RenderTime(long maxWait,
TimeUnit unit)
public RenderTime(long maxWait)
maxWait - long wait in millisecondCopyright © 2015. All rights reserved.