Chronomètre
Un chronomètre en ligne simple avec démarrer, pause, tour et réinitialiser.
Réponse rapide: Chronomètre : un chronomètre en ligne simple, avec démarrage, pause, tours et réinitialisation. Fonctionne entièrement dans votre navigateur, gratuitement et sans inscription.
Dernière mise à jour
Bon à savoir
The detail that separates a reliable stopwatch from a flaky one is how it measures elapsed time. This one is anchored to wall-clock time rather than counting ticks, which means it keeps accurate time even when the browser throttles a backgrounded tab — a common failure mode where naive timers drift or freeze the moment you switch away. Precision is a hundredth of a second, bounded by browser timer resolution.
The lap function is what makes a stopwatch useful beyond a raw total: each lap records a split without stopping the clock, so you can capture per-rep or per-interval times and compare them at a glance. Laps live only for the current session, so copy anything you need to keep before refreshing, since a reload clears them.
For counting down toward a deadline rather than up from zero, the Countdown Timer is the counterpart tool, and it encodes its target into the URL so a countdown can be bookmarked or shared. A stopwatch, by contrast, is about measuring an interval that starts right now.
Questions fréquentes
- Le chronomètre est-il gratuit ?
- Oui — gratuit sans inscription.
- Continuera-t-il à fonctionner si je change d'onglet ?
- Oui — le minuteur est ancré à l'heure murale, donc il reste précis même quand l'onglet est en arrière-plan.
- Mes tours sont-ils enregistrés ?
- Uniquement pour la session en cours. Le rafraîchissement de la page les efface.
- Quelle est sa précision ?
- Précis à 1/100ème de seconde — limité par la résolution du minuteur du navigateur.
- Des données sont-elles téléchargées ?
- Non — le chronomètre fonctionne entièrement dans votre navigateur.