mirror of
https://gitee.com/openharmony/developtools_integration_verification
synced 2024-11-23 16:19:50 +00:00
update tools/rom_ram_analyzer/lite_small/src/rom_analysis.py.
Signed-off-by: flying <pengmengjie1@huawei.com>
This commit is contained in:
parent
32ed3da925
commit
e31ddc0ac9
@ -251,7 +251,8 @@ class RomAnalysisTool:
|
||||
component_end_row = 0
|
||||
component_col = 1
|
||||
baseline_col = 2
|
||||
del tmp_dict["size"]
|
||||
if "size" in tmp_dict.keys():
|
||||
del tmp_dict["size"]
|
||||
for subsystem_name in tmp_dict.keys():
|
||||
subsystem_dict = tmp_dict.get(subsystem_name)
|
||||
subsystem_size = subsystem_dict.get("size")
|
||||
|
Loading…
Reference in New Issue
Block a user