org.jooq.tools
Class StopWatch

java.lang.Object
  extended by org.jooq.tools.StopWatch

public final class StopWatch
extends Object

A time measuring device

Author:
Lukas Eder

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

StopWatch

public StopWatch()
Initialise the stop watch

Method Detail

splitTrace

public void splitTrace(String message)
Split the time and trace log a message, if trace logging is enabled


splitDebug

public void splitDebug(String message)
Split the time and debug log a message, if trace logging is enabled


splitInfo

public void splitInfo(String message)
Split the time and info log a message, if trace logging is enabled



Copyright © 2012. All Rights Reserved.