Command Line Options » History » Revision 5
Revision 4 (Sergey Smolov, 05/12/2017 11:10 AM) → Revision 5/17 (Sergey Smolov, 05/12/2017 11:21 AM)
h1. Command Line Options The _Trace Matcher_ command line looks as follows: <pre> usage: traceutils [-h] [-w [W_SIZE]] FILE [FILE ...] positional arguments: FILE Path to trace file optional arguments: -h, --help show this help message and exit -w [W_SIZE], --window [W_SIZE] Matching window size in ticks (default: 1) </pre> The detailed description of command line options is shown below: table=. {font-style:italic; font-weight:bold; background:#ddd}. |<. Full name | Short name |<. Description | |<. @--help@ | @-h@ |<. Shows help message | |<. @FILE@ | @FILE@ |<. Path to the trace file | |<. @--window-size@ | @-w@ |<. The size of matching window, i.e the size of interval (in ticks) for records matching. |