Click or drag to resize

V8CpuProfile.RootNode Property

Gets the root node of the profile's call tree.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public V8CpuProfile.Node RootNode { get; }

Property Value

V8CpuProfile.Node
See Also