The Postprocessor ctcpost

The tool ctcpost can be used for combining and analyzing symbol and data files.

Combining symbol files

ctcpost symbol-files -a target-symbol-file

Combining data files

ctcpost data-files -a target-data-file

Getting the content of symbol/data files

ctcpost {-l | -L} symbol-files | data-files

Symbol or data files are seperated with blank space in the lists mentioned above.

Options of ctcpost

-h, -H [search-term]
Option -h gives a short help of the available options. Option -H opens the tool page of ctcpost in Testwell CTC++ Help. When followed by a search term, the search function of Testwell CTC++ Help is opened with this term instead.
-a
Specifies target file when combining symbol or data files.
-l, -L
Show an overview for all source files contained in symbol / data files. -L provides additional information about numbers of counters.
-f source-file-list
Restricts the output to the given source files. The source files are separated with semicolon, and the list shall be included in double quotes.
-nf source-file-list
Excludes the given source files from the output. The source files are separated with semicolon, and the list shall be included in double quotes.