ProfileNodeHitCount Property |
Version 118.6.80
Number of samples where this node was on top of the call stack.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public int? HitCount { get; set; }
public:
property Nullable<int> HitCount {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also