Click or drag to resize

V8CpuProfileRootNode Property

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

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntax
public V8CpuProfileNode RootNode { get; }

Property Value

Type: V8CpuProfileNode
See Also