Intel® Advisor Help
Specify the ablosute path or name for a custom TOML configuration file with additional modeling parameters.
Project Properties > Analysis Target > Performance Modeling > Other parameters
--custom-config=<path> |
<path> is is the path/name of a custom TOML configuration file.
collect=projection
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.
Create a TOML configuration file and specify additional parameters.
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
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