V8Cpu |
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. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |