Is there a way to activate the CPU Profiler in the Chrome developer window using a Javascript call? For example:
chrome.cpuprofiler.start();
//perform intensive operation
chrome.cpuprofiler.stop();
Currently, my only option is to manually click on "start profiling" and then "stop profiling" after performing the operation. Is there a shortcut key for this task?