Project

General

Profile

Command Line Options » History » Version 8

Sergey Smolov, 05/12/2017 02:00 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 8 Sergey Smolov
  -fds, --first-dif-stop
18
                        Stop the tool when the first difference is detected (default: disabled)
19 1 Sergey Smolov
</pre>
20 5 Sergey Smolov
21
The detailed description of command line options is shown below:
22
23
table=.
24 7 Sergey Smolov
{font-style:italic; font-weight:bold; background:#ddd}. |<. Full name | Short name |<. Description | Default value|
25
|<. @--help@ | @-h@ |<. Shows help message |-|
26
|<. @FILE@ | @FILE@ |<. Path to the trace file|-|
27
|<. @--window-size@ | @-w@ |<. The size of matching window, i.e the size of interval (in ticks) for records matching. | 1 |
28 8 Sergey Smolov
|<. @--first-dif-stop@ | @-fds@ |<. Stop the tool''s matching process when the first proven difference has been detected. | disabled |