Was this helpful?
Node Info Blocks
This topic starts with a four-byte integer containing the number of node information entries to follow. Each node entry consists of a four-byte integer representing the node type.The following table provides the current values and their representative components:
Value
Component
0
Module (code module, map expression, and so on.)
1
User-defined function
2
External (DLL) function
3
Built-in function
A string displaying the name of the node.
Profile count for the node that indicates the total time spent on the node.
Possible node-type specific data:
Code module (type 0) — a string that indicates the actual code of the module.
User-defined function (type 1) — an unsigned two-byte integer that indicates the (0-based) number of the code module where the function is defined.
 
Last modified date: 08/02/2023