Package migratedb.core.internal.util
Class StopWatch
- java.lang.Object
-
- migratedb.core.internal.util.StopWatch
-
public class StopWatch extends Object
Stop watch, inspired by the implementation in the Spring framework.
-
-
Constructor Summary
Constructors Constructor Description StopWatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTotalTimeMillis()voidstart()Starts the stop watch.voidstop()Stops the stop watch.
-