Class StopWatch
java.lang.Object
se.kuseman.payloadbuilder.api.utils.StopWatch
Simple stop watch
-
Constructor Details
-
StopWatch
public StopWatch()
-
-
Method Details
-
start
public void start()Start the watch -
stop
public void stop()Stop the watch -
getElapsedMilliseconds
public long getElapsedMilliseconds()Get elapsed milliseconds -
getElapsedSeconds
public long getElapsedSeconds()Get elapsed seconds -
getElapsedMinutes
public long getElapsedMinutes()Get elapsed minutes -
getElapsedHours
public long getElapsedHours()Get elapsed hours
-