borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
java.lang.Object +----borland.jbcl.util.Stopwatch
Variables Properties MethodsThis class is used internally by other classes in the JBCL for debugging. You should never use this class directly.
Simple static stopwatch class for timing possibly nested blocks of code.
public static boolean enabled = falseThis variable is used internally by other classes in the JBCL. You should never use this variable directly.
public static long lap()This method is used internally by other classes in the JBCL. You should never use this method directly.
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.
public static long stop()This method is used internally by other classes in the JBCL. You should never use this method directly.