Table of Contents

Class SamplingHeapProfile

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

Sampling profile.

public sealed class SamplingHeapProfile
Inheritance
SamplingHeapProfile
Inherited Members

Properties

Head

head

[JsonPropertyName("head")]
public SamplingHeapProfileNode Head { get; set; }

Property Value

SamplingHeapProfileNode

Samples

samples

[JsonPropertyName("samples")]
public SamplingHeapProfileSample[] Samples { get; set; }

Property Value

SamplingHeapProfileSample[]