1

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 ?

kofifus
  • 17,260
  • 17
  • 99
  • 173

1 Answers1

2

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

enter image description here

Kaiido
  • 123,334
  • 13
  • 219
  • 285