Command Line Options » History » Revision 12
Revision 11 (Sergey Smolov, 09/15/2017 05:34 PM) → Revision 12/17 (Sergey Smolov, 01/20/2020 10:59 AM)
h1. Command Line Options The _Trace Matcher_ command line looks as follows: <pre> usage: traceutils [-h] [-w [W_SIZE]] [-fds] [-sr] [-d] [-se] FILE [FILE ...] positional arguments: FILE Path to trace file optional arguments: -h, --help show this help message and exit -w [W_SIZE], --window-size [W_SIZE] Matching window size in ticks (default: 1) -fds, --first-dif-stop Stop the tool when the first difference is detected (default: disabled) -sr, --skip-rest Skips matching for the rest of the longest trace (default: disabled) -d, --debug Enables printing for debug messages (default: disabled) -se, --skip-equal Skips subsequent records if they differ in time field only (default: disabled) </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 | Default value| |<. @--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 matching. | 1 | |<. @--first-dif-stop@ | @-fds@ |<. Stop the tool's tool''s matching process when the first proven difference has been detected detected. | disabled | |<. @--skip-rest@ | @-sr@ |<. Skips the matching\printing process for the rest of the longest trace trace. | disabled | |<. @--debug@ | @-d@ |<. Enables printing for debug messages messages. | disabled | |<. @--skip-equal@ | @-se@ |<. Skips subsequent records if they differ in time field only only. | disabled |