Table of Contents

Class GetHeapUsageCommandResponse

Namespace
OpenQA.Selenium.DevTools.V135.Runtime
Assembly
WebDriver.dll

Response for GetHeapUsage

public sealed class GetHeapUsageCommandResponse : ICommandResponse<GetHeapUsageCommandSettings>, ICommandResponse
Inheritance
GetHeapUsageCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BackingStorageSize

Gets or sets the backingStorageSize

[JsonPropertyName("backingStorageSize")]
public double BackingStorageSize { get; set; }

Property Value

double

EmbedderHeapUsedSize

Gets or sets the embedderHeapUsedSize

[JsonPropertyName("embedderHeapUsedSize")]
public double EmbedderHeapUsedSize { get; set; }

Property Value

double

TotalSize

Gets or sets the totalSize

[JsonPropertyName("totalSize")]
public double TotalSize { get; set; }

Property Value

double

UsedSize

Gets or sets the usedSize

[JsonPropertyName("usedSize")]
public double UsedSize { get; set; }

Property Value

double