A stopwatch that times to hundredths of a second and records lap splits as you go, so you can capture intervals without stopping the overall count.
Laps are the feature that makes a stopwatch more useful than a clock. Each lap records the time since the previous one while the total keeps running, which is what you want for intervals, sets, or repeated attempts.
Frequently asked questions
- What is the difference between lap time and total time?
- Lap time is the interval since the previous lap was recorded; total time is the elapsed time since you pressed start. Recording a lap does not interrupt the total.
- Does the stopwatch keep running if I switch tabs?
- Timing is based on elapsed clock time rather than counting frames, so it stays accurate when the tab is in the background.
- How precise is it?
- It displays hundredths of a second. Practical accuracy is limited by your reaction time pressing the buttons, which is typically a fifth of a second or so.