Table of Contents

Class SamplingProfileNode

Namespace
OpenQA.Selenium.DevTools.V130.Memory
Assembly
WebDriver.dll

SamplingProfileNode

public sealed class SamplingProfileNode
Inheritance
SamplingProfileNode
Inherited Members

Properties

Size

size

[JsonPropertyName("size")]
public double Size { get; set; }

Property Value

double

Stack

stack

[JsonPropertyName("stack")]
public string[] Stack { get; set; }

Property Value

string[]

Total

total

[JsonPropertyName("total")]
public double Total { get; set; }

Property Value

double