pl.wendigo.chrome.api.heapprofiler / GetHeapObjectIdResponse

GetHeapObjectIdResponse

data class GetHeapObjectIdResponse (source)

Represents response frame that is returned from HeapProfiler#getHeapObjectId operation call.

Link
HeapProfiler#getHeapObjectId method documentation.

See Also

HeapProfilerOperations.getHeapObjectId

Constructors

<init>

GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)

Represents response frame that is returned from HeapProfiler#getHeapObjectId operation call.

Properties

heapSnapshotObjectId

val heapSnapshotObjectId: HeapSnapshotObjectId

Id of the heap snapshot object corresponding to the passed remote object id.