simple javascript stopwatch

If javascript VM installed, and enabled, click 'start' to start the timer. When running, clicking 'stop' will suspend the timer, and show the accumulated time. Clicking 'reset' will give the total time, and reset the accumulated time to zero. After 'stop', or 'reset' the last time will be displayed in the paragraph below, followed by a list of the last ten times, with the current time displayed in bold.

time:

Last Time

Time List

NOTE: The granularity is about +/- 50 ms (0.05 seconds), and its accuracy very much depends on other processes running in your machine at the time ...

Free JavaScripts provided
by The JavaScript Source

checked by tidy  Valid HTML 4.01 Transitional