Table of Contents

Class SamplingProfile

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

SamplingProfile

public sealed class SamplingProfile
Inheritance
SamplingProfile
Inherited Members

Properties

Modules

modules

[JsonPropertyName("modules")]
public Module[] Modules { get; set; }

Property Value

Module[]

Samples

samples

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

Property Value

SamplingProfileNode[]