Lap Timer: Records split times in continuous activities.

Lap Timer: Perfect for running, cycling, swimming, and performance testing. Supports start/pause/resume, precise lap marking, total and per-lap times, averages and best/worst lap, sortable/exportable history, and highlights negative/positive splits for pacing analysis.

Cronômetro de Voltas Profissional

{{ t('title') }}

{{ formatTime(displayTime) }}

{{ formatTime(lapTime) }}

{{ t('stats') }}

{{ t('lapsCount') }}

{{ laps.length }}

{{ t('avg') }}

{{ formatTime(stats.avg) }}

{{ t('best') }}

{{ formatTime(stats.best) }}

{{ t('worst') }}

{{ formatTime(stats.worst) }}

{{ t('lapRecords') }}

{{ t('lapHeader') }}{{ t('lapTimeHeader') }}{{ t('diffHeader') }}{{ t('totalTimeHeader') }}
{{ lap.lap }}{{ formatTime(lap.lapTime) }} {{ lap.diff > 0 ? '+' : '' }}{{ formatTime(lap.diff, true) }} -{{ formatTime(lap.totalTime) }}

{{ t('noLaps') }}

{{ t('disclaimerTitle') }}

{{ t('disclaimerText') }}

{{ t('resetConfirmTitle') }}

{{ t('resetConfirmText') }}

Similar Posts