Class SamplingHeapProfileSample
- Namespace
- OpenQA.Selenium.DevTools.V148.HeapProfiler
- Assembly
- Selenium.WebDriver.dll
A single sample from a sampling profile.
public sealed class SamplingHeapProfileSample
- Inheritance
-
SamplingHeapProfileSample
- Inherited Members
Properties
NodeId
Id of the corresponding profile tree node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
Ordinal
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.
[JsonPropertyName("ordinal")]
public double Ordinal { get; set; }
Property Value
Size
Allocation size in bytes attributed to the sample.
[JsonPropertyName("size")]
public double Size { get; set; }