Class HeapStatsUpdateEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V148.HeapProfiler
- Assembly
- Selenium.WebDriver.dll
If heap objects tracking has been started then backend may send update for one or more fragments
public sealed class HeapStatsUpdateEventArgs : EventArgs
- Inheritance
-
HeapStatsUpdateEventArgs
- Inherited Members
Properties
StatsUpdate
An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
[JsonPropertyName("statsUpdate")]
public long[] StatsUpdate { get; set; }
Property Value
- long[]