Table of Contents

Class SamplingProfileNode

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

Heap profile sample.

public sealed class SamplingProfileNode
Inheritance
SamplingProfileNode
Inherited Members

Properties

Size

Size of the sampled allocation.

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

Property Value

double

Stack

Execution stack at the point of allocation.

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

Property Value

string[]

Total

Total bytes attributed to this sample.

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

Property Value

double