Method Summary |
|
public static void | display() Displays all the timers. |
public String | getName() Gets this timer's name. |
public long | getValue() Gets the current time of this timer. |
public static void | start(String name) Starts a timer. |
public static void | stop(String name) Stops a timer. |
public void | stop() Stops the current timer. |
public String | toString() A string representation of this timer. |