Class Runtime.GetHeapUsageResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.runtime.Runtime.GetHeapUsageResponse
-
- Enclosing class:
- Runtime
public static class Runtime.GetHeapUsageResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetHeapUsageResponse(java.lang.Number usedSize, java.lang.Number totalSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getTotalSize()
Allocated heap size in bytes.java.lang.Number
getUsedSize()
Used heap size in bytes.
-