Visible to Intel only — GUID: GUID-99F26304-5AB8-49CB-9170-68A8C9D6FF8C
Visible to Intel only — GUID: GUID-99F26304-5AB8-49CB-9170-68A8C9D6FF8C
report-all
Create a detailed report particularly useful for regression testing purposes.
Syntax
-report-all -r-a |
Default
Off
Actions Modified
Description
Use the report-all action-option to create a detailed report that helps you thoroughly investigate a result. If you output the report in TXT or CSV format, it contains code snippets and call stacks. If you output the report in XML format, it also contains additional information normally available only when using the GUI.
Parse XML output to programmatically analyze it for regression testing purposes.
Example
Generate a detailed report of all detected problems in the specified result r001ti and display it to stdout.
$ inspxe-cl -report problems -report-all -result-dir r001ti
Generate a detailed problems report for the most recent result and save it as myThreadingproblems.xml in the current working directory.
$ inspxe-cl -R problems -report-all -report-output myThreadingproblems -format xml