Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SamplingHeapProfile

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

SamplingHeapProfile

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[]