public class Stopwatch extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
count |
Constructor and Description |
---|
Stopwatch() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
long |
getElapsedMillis() |
void |
start() |
void |
stop() |
String |
toString() |