Scroll to navigation
OTFSHRINK(1) |
User Commands |
OTFSHRINK(1) |
NAME¶
otfshrink - otfshrink
DESCRIPTION¶
- otfshrink
- - creates a new otf file that only includes
- specified processes
- options:
- -h, --help
- show this help message
- -V
- show OTF version
- -i <file>
- specify the input trace file
- -o <file>
- specify the output file
- -l "<list>"
- a space-separated list of processes in quotes to enable,
i.e. keep in the copy, e.g. '-l "1 2 3 4 8 5"'
- -v
- invert setting from '-l', i.e. deactivate/exclude listed
processes
- -m "<list>"
- map all listed processes to one representative and remove
all remaining ones must not be mixed with '-l' and '-v'
- -f <file>
- read multiple '-m' lists from the given file one list/group
per line, empty lines allowed
- -s <mode>
- simulation mode: display all selected processes, no files
are created, display modes: (l)ist, (r)ange or (t)able defaut: range
- Multiple instances of '-l', '-m', and '-f' may be used