From abcd73adcf326b59d17c43ba902e3800ebcac681 Mon Sep 17 00:00:00 2001 From: Mac Mollison Date: Sat, 3 Apr 2010 23:34:38 -0400 Subject: Update to doc - Gotchas section (including a note on time units) - Bugs section --- doc/index.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/index.txt b/doc/index.txt index 135e734..dbb37b7 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -99,7 +99,7 @@ Some submodules have further documentation, appearing later in this document. - +
NameFlagOptionsDescription
stdout_printer-o(None)Prints records to standard out. You should probably redirect the output to a file when you use this.
visualizer-v(None)Visualizes records. You should probably use filters in conjunction with this submodule. Otherwise, it'll take forever to render, and do you _really_ want to visualize the _entire_ trace, anyway?
visualizer-v(None)Visualizes records. You should probably use filters in conjunction with this submodule. Otherwise, it'll take forever to render, and do you really want to visualize the entire trace, anyway?
gedf_inversion_stat_printer-inumber nOutputs statistics about G-EDF inversions, and the n longest inversions. (You can specify n as 0 if you want.)
### Miscellaneous Submodules ### @@ -114,6 +114,25 @@ Here, documentation is provided for submodules for which relevant information is (So far, it hasn't been necessary to add anything here, but once questions arise, it will become clear which submodules need to be documented more fully.) +## Gotchas ## + +Here, documentation is provided for potentially confusing topics that are not documented elsewhere. + +### A Note on Time ### + +In general, Unit-Trace is agnostic about the units of time used in the trace files. +This is not expected to change in the future. +The exception is output modules. +Currently, some output modules assume time is in nanoseconds; they convert it into milliseconds and print the 'ms' unit indicator, where convenient. +This behavior may have to be modified in the future if non-nanosecond trace files are used. + +## Known Bugs ## + +Here, documentation of known bugs is provided. + +(No known bugs right now --- but we are CERTAIN that there are some hiding...) + + ## Development ## Please send patches to [Mac Mollison][mac] or, if you are in the `litmus` group at UNC, just work with the git repo directly. -- cgit v1.2.2