Click or drag to resize

Node Properties

The V8CpuProfileNode type exposes the following members.

Properties
  NameDescription
Public propertyBailoutReason
Gets an optional string describing the reason why the node's script function was not optimized.
Public propertyChildNodes
Gets the node's child node collection.
Public propertyColumnNumber
Gets the 1-based column number of the start of the node's script function.
Public propertyFunctionName
Gets the name of the node's script function.
Public propertyHitCount
Gets the node's hit count.
Public propertyHitLines
Gets the node's hit line collection.
Public propertyLineNumber
Gets the 1-based line number of the start of the node's script function.
Public propertyNodeId
Gets the node's numeric identifier.
Public propertyScriptId
Gets the numeric identifier of the document containing the node's script function.
Public propertyScriptName
Gets the name or URL of the document containing the node's script function.
Top
See Also