GetHeapUsageResponse

@Serializable
data class GetHeapUsageResponse(val usedSize: Double, val totalSize: Double)

Response type for the RuntimeDomain.getHeapUsage command.

Constructors

Link copied to clipboard
constructor(usedSize: Double, totalSize: Double)

Properties

Link copied to clipboard

Allocated heap size in bytes.

Link copied to clipboard

Used heap size in bytes.