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