mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5ee663d592
This adds CSV support to idf_size.py and idf.py size actions and using the --format argument which accepts 'text', 'json' or 'csv' as input. idf_size.py --json argument is deprecated but left to avoid a breaking change. For idf.py size actions OUTPUT_JSON environment variable set at configuration time is overriden at target build time if --format is used. Additionally, this commit refactors big parts of code, unified usage of json_dict and manually generated dictionaries for textual output and improves code quality in many parts.
375 B
375 B
1 | Total sizes:,,, |
---|---|
2 | Used static DRAM,17620 bytes (163116 remain 9.7% used),,, |
3 | .data size,9324 bytes,,, |
4 | .bss size,8296 bytes,,, |
5 | Used static IRAM,38932 bytes (92140 remain 29.7% used),,, |
6 | .text size,37908 bytes,,, |
7 | .vectors size,1024 bytes,,, |
8 | Used Flash size ,186524 bytes,,, |
9 | .text,146944 bytes,,, |
10 | .rodata,39580 bytes,,, |
11 | Total image size,234780 bytes (.bin may be padded larger),,, |