deno.com
method Console.timeStamp
#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