Class Runtime.GetHeapUsageResponse
java.lang.Object
org.openqa.selenium.devtools.v135.runtime.Runtime.GetHeapUsageResponse
- Enclosing class:
- Runtime
-
Constructor Summary
ConstructorsConstructorDescriptionGetHeapUsageResponse
(Number usedSize, Number totalSize, Number embedderHeapUsedSize, Number backingStorageSize) -
Method Summary
Modifier and TypeMethodDescriptionSize in bytes of backing storage for array buffers and external strings.Used size in bytes in the embedder's garbage-collected heap.Allocated JavaScript heap size in bytes.Used JavaScript heap size in bytes.
-
Constructor Details
-
GetHeapUsageResponse
-
-
Method Details
-
getUsedSize
Used JavaScript heap size in bytes. -
getTotalSize
Allocated JavaScript heap size in bytes. -
getEmbedderHeapUsedSize
Used size in bytes in the embedder's garbage-collected heap. -
getBackingStorageSize
Size in bytes of backing storage for array buffers and external strings.
-