Table of Contents

Namespace Selenium.WebDriver.BiDi.Cdp.HeapProfiler

Classes

AddHeapSnapshotChunkEventArgs
AddInspectedHeapObjectResult
CollectGarbageResult
DisableResult
EnableResult
GetHeapObjectIdResult
GetObjectByHeapObjectIdResult
GetSamplingProfileResult
HeapProfilerDomainEvent

Provides static event descriptors for the IHeapProfiler.

HeapSnapshotObjectId

Heap snapshot object id.

HeapStatsUpdateEventArgs

If heap objects tracking has been started then backend may send update for one or more fragments

LastSeenObjectIdEventArgs

If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

ReportHeapSnapshotProgressEventArgs
ResetProfilesEventArgs
SamplingHeapProfile

Sampling profile.

SamplingHeapProfileNode

Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.

SamplingHeapProfileSample

A single sample from a sampling profile.

StartSamplingResult
StartTrackingHeapObjectsResult
StopSamplingResult
StopTrackingHeapObjectsResult
TakeHeapSnapshotResult

Interfaces

IHeapProfiler