previous up next
Go up to 3.6 Visualization
Go forward to TraceD: Create a Trace File
RISC-Linz logo

VisualizeD: Create a Visualization Window

VisualizeD[width, height, updates, range]

This call creates a visualization window of size width×height, that displays the last range seconds of the program execution, with samples taken each updates seconds. In this window, it is shown for each machine whether it executes a task or not, and the number of active machines at each moment.

The command may be called more than once with different parameters yielding windows that may be individually resized and closed. For closing a window, use the "Close" button in the window frame. Using the "Exit" button will cause the termination of the scheduler.

In[6]:=VisualizeD[600, 300, 2, 120]
Out[6]=okay

Maintained by: Cleo Pau
Last Modification: July 5, 2000

previous up next