chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / GetHeapUsageResponse

GetHeapUsageResponse

data class GetHeapUsageResponse

Response type for the RuntimeDomain.getHeapUsage command.

Constructors

<init>

Response type for the RuntimeDomain.getHeapUsage command.

GetHeapUsageResponse(usedSize: Double, totalSize: Double)

Properties

totalSize

Allocated heap size in bytes.

val totalSize: Double

usedSize

Used heap size in bytes.

val usedSize: Double