Go backward to VisualizeD: Create a Visualization Window Go up to 3.6 Visualization Go forward to LabelD: Create a Label |
![]() |
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.