Intel® Advisor Help

custom-config

Specify the ablosute path or name for a custom TOML configuration file with additional modeling parameters.

GUI Equivalent

Project Properties > Analysis Target > Performance Modeling > Other parameters

Syntax

--custom-config=<path>

Arguments

<path> is is the path/name of a custom TOML configuration file.

Actions Modified

collect=projection

Usage

If you specify the configuration file name, the configuration directory will be searched first, then the current directory. See Advanced Modeling Configuration for details about modeling parameters available.

Example

  1. Create a TOML configuration file and specify additional parameters.

  2. Run Survey Analysis.

  3. Run Trip Counts and FLOP analyses of the Characterization stage.

  4. Model your application performance on a target device with the custom myConfig.toml file.

$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi -- myApplication
$ advisor --collect=projection --custom-config=./myConfig.toml --project-dir=./advi

See Also