How accurate is the stopwatch?
Timing uses Date.now() which is accurate to within a few milliseconds on modern devices. The display updates at ~60fps and shows centiseconds (hundredths of a second). Manual reaction time when pressing Start/Lap adds ±100–200ms.
What is the difference between lap time and split time?
Lap time is how long that specific lap took from the previous lap (or from start). Split time is the cumulative elapsed time at the moment that lap was recorded. For example: lap 1 = 01:32.45 (lap time), split = 01:32.45; lap 2 = 01:28.11 (lap time), split = 03:00.56.
Does the stopwatch keep running when I switch tabs?
Yes. The timer uses wall-clock time (Date.now()) internally. Even if the browser throttles the display interval when the tab is hidden, the elapsed time shown when you return is accurate.
Can I resume after pressing Stop?
Yes. Stop pauses the stopwatch without clearing it. Press Start again and timing resumes from exactly where it left off. Use this for genuine breaks so your total reflects actual activity time.
How do best and worst laps work?
The lap with the shortest time is highlighted green (best) and the one with the longest time is highlighted red (worst). These highlights only appear when there are two or more laps — a single lap has no comparison basis.
Can I record laps without stopping the stopwatch?
Yes. The Lap button is only visible while the stopwatch is running. Tapping it records the split instantly without stopping or pausing the clock.
Is there a maximum number of laps I can record?
No hard limit. The lap list scrolls vertically so you can record as many laps as you need. Very long sessions (hundreds of laps) may use slightly more browser memory, but performance remains smooth.
How do I turn off the centiseconds?
Open Settings (the gear icon) and disable 'Show centiseconds'. The display switches to MM:SS or HH:MM:SS format instantly.