V8CpuProfileRootNode Property |
Gets the root node of the profile's call tree.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8CpuProfileNode RootNode { get; }
Public ReadOnly Property RootNode As V8CpuProfileNode
Get
public:
property V8CpuProfileNode^ RootNode {
V8CpuProfileNode^ get ();
}
member RootNode : V8CpuProfileNode with get
Property Value
V8CpuProfileNodeSee Also