Skip to main content
Console.timeStamp - Web documentation
method Console.timeStamp
Private
Console.timeStamp(label?: string): void

Adds a marker to the DevTools Performance panel

Examples

Example 1

console.timeStamp('Navigation Start');

Parameters

optional
label: string

Label for the timestamp

Return Type

void
Back to top