← Back to HeapProfiler domain

HeapProfiler.startTrackingHeapObjects

No description available.

Domain: HeapProfiler experimental

Parameters

NameTypeDescription
trackAllocations (optional)boolean

Example Request

{
  "id": 1,
  "method": "HeapProfiler.startTrackingHeapObjects"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('HeapProfiler.startTrackingHeapObjects');
console.log(result);