Computer Science/61b/Homework/hw8/Timer.java

From lensowiki
< Computer Science‎ | 61b‎ | Homework‎ | hw8
Revision as of 06:17, 22 September 2007 by Lensovet (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* Timer.java */

/**
 *  Implements a simple stopwatch/timer class based on wall-clock time.
 **/

/**
 *  RUNNING() == true  <==>  start() called with no corresponding
 *                           call to stop()
 *
 *  All times are given in units of msec.
 **/
The author of this file is Jonathan Shewchuk; consequently, I cannot make it freely available.