Intel® DPC++ Compatibility Tool Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Report Generation Options
The following table lists command line options to control report generation during migration.
Option |
Description |
---|---|
--report-file-prefix=<prefix> |
Specify the prefix for the migration report file names. The full file name will have a suffix derived from the report-type, and an extension derived from the report-format. For example: <prefix>.apis.csv or <prefix>.stats.log. If this option is not specified, the report goes to stdout. The report files are created in the directory, specified by -out-root. |
--report-format=<value> |
Specify the format of the reports:
|
--report-only |
Generate migration reports only. No SYCL code will be generated. Default: off. |
--report-type=<value> |
Specifies the type of migration report. Values are:
|
--analysis-mode |
Only generate a report for porting effort. Default: off. |
--analysis-mode-output-file |
Specifies the file where the analysis mode report is saved. Default: Output to stdout. |