Intel® Advisor User Guide

ID 766448
Date 12/16/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

Generate a report from data collected during a previous analysis.

GUI Equivalent

File > Open > Results

File > Recent Results

Syntax

--report=<string> [--action-options] [--global-options] [[--] target [target options]]

-R=<string> [--action-options] [--global-options] [[--] target [target options]]

Arguments

<string> is the list of available reports:

Argument

Description

annotations

Report the annotations in the source code.

all

Generate a combined HTML report for Offload Modeling and GPU Roofline Insights perspectives.

custom

Generate a custom report.

dependencies

Report results of a Dependencies analysis.

joined

Combine results for several analyses into a single report.

map

Report results of a Memory Access Patterns analysis.

projection

Report results for Offload Modeling.

roofline

Report results of a Roofline analysis.

roofs

Report roof values.

suitability

Report results of a Suitability analysis.

summary

Report the analysis summary.

survey

Report results of a Survey analysis.

threads

Report on threads.

top-down

Report results of a Survey analysis in top-down view.

tripcounts

Add trip counts data to a Survey report.

Default

No default argument

Usage

Suitability reports are the most configurable.

Generate a report from data collected during a previous analysis.

Example

Generate a Suitability report.

advisor --report=suitability --search-dir src:r=./src --format=text --report-output=./out/suitability.txt --project-dir=./advi_results

Generate a Dependencies report for data collected on rank 3 of MPI cluster:

advisor --report=dependencies --mpi-rank=3 --search-dir src:r=./src  --project-dir=./advi_results

See Also