Precision Stopwatch
A drift-free stopwatch with lap timing.
Controls
00:00.00
Related guides
Sample-Accurate Metronome Timing With the Web Audio API
Why a musical metronome can't rely on setInterval for its clicks, how the AudioContext's own clock schedules beats ahead of time, and how the tuner detects pitch by autocorrelation.
Countdown Timers Should Target a Timestamp, Not Count Seconds
Why counting down from a fixed end timestamp survives background-tab throttling that a seconds-decrementing timer doesn't, plus how Wake Lock keeps the screen on during a presentation.