V8CpuProfileNodeHitLineHitCount Field |
Gets the hit count for the script line.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public:
unsigned long long HitCount
val mutable HitCount: uint64
Field Value
UInt64Remarks
This value represents the number of times the CPU profiler observed the current
script line at the top of the call stack.
See Also