Viewing and navigating Stream graphs
When a
StreamIt program is launched in debug mode, the associated Stream graphs can be
examined and explored when the program is suspended at a breakpoint or
watchpoint.
Before viewing
or navigating the Stream graph of a program, you should:
The Stream Graph view and Overview of Stream
Graph view display the stream graph of the program at that point in the source
code. In both views, the currently
executing stream element (e.g. filter, pipeline, splitjoin, or feedbackloop) is
highlighted in blue. If the stream
element to be highlighted is not visible before the highlighting occurred, the graph would be
expanded to show the stream element and the views scrolled to make the element
visible.
In response to selections in the Debug and Variable views,
the corresponding stream element in the Stream graph will be highlighted, and
vice versa. This is just one way in
which a Stream graph can be navigated.
General debugging support and Eclipse
integration
Stream graph display and navigation
Identifying stream elements and channels
Expanding and collapsing stream elements
Viewing information within stream elements