Click or drag to resize

V8CpuProfileNodeHitLines Property

Gets the node's hit line collection.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public IReadOnlyList<V8CpuProfileNodeHitLine> HitLines { get; }

Property Value

IReadOnlyListV8CpuProfileNodeHitLine
Remarks
This property returns null if the node contains no hit lines.
See Also