Table of Contents

Class SamplingHeapProfileNode

Namespace
OpenQA.Selenium.DevTools.V131.HeapProfiler
Assembly
WebDriver.dll

SamplingHeapProfileNode

public sealed class SamplingHeapProfileNode
Inheritance
SamplingHeapProfileNode
Inherited Members

Properties

CallFrame

callFrame

[JsonPropertyName("callFrame")]
public CallFrame CallFrame { get; set; }

Property Value

CallFrame

Children

children

[JsonPropertyName("children")]
public SamplingHeapProfileNode[] Children { get; set; }

Property Value

SamplingHeapProfileNode[]

Id

id

[JsonPropertyName("id")]
public long Id { get; set; }

Property Value

long

SelfSize

selfSize

[JsonPropertyName("selfSize")]
public double SelfSize { get; set; }

Property Value

double