HeapProfiler.stopTrackingHeapObjectsNo description available.
| Name | Type | Description |
|---|---|---|
reportProgress (optional) | boolean | If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. |
treatGlobalObjectsAsRoots (optional) | boolean | Deprecated in favor of `exposeInternals`. |
captureNumericValue (optional) | boolean | If true, numerical values are included in the snapshot |
exposeInternals (optional) | boolean | If true, exposes internals of the snapshot. |
{
"id": 1,
"method": "HeapProfiler.stopTrackingHeapObjects"
}
{
"id": 1,
"result": {}
}
const result = await send('HeapProfiler.stopTrackingHeapObjects');
console.log(result);