method Console.profileEndprivateConsole.profileEnd(label?: string): voidDeprecatedStops recording a performance profile ExamplesExample 1 console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parametersoptionallabel: stringProfile label to stop Return Typevoid