Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

csv-delimiter

Set the delimiter for a report in CSV format.

Syntax

--csv-delimiter=<string>

Arguments

<string> is one of the following: comma | semicolon | tab

Default

comma

Actions Modified

report=[report type] --format=csv

Example

Generate a Dependencies report. Output in CSV format with tab delimiters.

advisor --report=dependencies --format=csv --csv-delimiter=tab --report-output=./out/advisor-Dependencies.csv --project-dir=./advi_results

See Also