pl.wendigo.chrome.domain.heapprofiler / GetHeapObjectIdResponse

GetHeapObjectIdResponse

data class GetHeapObjectIdResponse (source)

Represents response frame for HeapProfiler.getHeapObjectId method call.

Constructors

<init>

GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)

Represents response frame for HeapProfiler.getHeapObjectId method call.

Properties

heapSnapshotObjectId

val heapSnapshotObjectId: HeapSnapshotObjectId

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