HeapStatsUpdateEventArgsStatsUpdate Property |
Version 130.1.90
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.
Namespace: CefSharp.DevTools.HeapProfilerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int[] StatsUpdate { get; }
public:
property array<int>^ StatsUpdate {
array<int>^ get ();
}
Property Value
Int32See Also