Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Developer Tools hung at "Loading profile..." prompt while recording runtime performance

I am using Chrome Developer Tools under Windows 7 to record runtime performance (Chrome 67.0.3396.62 (64-bit)). I am able to click DevTools' Record button to start capturing performance metrics, but when I click its Stop button, the following Loading profile... prompt appears and never changes:

Status: Loading profile...

I tried exiting and reloading Chrome, but this problem persists across restarts. How do I resolve this problem?

like image 567
CODE-REaD Avatar asked Aug 14 '26 17:08

CODE-REaD


1 Answers

It turns out that just exiting and reloading Chrome may not stop all of Chrome's background processes. For example, here is a screenshot of Windows Process Explorer showing multiple instances of chrome.exe still present after I exited Chrome:

Process Explorer showing multiple instances of chrome.exe

Once I manually killed each of these processes (by clicking on the process and then pressing my Delete key), Chrome Developer Tools' record runtime performance capability was restored.

like image 169
CODE-REaD Avatar answered Aug 17 '26 00:08

CODE-REaD