tracepp

The tool tracepp pretty prints the content of a trace file in various human readable output formats. A proviso is that the requested information, especially information about state vectors, must be present in the trace. If no explicit input trace file is given, input is read from stdin.

orphan:


Usage

tracepp   [OPTION]... [INFILE [OUTFILE]]

Description

Convert the trace in INFILE and save it in another format to OUTFILE. If OUTFILEis not present, stdout is used. If INFILE is not present, stdin is used.

Input should be either in plain format, which means a text file with one action on each line, or the mCRL2 trace format (as generated by lps2lts, for example).

Command line options

-fFORMAT , --format=FORMAT

print the trace in the specified FORMAT:

plain

plain text

states

plain text with state vectors

mcrl2

the mCRL2 format

aut

the Aldebaran format

dot

the GraphViz format

--timings[=FILE]

append timing measurements to FILE. Measurements are written to standard error if no FILE is provided

Standard options

-q , --quiet

do not display warning messages

-v , --verbose

display short log messages

-d , --debug

display detailed log messages

--log-level=LEVEL

display log messages up to and including level; either warn, verbose, debug or trace

-h , --help

display help information

--version

display version information

--help-all

display help information, including hidden and experimental options

Author

Muck van Weerdenburg