method Console.timeStampConsole.timeStamp(label?: string): voidAdds a marker to the DevTools Performance panel ExamplesExample 1 console.timeStamp('Navigation Start'); Parametersoptionallabel: stringLabel for the timestamp Return Typevoid