How the timer works
The stopwatch records the wall-clock instant at Start using performance.now() and subtracts it from the current time on every animation frame. This approach keeps the displayed time accurate even when the browser throttles background tabs or when system load causes a missed frame.
Lap splits explained
Each Lap press records the current elapsed time as a cumulative snapshot. The per-lap duration shown in the table is the difference between successive snapshots — identical to how a physical lap timer works. After two or more laps are recorded, the fastest lap is highlighted in green and the slowest in red so you can instantly see variance.
Privacy
All timing runs entirely in your browser. No data is sent to any server.