jbcl.util Package
Stopwatch class
java.lang.Object
+----com.borland.jbcl.util.Stopwatch
About the Stopwatch class
Variables Properties Methods
This component is used internally by other classes for debugging. You should never use this component directly.
Stopwatch variables
Variables implemented in this class
Stopwatch properties
*Read-only properties **Write-only properties
Stopwatch methods
Methods implemented in this class
Stopwatch variables
enabled
public static boolean enabled = false
This variable is used internally by other com.borland
classes. You should never use this variable directly.
Stopwatch methods
lap()
public static long lap()
This method is used internally by other com.borland
classes. You should never use this method directly.
start(java.lang.String)
public static void start(String t)
This method is used internally by other com.borland
classes. You should never use this method directly.
stop()
public static long stop()
This method is used internally by other com.borland
classes. You should never use this method directly.