public class Timer extends Object
Constructor and Description |
---|
Timer() |
Modifier and Type | Method and Description |
---|---|
long |
endTimer()
Return time in millisecods
|
long |
getTimeInterval() |
long |
readTimer() |
void |
startTimer() |
static String |
timeStr(long timeInterval) |
public void startTimer()
public long endTimer()
public long readTimer()
public long getTimeInterval()
public static String timeStr(long timeInterval)
Licenced under the Apache License, Version 2.0