Chrome Remote Interface v0.0.3 ChromeRemoteInterface.RPC.HeapProfiler View Source

Link to this section Summary

Link to this section Functions

Link to this function addInspectedHeapObject(page_pid) View Source

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Parameters: heapObjectId - - Heap snapshot object id to be accessible by means of $x command line API.

Link to this function addInspectedHeapObject(page_pid, parameters) View Source
Link to this function addInspectedHeapObject(page_pid, parameters, opts) View Source
Link to this function collectGarbage(page_pid) View Source

Parameters:

Link to this function collectGarbage(page_pid, parameters) View Source
Link to this function collectGarbage(page_pid, parameters, opts) View Source

Parameters:

Link to this function disable(page_pid, parameters) View Source
Link to this function disable(page_pid, parameters, opts) View Source

Parameters:

Link to this function enable(page_pid, parameters) View Source
Link to this function enable(page_pid, parameters, opts) View Source
Link to this function getHeapObjectId(page_pid) View Source

Parameters: objectId - - Identifier of the object to get heap object id for.

Link to this function getHeapObjectId(page_pid, parameters) View Source
Link to this function getHeapObjectId(page_pid, parameters, opts) View Source
Link to this function getObjectByHeapObjectId(page_pid) View Source

Parameters: objectId - - objectGroup - - Symbolic group name that can be used to release multiple objects.

Link to this function getObjectByHeapObjectId(page_pid, parameters) View Source
Link to this function getObjectByHeapObjectId(page_pid, parameters, opts) View Source

Parameters: samplingInterval - - Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.

Link to this function startSampling(page_pid, parameters) View Source
Link to this function startSampling(page_pid, parameters, opts) View Source
Link to this function startTrackingHeapObjects(page_pid) View Source

Parameters: trackAllocations - -

Link to this function startTrackingHeapObjects(page_pid, parameters) View Source
Link to this function startTrackingHeapObjects(page_pid, parameters, opts) View Source

Parameters:

Link to this function stopSampling(page_pid, parameters) View Source
Link to this function stopSampling(page_pid, parameters, opts) View Source
Link to this function stopTrackingHeapObjects(page_pid) View Source

Parameters: reportProgress - - If true ‘reportHeapSnapshotProgress’ events will be generated while snapshot is being taken when the tracking is stopped.

Link to this function stopTrackingHeapObjects(page_pid, parameters) View Source
Link to this function stopTrackingHeapObjects(page_pid, parameters, opts) View Source
Link to this function takeHeapSnapshot(page_pid) View Source

Parameters: reportProgress - - If true ‘reportHeapSnapshotProgress’ events will be generated while snapshot is being taken.

Link to this function takeHeapSnapshot(page_pid, parameters) View Source
Link to this function takeHeapSnapshot(page_pid, parameters, opts) View Source