Class StopWatch
java.lang.Object
org.broadleafcommerce.common.util.StopWatch
- Author:
- Andre Azzolini (apazzolini)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
getTime()
printLapString
(String msg) printSplitString
(String msg) printString
(String msg) reset()
resume()
split()
start()
stop()
suspend()
toString()
unsplit()
-
Constructor Details
-
StopWatch
public StopWatch()
-
-
Method Details
-
start
-
stop
-
reset
-
split
-
unsplit
-
suspend
-
resume
-
getTime
public long getTime() -
getSplitTime
public long getSplitTime() -
getLapTime
public long getLapTime() -
getStartTime
public long getStartTime() -
toString
-
toSplitString
-
toLapString
-
printString
-
printSplitString
-
printLapString
-