Package io.webfolder.cdp.type.runtime
Class GetHeapUsageResult
java.lang.Object
io.webfolder.cdp.type.runtime.GetHeapUsageResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllocated heap size in bytes.Used heap size in bytes.void
setTotalSize
(Double totalSize) Allocated heap size in bytes.void
setUsedSize
(Double usedSize) Used heap size in bytes.toString()