Analyzer Command
Traverses the current plot to display the next most significant
leaf.
Format
NEXT [parameter]
1 – Parameters
SUBTREE
Applies NEXT to subtrees instead of to the list within the
subtree. The NEXT SUBTREE command places the pointer at the first
leaf within the next subtree.
2 – Description
The NEXT command is one of a series of directional commands that
allows you to traverse a program's structure. The initial NEXT
command displays the first traverse subtree, and positions an
arrow to point to the bucket with the most data points. The
corresponding source lines for that portion of the program are
displayed alongside the plot. Subsequent NEXT commands move the
arrow to the bucket with the next most data points (the next
leaf), and so on. Other traverse commands are FIRST, BACK, and
CURRENT.