method Console.profileEnd
Jump to headingConsole.profileEnd(label?: string): void
This method does not display anything unless used in the inspector. Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. See profile for an example.
If this method is called without a label, the most recently started profile is stopped.
Parameters Jump to heading
optional
Jump to headinglabel: string
Return Type Jump to heading
void