V8CpuProfileNodeHitCount Property |
Gets the node's hit count.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntaxpublic ulong HitCount { get; }
Public ReadOnly Property HitCount As ULong
Get
public:
property unsigned long long HitCount {
unsigned long long get ();
}
member HitCount : uint64 with get
Property Value
Type:
UInt64
Remarks
This value represents the number of times the CPU profiler observed the node's
script function at the top of the call stack.
See Also