Project

General

Profile

Command Line Options » History » Version 6

Sergey Smolov, 05/12/2017 12:45 PM

1 1 Sergey Smolov
h1. Command Line Options
2
3 3 Sergey Smolov
The _Trace Matcher_ command line looks as follows:
4 1 Sergey Smolov
<pre>
5 6 Sergey Smolov
usage: traceutils [-h] [-w [W_SIZE]] [-cfd] FILE [FILE ...]
6 4 Sergey Smolov
7
positional arguments:
8
  FILE                  Path to trace file
9
10 1 Sergey Smolov
optional arguments:
11 6 Sergey Smolov
12 1 Sergey Smolov
  -h, --help            show this help message and exit
13 6 Sergey Smolov
14
  -w [W_SIZE], --window-size [W_SIZE]
15 1 Sergey Smolov
                        Matching window size in ticks (default: 1)
16 6 Sergey Smolov
17
  -cfd, --cease-first-difference
18
                        Cease when the first difference is detected
19 1 Sergey Smolov
</pre>
20 5 Sergey Smolov
21
The detailed description of command line options is shown below:
22
23
table=.
24
{font-style:italic; font-weight:bold; background:#ddd}. |<. Full name | Short name |<. Description |
25
|<. @--help@ | @-h@ |<. Shows help message |
26 1 Sergey Smolov
|<. @FILE@ | @FILE@ |<. Path to the trace file |
27 5 Sergey Smolov
|<. @--window-size@ | @-w@ |<. The size of matching window, i.e the size of interval (in ticks) for records matching. |
28 6 Sergey Smolov
|<. @--cease-first-difference@ | @-cfd@ |<. Cease the tool''s matching process when the first proven difference has been detected. |