HeapProfiler.startTrackingHeapObjectsNo description available.
| Name | Type | Description |
|---|---|---|
trackAllocations (optional) | boolean |
{
"id": 1,
"method": "HeapProfiler.startTrackingHeapObjects"
}
{
"id": 1,
"result": {}
}
const result = await send('HeapProfiler.startTrackingHeapObjects');
console.log(result);