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

BCD tables only load in the browser

Veja também