Intel® Inspector User Guide for Windows* OS

ID 767798
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

report-all

Create a detailed report particularly useful for regression testing purposes.

Syntax

-report-all

-r-a

Default

Off

Actions Modified

report

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.

TIP:

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