method Console.time
Jump to headingConsole.time(label?: string): void
Starts a timer you can use to track how long an operation takes
Examples Jump to heading
Parameters Jump to heading
optional
Jump to headinglabel: string
Timer label. Defaults to 'default'
Return Type Jump to heading
void