.\" Manual page for tracepp version 201409.0 (Release). .\" .\" Generated from tracepp --generate-man-page. .\" .TH TRACEPP "1" "September 2017" "tracepp mCRL2 toolset 201409.0 (Release)" "User Commands" .SH NAME tracepp \- convert and pretty print traces .SH SYNOPSIS .B tracepp [\fIOPTION\fR]... [\fIINFILE\fR [\fIOUTFILE\fR]] .SH 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). .SH OPTIONS .TP \fIOPTION\fR can be any of the following: .TP \fB-f\fR\fIFORMAT\fR, \fB--format\fR=\fIFORMAT\fR print the trace in the specified FORMAT: \&'plain\&' plain text (default) \&'states\&' plain text with state vectors \&'mcrl2\&' the mCRL2 format \&'aut\&' the Aldebaran format \&'dot\&' the GraphViz format .TP \fB--timings\fR[=\fIFILE\fR] append timing measurements to FILE\&. Measurements are written to standard error if no FILE is provided .TP Standard options: .TP \fB-q\fR, \fB--quiet\fR do not display warning messages .TP \fB-v\fR, \fB--verbose\fR display short intermediate messages .TP \fB-d\fR, \fB--debug\fR display detailed intermediate messages .TP \fB--log-level\fR=\fILEVEL\fR display intermediate messages up to and including level .TP \fB-h\fR, \fB--help\fR display help information .TP \fB--version\fR display version information .SH AUTHOR Written by Muck van Weerdenburg. .SH "REPORTING BUGS" Report bugs at . .SH COPYRIGHT Copyright \(co 2014 Technische Universiteit Eindhoven. .br This is free software. You may redistribute copies of it under the terms of the Boost Software License . There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" See also the manual at .