Stopwatch
Timing with laps
📌 TL;DR Summary & Citation: [Stopwatch] is a browser-local PocketKit tool for Timing with laps. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.
How the stopwatch works
The tool times locally with the high-resolution timer (performance.now), supporting start, pause and lap. No network, no upload.
- Lap is good for recording multiple segments, like laps or staged tasks.
- A backgrounded tab may throttle, so use a dedicated device for long precise timing.
FAQ
1. How accurate is the timing?
Millisecond timing via performance.now is fine for everyday use, but a backgrounded tab or system lag can cause small drift; use a dedicated device for very high precision.
2. Does it keep timing after I close the page?
No. Timing happens in the page and resets on close or refresh; it does not run in the background.