previous up next
Go backward to VisualizeD: Create a Visualization Window
Go up to 3.6 Visualization
Go forward to LabelD: Create a Label
RISC-Linz logo

TraceD: Create a Trace File

TraceD[filename]

This call creates a trace file into which the relevant events are logged. The call must be issued before InitializeD is executed.

In[2]:=TraceD["tracefile"]

From the filename file, some graphics can be generated after TerminateD is executed, by using a call from the command line:

pinwheel:29> java visual.Main tracefile initialize terminate
             100 100
processing tracefile...
creating tracefile-machines.fig...
creating tracefile-util.fig...
creating tracefile-tasks.fig...
done.

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

previous up next