Console.timeEnd()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Resumo

Interrompe um temporizador que foi anteriormente iniciado por uma chamada a console.time().

Veja Timers na documentação de console para detalhes e exemplos.

Sintaxe

console.timeEnd(label);

Parametros

label

O nome do temporizador a ser interrompido. Uma vez interrompido, o tempo decorrido é automaticamente apresentado no Web Console.

Especificação

Não é parte de qualquer especificação.

Compatibilidade com navegadores

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
Node.js
timeEnd() static method

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

Veja também