custom-config
custom-config
Specify a custom TOML configuration
file with additional modeling 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.
- 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 custommyConfig.tomlfile.
$ 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