borland Packages  Class Hierarchy  jbcl.util Package  Index 

Stopwatch class

java.lang.Object
   +----borland.jbcl.util.Stopwatch

About the Stopwatch class

Variables  Properties  Methods  
This class is used internally by other classes in the JBCL for debugging. You should never use this class directly.

Stopwatch variables

Variables implemented in this class

Stopwatch properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Stopwatch methods

Methods implemented in this class

Methods implemented in java.lang.Object


Stopwatch variables

enabled

  public static boolean enabled = false
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

Stopwatch methods

lap()

  public static long lap()
This method is used internally by other classes in the JBCL. You should never use this method directly.

start(java.lang.String)

  public static void start(java.lang.String t)
This method is used internally by other classes in the JBCL. You should never use this method directly.

stop()

  public static long stop()
This method is used internally by other classes in the JBCL. You should never use this method directly.