Table of Contents

Class GetSamplingProfileResult

Namespace
Selenium.WebDriver.BiDi.Cdp.HeapProfiler
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetSamplingProfileResult>
Inheritance
EmptyResult
GetSamplingProfileResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetSamplingProfileResult(SamplingHeapProfile)

public GetSamplingProfileResult(SamplingHeapProfile Profile)

Parameters

Profile SamplingHeapProfile

Return the sampling profile being collected.

Properties

Profile

Return the sampling profile being collected.

public SamplingHeapProfile Profile { get; init; }

Property Value

SamplingHeapProfile