Node Properties |
The V8CpuProfile.Node type exposes the following members.
Name | Description | |
---|---|---|
![]() | BailoutReason | Gets an optional string describing the reason why the node's script function was not optimized. |
![]() | ChildNodes | Gets the node's child node collection. |
![]() | ColumnNumber | Gets the 1-based column number of the start of the node's script function. |
![]() | FunctionName | Gets the name of the node's script function. |
![]() | HitCount | Gets the node's hit count. |
![]() | HitLines | Gets the node's hit line collection. |
![]() | LineNumber | Gets the 1-based line number of the start of the node's script function. |
![]() | NodeId | Gets the node's numeric identifier. |
![]() | ScriptId | Gets the numeric identifier of the document containing the node's script function. |
![]() | ScriptName | Gets the name or URL of the document containing the node's script function. |