Project

General

Profile

Command Line Options » History » Version 5

Sergey Smolov, 05/12/2017 11:21 AM

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 4 Sergey Smolov
usage: traceutils [-h] [-w [W_SIZE]] FILE [FILE ...]
6
7
positional arguments:
8
  FILE                  Path to trace file
9
10
optional arguments:
11
  -h, --help            show this help message and exit
12
  -w [W_SIZE], --window [W_SIZE]
13
                        Matching window size in ticks (default: 1)
14 1 Sergey Smolov
</pre>
15 5 Sergey Smolov
16
The detailed description of command line options is shown below:
17
18
table=.
19
{font-style:italic; font-weight:bold; background:#ddd}. |<. Full name | Short name |<. Description |
20
|<. @--help@ | @-h@ |<. Shows help message |
21
|<. @FILE@ | @FILE@ |<. Path to the trace file |
22
|<. @--window-size@ | @-w@ |<. The size of matching window, i.e the size of interval (in ticks) for records matching. |