summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bressler <garybressler@nc.rr.com>2010-04-30 20:18:48 -0400
committerGary Bressler <garybressler@nc.rr.com>2010-04-30 20:18:48 -0400
commit5c9501fe0966a4de624559f850575c8e8bf3c328 (patch)
tree054632b26ebda8a62626c71ec0d3c7e40ed2ff79
parent9f9bb86ed919bcb6be32b6818ca232f071fe90f3 (diff)
Minor doc update.
-rw-r--r--doc/index.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.txt b/doc/index.txt
index 2e80281..7c1942e 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -228,6 +228,12 @@ assigned to the relevant CPU or task. Alteratively, select one of the task or CP
228in the upper-left portion of the graph. Then navigate to `Edit->Colors` and use the color chooser 228in the upper-left portion of the graph. Then navigate to `Edit->Colors` and use the color chooser
229to pick the desired color. 229to pick the desired color.
230 230
231#### Saving ####
232
233So far, the only method of saving a trace graph is to output the graph to a PNG or SVG file.
234Choose `File->Save Graph to File` for this option. Note that saving to SVG (vector graphics)
235can take quite a long time, because a graph can be composed of a large number of primitives.
236
231#### Exiting #### 237#### Exiting ####
232 238
233To exit the Unit-Trace visualizer, go to `File->Quit` or click the close button. 239To exit the Unit-Trace visualizer, go to `File->Quit` or click the close button.
@@ -245,7 +251,7 @@ Currently, some output modules assume time is in nanoseconds; they convert it in
245This behavior may have to be modified in the future if non-nanosecond trace files are used. 251This behavior may have to be modified in the future if non-nanosecond trace files are used.
246 252
247However, when specifying time intervals in certain situations for output modules, 253However, when specifying time intervals in certain situations for output modules,
248you can specify the units, the default being milliseconds (see the information for the `-v` option). 254you can specify the units, the default being milliseconds (see the information for the `-t` option).
249 255
250## Known Bugs ## 256## Known Bugs ##
251 257