Intel® Advisor User Guide

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

sort-asc

Sort data in ascending order (by specified column name) in a report.

GUI Equivalent

Sort Survey by column

Syntax

--sort-asc=<string>

Arguments

<string> is column name.

Actions Modified

report

Usage

Data in string format is sorted lexicographically.

Example

Generate a Survey report. Sort data in ascending order by Total Time.

advisor --report=survey --sort-asc=”Total Time” --project-dir=./advi_results

See Also