summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-03-27 20:05:46 -0400
committerMac Mollison <mollison@cs.unc.edu>2010-03-27 20:05:46 -0400
commit3e1dbad43a97a8768d1daacf7f269762399c2423 (patch)
tree5fa6efea0085c143d6e001f47f7acfe0297daa20
parenteb7b8cdf0517bc3bebb8d782feffab6643366617 (diff)
Note the sample_traces directory in the doc page
-rw-r--r--doc/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.txt b/doc/index.txt
index 69aa971..cc9c766 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -41,7 +41,8 @@ For a quick usage reference (including a list of modules), type `unit-trace` on
41### Example Use Case ### 41### Example Use Case ###
42Let's assume you're in a directory with a bunch of trace files with 42Let's assume you're in a directory with a bunch of trace files with
43the extension `.bin`. 43the extension `.bin`.
44(Each trace file is assumed to be the trace of a single CPU, and all trace files in the directory are from the same experimental run.) 44Each trace file is assumed to be the trace of a single CPU, and all trace files in the directory are from the same experimental run.
45(The sample_traces directory, included with Unit Trace, will work for this example.)
45 46
46Suppose you want to get a list of the 10 longest priority inversions in a LITMUS<sup>RT</sup>trace. 47Suppose you want to get a list of the 10 longest priority inversions in a LITMUS<sup>RT</sup>trace.
47Use the following command:<br> 48Use the following command:<br>