Command Line Options » History » Version 9
Sergey Smolov, 05/12/2017 02:22 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 | 9 | Sergey Smolov | usage: traceutils [-h] [-w [W_SIZE]] [-fds] [-sr] FILE [FILE ...] |
6 | 4 | Sergey Smolov | |
7 | positional arguments: |
||
8 | FILE Path to trace file |
||
9 | |||
10 | 6 | Sergey Smolov | optional arguments: |
11 | -h, --help show this help message and exit |
||
12 | -w [W_SIZE], --window-size [W_SIZE] |
||
13 | 1 | Sergey Smolov | Matching window size in ticks (default: 1) |
14 | 6 | Sergey Smolov | -fds, --first-dif-stop |
15 | 8 | Sergey Smolov | Stop the tool when the first difference is detected (default: disabled) |
16 | 9 | Sergey Smolov | -sr, --skip-rest Skips matching for the rest of the longest trace (default: disabled) |
17 | 1 | Sergey Smolov | </pre> |
18 | 5 | Sergey Smolov | |
19 | The detailed description of command line options is shown below: |
||
20 | |||
21 | table=. |
||
22 | 7 | Sergey Smolov | {font-style:italic; font-weight:bold; background:#ddd}. |<. Full name | Short name |<. Description | Default value| |
23 | 1 | Sergey Smolov | |<. @--help@ | @-h@ |<. Shows help message |-| |
24 | 7 | Sergey Smolov | |<. @FILE@ | @FILE@ |<. Path to the trace file|-| |
25 | |<. @--window-size@ | @-w@ |<. The size of matching window, i.e the size of interval (in ticks) for records matching. | 1 | |
||
26 | |<. @--first-dif-stop@ | @-fds@ |<. Stop the tool''s matching process when the first proven difference has been detected. | disabled | |
||
27 | 9 | Sergey Smolov | |<. @--skip-rest@ | @-sr@ |<. Skips the matching\printing process for the rest of the longest trace. | disabled | |