Home
last modified time | relevance | path

Searched refs:baseline (Results 1 - 6 of 6) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py207 baseline, file_name, size):
210 baseline, file_name, size]
219 header = ["subsystem_name", "component_name", "baseline",
245 baseline = component_dict.get("baseline")
249 del component_dict["baseline"]
254 baseline, file_name, size)
260 baseline)
269 baseline: bool):
292 if baseline
[all...]
H A Dram_analyzer.py242 component_info["baseline"] = baseline_dict[subsystem_name][component_name].get(
508 "subsystem_name", "component_name", f"component_size(ram{header_unit})", "baseline", "process_name",
535 component_baseline = component_info.get("baseline")
538 if "baseline" in component_info.keys():
539 del component_info["baseline"]
622 help="baseline file of rom and ram generated by rom analysis.")
644 baseline = args.baseline_file
649 baseline_file=baseline, unit_adapt=unit_adaptiv
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dconfig.py50 parser.add_argument("-b", "--baseline", action="store_true",
51 help="add baseline of component to the result(-b) or not.")
72 baseline = _args.baseline variable
H A Drom_analysis.py42 project_path, sub_com_dict, product_name, recollect_gn, baseline, unit_adapt, output_file namespace
87 cls._save_as_xls(rom_size_dict, product_info, baseline)
207 and (not rom_size_dict.get(sub).get(com).get("baseline")) and baseline:
208 rom_size_dict[sub][com]["baseline"] = com_size_baseline
289 header = ["subsystem_name", "component_name", "baseline", "output_file", "size(Byte)"]
312 component_baseline = component_dict.get("baseline")
314 del component_dict["baseline"]
406 sub).get(com).get("baseline")
/developtools/hdc/scripts/
H A Dhdc_normal_test.py350 baseline = 2200 # 2200KB
351 assert check_rom(baseline)
H A Ddev_hdc_test.py970 # 150ms is baseline timecost for hdc shell xxx cmd, 20% can be upper maybe system status
974 def check_rom(baseline):
984 if baseline is None:
985 baseline = 2200
986 # 2200KB is the baseline of hdcd and libhdc.dylib.so size all together
1008 if all_size > baseline:
1009 print(f"rom size is {all_size}, overlimit baseline {baseline}")
1012 print(f"rom size is {all_size}, underlimit baseline {baseline}")
[all...]

Completed in 6 milliseconds