|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.util.StopWatch
public class StopWatch
Stop watch, inspired by the implementation in the Spring framework.
| Constructor Summary | |
|---|---|
StopWatch()
|
|
| Method Summary | |
|---|---|
long |
getTotalTimeMillis()
|
void |
start()
Starts the stop watch. |
void |
stop()
Stops the stop watch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopWatch()
| Method Detail |
|---|
public void start()
public void stop()
public long getTotalTimeMillis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||