An online stopwatch with start, pause, lap, and reset controls, accurate to hundredths of a second. Lap records show individual lap times and cumulative elapsed time
| # | {{ L('tool_ui/sw_lap_time') }} | {{ L('tool_ui/sw_total_time') }} |
|---|---|---|
| {{ lap.num }} | {{ formatTime(lap.lapTime) }} | {{ formatTime(lap.totalTime) }} |