Package org.nuxeo.runtime.util
Class Watch
java.lang.Object
org.nuxeo.runtime.util.Watch
Usage:
Watch w = new Watch()
w.start();
...
w.start("interval-name")
w.stop("interval-name")
..
w.stop()
- Since:
- 9.2
- Author:
- bogdan
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
total
-
intervals
-
-
Constructor Details
-
Watch
public Watch() -
Watch
-
-
Method Details
-
start
-
stop
-
start
-
stop
-
elapsed
-
elapsed
-
getTotal
-
getIntervals
-