Searched refs:profile_path (Results 1 – 1 of 1) sorted by relevance
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | ram_analyzer.py | 227 def __parse_process_cfg(cls, cfg_path: str, profile_path: str, result_dict: dict): 244 profile_path, xml_base_name), result_dict) 252 def get_process_so_relationship(cls, cfg_path: str, profile_path: str) -> typing.Dict[ 265 cls.__parse_process_cfg(cfg, profile_path, process_elf_dict) 595 profile_path = abspath(args.json_path) variable 602 RamAnalyzer.analysis(cfg_path, profile_path, rom_result,
|