conversion characters
When you specify filenames for options such as -log-file, -counts-file, and -view-file-format, you can include conversion characters that expand to the program name or to the process id (pid)
Character |
Converts to: |
%V |
Full pathname of the program ("/" replaced by "_") |
%v |
Program name |
%p |
Process id (pid) |
%n |
Sequence number,
starting at 0. This value is incremented as each
dataset is saved. |
If the filename is unqualified (does not contain "/"), PureCoverage writes it to the directory where the program resides. Qualified filenames can be absolute or relative to the current working directory. For example, if you specify the option
-log-file=./%v.plog
PureCoverage writes the log file to the current working directory. If the program is called test, the log file is called ./test.plog.