public class Stopwatch extends Object
| Constructor and Description |
|---|
Stopwatch() |
| Modifier and Type | Method and Description |
|---|---|
String |
executionTimeFormatted() |
long |
lapTime() |
String |
lapTimeFormatted() |
String |
lapTimeFormatted(Long executionTimeInMilliseconds) |
void |
start() |
static Stopwatch |
started() |
long |
stop() |
long |
stop(String message) |
Copyright © 2022. All rights reserved.