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