Memory.stopSampling
Stop collecting native memory profile.
{ "id": 1, "method": "Memory.stopSampling" }
{ "id": 1, "result": {} }
const result = await send('Memory.stopSampling'); console.log(result);