public class StopWatch
extends java.lang.Object
StopWatch to measure the processing duration of a call.| Modifier and Type | Method and Description |
|---|---|
static StopWatch |
start() |
java.time.Duration |
stop() |
public static StopWatch start()
public java.time.Duration stop()