|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.tools.StopWatch
public final class StopWatch
A time measuring device
Constructor Summary | |
---|---|
StopWatch()
Initialise the stop watch |
Method Summary | |
---|---|
void |
splitDebug(String message)
Split the time and debug log a message, if trace logging is enabled |
void |
splitInfo(String message)
Split the time and info log a message, if trace logging is enabled |
void |
splitTrace(String message)
Split the time and trace log a message, if trace logging is enabled |
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 splitTrace(String message)
public void splitDebug(String message)
public void splitInfo(String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |