Difference between revisions of "Computer Science/61b/Homework/hw8/Timer.java"
< Computer Science | 61b | Homework | hw8
m (moved CS 61b/Homework/hw8/Timer.java to CS/61b/Homework/hw8/Timer.java: fix cs 61b hierarchy) |
m (Lensovet moved page CS/61b/Homework/hw8/Timer.java to Computer Science/61b/Homework/hw8/Timer.java) |
(No difference)
|
Latest revision as of 03:51, 20 February 2023
/* 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.