Table of Contents

Class SamplingProfile

Namespace
Selenium.WebDriver.BiDi.Cdp.Memory
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Array of heap profile samples.

public sealed record SamplingProfile : IEquatable<SamplingProfile>
Inheritance
SamplingProfile
Implements
Inherited Members

Constructors

SamplingProfile(ImmutableArray<SamplingProfileNode>, ImmutableArray<Module>)

Array of heap profile samples.

public SamplingProfile(ImmutableArray<SamplingProfileNode> Samples, ImmutableArray<Module> Modules)

Parameters

Samples ImmutableArray<SamplingProfileNode>
Modules ImmutableArray<Module>

Properties

Modules

public ImmutableArray<Module> Modules { get; init; }

Property Value

ImmutableArray<Module>

Samples

public ImmutableArray<SamplingProfileNode> Samples { get; init; }

Property Value

ImmutableArray<SamplingProfileNode>