data class GetHeapUsageResponse
Response type for the RuntimeDomain.getHeapUsage command.
<init> |
Response type for the RuntimeDomain.getHeapUsage command. GetHeapUsageResponse(usedSize: Double, totalSize: Double) |
totalSize |
Allocated heap size in bytes. val totalSize: Double |
usedSize |
Used heap size in bytes. val usedSize: Double |