public class Stopwatch extends Object
Constructor and Description |
---|
Stopwatch() |
Modifier and Type | Method and Description |
---|---|
long |
getTime() |
String |
getTimeString() |
void |
reset() |
long |
split() |
void |
start() |
long |
stop() |
public void start()
public long stop()
public void reset()
public long split()
public long getTime()
public String getTimeString()
Copyright © 2014. All rights reserved.