Search code examples
google-chromegoogle-chrome-devtoolsweb-workerchrome-debugging

Chrome developer tool how to profile webworkers?


I looked at How to profile web workers in Chrome? etc but the advise there is for older versions of chrome and now seem to be dated.

How can I profile the memory of a web worker (take snapshots and compare them) in chrome >86 ?


Solution

  • In the Memory panel, you have to select which JavaScript VM you want to profile:

    enter image description here