deno.com
method Console.timeStamp
#Console.timeStamp(label?: string): void

Adds a marker to the DevTools Performance panel

Examples #

#
console.timeStamp('Navigation Start');

Parameters #

optional
#label: string

Label for the timestamp

Return Type #

void