previous up next
Go up to 3.5 Visualization
Go forward to dist[trace]: Create a Trace File
RISC-Linz logo

dist[visualize]: Create Visualization Window


dist[visualize](width, height, updates, range)

This call creates a window of dimension width×height that displays at most range seconds of program execution with samples of the execution status taken every updates seconds. In the upper half of the window, a horizontal bar denotes those times when a machine is active executing a task; in the lower half of the window, the number of machines active at a time is displayed.

The command may be called multiple times with different parameters yielding windows that may be individually resized and closed. For closing a window, use the "Close" button in the window frame. Do not use the "Exit" button; because this terminates the scheduler and yields an undefined Maple state.


> dist[initialize]([[deneb,ultrasparc], [flytrap, r5000]]):
> dist[visualize](600, 300, 1, 120);
                                     okay


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next