Class Runtime.GetHeapUsageResponse
java.lang.Object
org.openqa.selenium.devtools.v126.runtime.Runtime.GetHeapUsageResponse
- Enclosing class:
- Runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllocated heap size in bytes.Used heap size in bytes.
-
Constructor Details
-
GetHeapUsageResponse
-
-
Method Details
-
getUsedSize
Used heap size in bytes. -
getTotalSize
Allocated heap size in bytes.
-