Installation Configuration File
After the Profiling tool is installed to the installation directory (for example, /usr/local/Ascend/toolkit/tools/profiler/profiler_tool), an install.conf file will be generated in this directory to record the profile data path.
The key parameters are configured as follows:
PROF_JOB_PATH=/usr/local/Ascend/toolkit/tools/profiler/profiler_data/job PROF_JSON_DIR=/usr/local/Ascend/toolkit/tools/profiler/profiler_data/json PROF_RESULT_DIR=/usr/local/Ascend/toolkit/tools/profiler/profiler_data/result_dir PROF_SQL_DIR=/usr/local/Ascend/toolkit/tools/profiler/profiler_data/sql MSVP_INSTALL_PATH=/usr/local/Ascend/toolkit/tools/profiler/profiler_tool IDE_DAEMON_PATH=/usr/local/Ascend/toolkit/tools/ide_daemon/bin INSTALL_ROOT_PATH=/usr/local/Ascend/toolkit/tools/profiler
The preceding parameters are described as follows:
- PROF_JOB_PATH: path of the file for recording the training job IDs
- PROF_JSON_DIR: path of the exported .json file of the training jobs
- PROF_RESULT_DIR: path for storing the original profiling result
- PROF_SQL_DIR: path for storing the generated SQL data after analysis
- MSVP_INSTALL_PATH: Profiling installation path
- IDE_DAEMON_PATH: ADC installation path
- INSTALL_ROOT_PATH: Profiling installation root path
Restart the Profiling tool after modifying the configuration options in the configuration file. For details, see Profiling Command Reference.