profile method
Implementation
void profile(String title) =>
_isConsoleDefined ? JS('void', 'window.console.profile(#)', title) : null;
void profile(String title) =>
_isConsoleDefined ? JS('void', 'window.console.profile(#)', title) : null;