Package migratedb.v1.core.internal.util
Class StopWatch
- java.lang.Object
-
- migratedb.v1.core.internal.util.StopWatch
-
public final class StopWatch extends Object
Stopwatch, 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 long
getTotalTimeMillis()
void
start()
Starts the stop watch.void
stop()
Stops the stop watch.
-