Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zap regen all golden images #24527

Merged
merged 9 commits into from
Jan 21, 2023

Conversation

andy31415
Copy link
Contributor

Make zap_regen_all be able to update golden test images as well.

This allows running a single script on zap changes.

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes zap_regen_all fail for me:

    stamp_file: Optional[str] = None
              Unable to check version using %r. Assuming version is ok. ['node', 'src-script/zap-start.js']
^
SyntaxError: invalid syntax

...

subprocess.CalledProcessError: Command '['./scripts/tools/zap/test_generate.py', '--output', './out/test_goldenm8qxiqlu', '--regenerate']' returned non-zero exit status 1.

I think this line in that script:

#!/usr/bin/env python

should have python3, not python, for this to work.

In general, these scripts can't assume they are running after activate (though people may need to install some things like click and pyyaml to make them work without activate).

scripts/tools/zap_regen_all.py Show resolved Hide resolved
scripts/tools/zap_regen_all.py Outdated Show resolved Hide resolved
@andy31415
Copy link
Contributor Author

This makes zap_regen_all fail for me:

    stamp_file: Optional[str] = None
              Unable to check version using %r. Assuming version is ok. ['node', 'src-script/zap-start.js']
^
SyntaxError: invalid syntax

...

subprocess.CalledProcessError: Command '['./scripts/tools/zap/test_generate.py', '--output', './out/test_goldenm8qxiqlu', '--regenerate']' returned non-zero exit status 1.

I think this line in that script:

#!/usr/bin/env python

should have python3, not python, for this to work.

In general, these scripts can't assume they are running after activate (though people may need to install some things like click and pyyaml to make them work without activate).

Updated the script.
In this particular case though, we seem to generally want activate to get clang-format at least on linux (on mac this may be 3rd party installed ... on linux too, but that seems less stable of an assumption)

@github-actions
Copy link

github-actions bot commented Jan 19, 2023

PR #24527: Size comparison from 99a9b7b to bae5b66

Increases (3 builds for bl702, cc13x2_26x2, qpg)
platform target config section 99a9b7b bae5b66 change % change
bl702 lighting-app bl702 .debug_info 39912045 39912046 1 0.0
.text 954376 954378 2 0.0
cc13x2_26x2 lock-mtd LP_CC2652R7 (read/write) 184708 184716 8 0.0
qpg lighting-app qpg6105+debug (read/write) 1147668 1147676 8 0.0
.text 594768 594776 8 0.0
Decreases (9 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
platform target config section 99a9b7b bae5b66 change % change
bl602 lighting-app bl602+rpc (read/write) 1389018 1389010 -8 -0.0
.text 1052418 1052416 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 44301973 44301972 -1 -0.0
.text 1031528 1031526 -2 -0.0
cc13x2_26x2 lock-mtd LP_CC2652R7 (read only) 659563 659555 -8 -0.0
.text 556640 556632 -8 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26886604 26886602 -2 -0.0
lock cy8ckit_062s2_43012 .debug_info 22580918 22580917 -1 -0.0
telink contact-sensor-app tlsr9518adk80d text 581724 581720 -4 -0.0
lighting-app tlsr9518adk80d text 662048 662046 -2 -0.0
ota-requestor-app tlsr9518adk80d text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d text 597088 597086 -2 -0.0
Full report (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 99a9b7b bae5b66 change % change
bl602 lighting-app bl602 (read/write) 1343586 1343586 0 0.0
.bss 94346 94346 0 0.0
.data 9728 9728 0 0.0
.text 1021488 1021488 0 0.0
bl602+rpc (read/write) 1389018 1389010 -8 -0.0
.bss 102394 102394 0 0.0
.data 10120 10120 0 0.0
.text 1052418 1052416 -2 -0.0
bl702 lighting-app bl702 (read/write) 1198979 1198979 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 70861 70861 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1538909 1538909 0 0.0
.debug_aranges 133880 133880 0 0.0
.debug_frame 490720 490720 0 0.0
.debug_info 39912045 39912046 1 0.0
.debug_line 5252187 5252187 0 0.0
.debug_loc 3413037 3413037 0 0.0
.debug_ranges 372080 372080 0 0.0
.debug_str 3518505 3518505 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115328 115328 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 570083 570083 0 0.0
.symtab 172576 172576 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
954376 954378 2 0.0
bl702+rpc (read/write) 1291783 1291783 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 78909 78909 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1687315 1687315 0 0.0
.debug_aranges 142096 142096 0 0.0
.debug_frame 518384 518384 0 0.0
.debug_info 44301973 44301972 -1 -0.0
.debug_line 5649963 5649963 0 0.0
.debug_loc 3608986 3608986 0 0.0
.debug_ranges 395776 395776 0 0.0
.debug_str 3921639 3921639 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129824 129824 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630557 630557 0 0.0
.symtab 190896 190896 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
1031528 1031526 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675899 675899 0 0.0
(read/write) 175572 175572 0 0.0
.bss 81164 81164 0 0.0
.data 3380 3380 0 0.0
.rodata 86947 86947 0 0.0
.text 588640 588640 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 639523 639523 0 0.0
(read/write) 157900 157900 0 0.0
.bss 80404 80404 0 0.0
.data 3380 3380 0 0.0
.rodata 77035 77035 0 0.0
.text 562164 562164 0 0.0
lock-ftd LP_CC2652R7 (read only) 673615 673615 0 0.0
(read/write) 175392 175392 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597120 597120 0 0.0
lock-mtd LP_CC2652R7 (read only) 659563 659555 -8 -0.0
(read/write) 184708 184716 8 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556640 556632 -8 -0.0
pump-app LP_CC2652R7 (read only) 686519 686519 0 0.0
(read/write) 163216 163216 0 0.0
.bss 78748 78748 0 0.0
.data 3268 3268 0 0.0
.rodata 90055 90055 0 0.0
.text 595984 595984 0 0.0
pump-controller-app LP_CC2652R7 (read only) 671955 671955 0 0.0
(read/write) 177892 177892 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585336 585336 0 0.0
shell LP_CC2652R7 (read only) 667154 667154 0 0.0
(read/write) 186644 186644 0 0.0
.bss 83492 83492 0 0.0
.data 3376 3376 0 0.0
.rodata 83690 83690 0 0.0
.text 583148 583148 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 584786 584786 0 0.0
.app_xip_area 461132 461132 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588518 588518 0 0.0
.app_xip_area 459568 459568 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549486 549486 0 0.0
.app_xip_area 431320 431320 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read/write) 659884 659884 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 561636 561636 0 0.0
light k32w0+release (read/write) 671424 671424 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591812 591812 0 0.0
lock k32w0+release (read/write) 631268 631268 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 550876 550876 0 0.0
linux all-clusters-app debug (read only) 3121393 3121393 0 0.0
(read/write) 153008 153008 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 81688 81688 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 281835 281835 0 0.0
.text 2654690 2654690 0 0.0
all-clusters-minimal-app debug (read only) 2933585 2933585 0 0.0
(read/write) 146416 146416 0 0.0
.bss 61600 61600 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 76104 76104 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280491 280491 0 0.0
.text 2471506 2471506 0 0.0
bridge-app debug (read only) 2497233 2497233 0 0.0
(read/write) 130976 130976 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4608 4608 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112818 2112818 0 0.0
chip-tool debug (read only) 11483729 11483729 0 0.0
(read/write) 646256 646256 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 610288 610288 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 637157 637157 0 0.0
.text 9349316 9349316 0 0.0
chip-tool-ipv6only arm64 (read only) 10877428 10877428 0 0.0
(read/write) 695576 695576 0 0.0
.bss 34168 34168 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 639104 639104 0 0.0
.dynamic 560 560 0 0.0
.got 14104 14104 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 564084 564084 0 0.0
.text 8666260 8666260 0 0.0
lighting-app debug+rpc (read only) 2664809 2664809 0 0.0
(read/write) 130312 130312 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228512 228512 0 0.0
.text 2259458 2259458 0 0.0
lock-app debug (read only) 2623537 2623537 0 0.0
(read/write) 125360 125360 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2206866 2206866 0 0.0
ota-provider-app debug (read only) 2197433 2197433 0 0.0
(read/write) 105104 105104 0 0.0
.bss 46592 46592 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1861426 1861426 0 0.0
ota-requestor-app debug (read only) 2358913 2358913 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202736 202736 0 0.0
.text 2007186 2007186 0 0.0
shell debug (read only) 2653961 2653961 0 0.0
(read/write) 137504 137504 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72568 72568 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240018 240018 0 0.0
.text 2254050 2254050 0 0.0
thermostat-no-ble arm64 (read only) 2479452 2479452 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2069024 2069024 0 0.0
tv-app debug (read only) 3287857 3287857 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269464 269464 0 0.0
.text 2823954 2823954 0 0.0
tv-casting-app debug (read only) 5639409 5639409 0 0.0
(read/write) 160792 160792 0 0.0
.bss 52344 52344 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361369 361369 0 0.0
.text 4999906 4999906 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461952 2461952 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424596 1424596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1163144 1163144 0 0.0
bss 146736 146736 0 0.0
rodata 132632 132632 0 0.0
text 803556 803556 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1364784 1364784 0 0.0
bss 106036 106036 0 0.0
rodata 210116 210116 0 0.0
text 762796 762796 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1108984 1108984 0 0.0
bss 145939 145939 0 0.0
rodata 109912 109912 0 0.0
text 772952 772952 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842032 842032 0 0.0
(read/write) 1747380 1747380 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188648 188648 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1247001 1247001 0 0.0
.debug_aranges 111184 111184 0 0.0
.debug_frame 373384 373384 0 0.0
.debug_info 27325030 27325030 0 0.0
.debug_line 3753075 3753075 0 0.0
.debug_loc 3642680 3642680 0 0.0
.debug_ranges 356400 356400 0 0.0
.debug_str 3470057 3470057 0 0.0
.heap 842032 842032 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 575120 575120 0 0.0
.symtab 423200 423200 0 0.0
.text 1547680 1547680 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842800 842800 0 0.0
(read/write) 1688812 1688812 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187888 187888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2656 0 0.0
.debug_abbrev 1232808 1232808 0 0.0
.debug_aranges 110448 110448 0 0.0
.debug_frame 375828 375828 0 0.0
.debug_info 26886604 26886602 -2 -0.0
.debug_line 3761872 3761872 0 0.0
.debug_loc 3626080 3626080 0 0.0
.debug_ranges 354368 354368 0 0.0
.debug_str 3454863 3454863 0 0.0
.heap 842800 842800 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535500 535500 0 0.0
.symtab 408160 408160 0 0.0
.text 1489880 1489880 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1067806 1067806 0 0.0
.debug_aranges 102736 102736 0 0.0
.debug_frame 346404 346404 0 0.0
.debug_info 22362517 22362517 0 0.0
.debug_line 3328379 3328379 0 0.0
.debug_loc 3327954 3327954 0 0.0
.debug_ranges 318592 318592 0 0.0
.debug_str 3260660 3260660 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473441 473441 0 0.0
.symtab 377392 377392 0 0.0
.text 1418168 1418168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642956 1642956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1069852 1069852 0 0.0
.debug_aranges 103120 103120 0 0.0
.debug_frame 348204 348204 0 0.0
.debug_info 22580918 22580917 -1 -0.0
.debug_line 3329481 3329481 0 0.0
.debug_loc 3349469 3349469 0 0.0
.debug_ranges 320448 320448 0 0.0
.debug_str 3277067 3277067 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 476376 476376 0 0.0
.symtab 379216 379216 0 0.0
.text 1447208 1447208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147668 1147676 8 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 594768 594776 8 0.0
lock-app qpg6105+debug (read/write) 1115020 1115020 0 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562116 562116 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1024760 1024760 0 0.0
bss 98172 98172 0 0.0
text 687934 687934 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963092 963092 0 0.0
bss 97360 97360 0 0.0
text 651224 651224 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867724 867724 0 0.0
bss 89524 89524 0 0.0
text 581724 581720 -4 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884172 884172 0 0.0
bss 89620 89620 0 0.0
text 596324 596324 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962020 962020 0 0.0
bss 97676 97676 0 0.0
text 662048 662046 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898020 898020 0 0.0
bss 90568 90568 0 0.0
text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887404 887404 0 0.0
bss 91008 91008 0 0.0
text 597088 597086 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jan 20, 2023

PR #24527: Size comparison from 8517156 to ba8b370

Increases (9 builds for bl602, cc13x2_26x2, nrfconnect, telink)
platform target config section 8517156 ba8b370 change % change
bl602 lighting-app bl602 .text 1021490 1021492 2 0.0
bl602+rpc .text 1052418 1052422 4 0.0
cc13x2_26x2 lock-mtd LP_CC2652R7 (read only) 659555 659563 8 0.0
.text 556632 556640 8 0.0
shell LP_CC2652R7 (read only) 667162 667170 8 0.0
.text 583156 583164 8 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 772952 772956 4 0.0
telink all-clusters-app tlsr9518adk80d text 687934 687936 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 963412 963420 8 0.0
text 651224 651226 2 0.0
light-switch-app tlsr9518adk80d (read/write) 884492 884500 8 0.0
text 596324 596326 2 0.0
lighting-app tlsr9518adk80d text 662338 662340 2 0.0
Decreases (9 builds for bl702, cc13x2_26x2, cyw30739, psoc6, telink)
platform target config section 8517156 ba8b370 change % change
bl702 lighting-app bl702+rpc .debug_info 44301977 44301976 -1 -0.0
.text 1031530 1031528 -2 -0.0
cc13x2_26x2 lock-mtd LP_CC2652R7 (read/write) 185036 185028 -8 -0.0
shell LP_CC2652R7 (read/write) 186700 186692 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 588838 588830 -8 -0.0
.app_xip_area 459568 459560 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27325038 27325037 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26886611 26886610 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 22362524 22362523 -1 -0.0
telink ota-requestor-app tlsr9518adk80d text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d text 597088 597086 -2 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 8517156 ba8b370 change % change
bl602 lighting-app bl602 (read/write) 1343978 1343978 0 0.0
.bss 94730 94730 0 0.0
.data 9728 9728 0 0.0
.text 1021490 1021492 2 0.0
bl602+rpc (read/write) 1389402 1389402 0 0.0
.bss 102778 102778 0 0.0
.data 10120 10120 0 0.0
.text 1052418 1052422 4 0.0
bl702 lighting-app bl702 (read/write) 1199299 1199299 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 71181 71181 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1538897 1538897 0 0.0
.debug_aranges 133880 133880 0 0.0
.debug_frame 490720 490720 0 0.0
.debug_info 39912048 39912048 0 0.0
.debug_line 5252191 5252191 0 0.0
.debug_loc 3413083 3413083 0 0.0
.debug_ranges 372056 372056 0 0.0
.debug_str 3518658 3518658 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115328 115328 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 570083 570083 0 0.0
.symtab 172576 172576 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
954376 954376 0 0.0
bl702+rpc (read/write) 1292103 1292103 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 79229 79229 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1687303 1687303 0 0.0
.debug_aranges 142096 142096 0 0.0
.debug_frame 518384 518384 0 0.0
.debug_info 44301977 44301976 -1 -0.0
.debug_line 5649967 5649967 0 0.0
.debug_loc 3609032 3609032 0 0.0
.debug_ranges 395752 395752 0 0.0
.debug_str 3921792 3921792 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129824 129824 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630557 630557 0 0.0
.symtab 190896 190896 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
1031530 1031528 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675899 675899 0 0.0
(read/write) 175892 175892 0 0.0
.bss 81484 81484 0 0.0
.data 3380 3380 0 0.0
.rodata 86947 86947 0 0.0
.text 588640 588640 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 639539 639539 0 0.0
(read/write) 158220 158220 0 0.0
.bss 80724 80724 0 0.0
.data 3380 3380 0 0.0
.rodata 77035 77035 0 0.0
.text 562180 562180 0 0.0
lock-ftd LP_CC2652R7 (read only) 673631 673631 0 0.0
(read/write) 175696 175696 0 0.0
.bss 79108 79108 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597136 597136 0 0.0
lock-mtd LP_CC2652R7 (read only) 659555 659563 8 0.0
(read/write) 185036 185028 -8 -0.0
.bss 74372 74372 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556632 556640 8 0.0
pump-app LP_CC2652R7 (read only) 686535 686535 0 0.0
(read/write) 163520 163520 0 0.0
.bss 79068 79068 0 0.0
.data 3268 3268 0 0.0
.rodata 90055 90055 0 0.0
.text 596000 596000 0 0.0
pump-controller-app LP_CC2652R7 (read only) 671955 671955 0 0.0
(read/write) 178212 178212 0 0.0
.bss 79180 79180 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585336 585336 0 0.0
shell LP_CC2652R7 (read only) 667162 667170 8 0.0
(read/write) 186700 186692 -8 -0.0
.bss 83556 83556 0 0.0
.data 3376 3376 0 0.0
.rodata 83690 83690 0 0.0
.text 583156 583164 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585114 585114 0 0.0
.app_xip_area 461140 461140 0 0.0
.bss 66432 66432 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588838 588830 -8 -0.0
.app_xip_area 459568 459560 -8 -0.0
.bss 71720 71720 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549806 549806 0 0.0
.app_xip_area 431320 431320 0 0.0
.bss 60984 60984 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 973160 973160 0 0.0
.bss 147144 147144 0 0.0
.data 2188 2188 0 0.0
.text 823804 823804 0 0.0
BRD4161A+rs911x (read/write) 1036112 1036112 0 0.0
.bss 181632 181632 0 0.0
.data 2032 2032 0 0.0
.text 852428 852428 0 0.0
BRD4187C (read/write) 1150108 1150108 0 0.0
.bss 133644 133644 0 0.0
.data 2536 2536 0 0.0
.text 989332 989332 0 0.0
lock-app BRD4161A+wf200 (read/write) 1064316 1064316 0 0.0
.bss 153152 153152 0 0.0
.data 2040 2040 0 0.0
.text 909104 909104 0 0.0
window-app BRD4187C (read/write) 1142808 1142808 0 0.0
.bss 135060 135060 0 0.0
.data 2560 2560 0 0.0
.text 980592 980592 0 0.0
esp32 all-clusters-app c3devkit (read only) 1220280 1220280 0 0.0
(read/write) 1787050 1787050 0 0.0
.dram0.bss 76144 76144 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245256 245256 0 0.0
.flash.text 1220280 1220280 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1234167 1234167 0 0.0
(read/write) 560299 560299 0 0.0
.dram0.bss 81296 81296 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311060 311060 0 0.0
.flash.text 1228783 1228783 0 0.0
.iram0.text 124803 124803 0 0.0
linux all-clusters-app debug (read only) 3121393 3121393 0 0.0
(read/write) 154032 154032 0 0.0
.bss 63488 63488 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 81688 81688 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 281835 281835 0 0.0
.text 2654690 2654690 0 0.0
all-clusters-minimal-app debug (read only) 2933585 2933585 0 0.0
(read/write) 147440 147440 0 0.0
.bss 62624 62624 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 76104 76104 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280491 280491 0 0.0
.text 2471506 2471506 0 0.0
bridge-app debug (read only) 2497233 2497233 0 0.0
(read/write) 132000 132000 0 0.0
.bss 53536 53536 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4608 4608 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112818 2112818 0 0.0
chip-tool debug (read only) 11496945 11496945 0 0.0
(read/write) 646256 646256 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 610288 610288 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 638309 638309 0 0.0
.text 9361380 9361380 0 0.0
chip-tool-ipv6only arm64 (read only) 10890292 10890292 0 0.0
(read/write) 695576 695576 0 0.0
.bss 34168 34168 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 639104 639104 0 0.0
.dynamic 560 560 0 0.0
.got 14104 14104 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 565076 565076 0 0.0
.text 8678132 8678132 0 0.0
lighting-app debug+rpc (read only) 2664809 2664809 0 0.0
(read/write) 131336 131336 0 0.0
.bss 50976 50976 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228512 228512 0 0.0
.text 2259458 2259458 0 0.0
lock-app debug (read only) 2623537 2623537 0 0.0
(read/write) 126384 126384 0 0.0
.bss 49440 49440 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2206866 2206866 0 0.0
ota-provider-app debug (read only) 2197433 2197433 0 0.0
(read/write) 106128 106128 0 0.0
.bss 47616 47616 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1861426 1861426 0 0.0
ota-requestor-app debug (read only) 2358913 2358913 0 0.0
(read/write) 113824 113824 0 0.0
.bss 50080 50080 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202736 202736 0 0.0
.text 2007186 2007186 0 0.0
shell debug (read only) 2653961 2653961 0 0.0
(read/write) 138528 138528 0 0.0
.bss 58888 58888 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72568 72568 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240018 240018 0 0.0
.text 2254050 2254050 0 0.0
thermostat-no-ble arm64 (read only) 2479452 2479452 0 0.0
(read/write) 144040 144040 0 0.0
.bss 56360 56360 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2069024 2069024 0 0.0
tv-app debug (read only) 3288801 3288801 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269208 269208 0 0.0
.text 2825154 2825154 0 0.0
tv-casting-app debug (read only) 5639473 5639473 0 0.0
(read/write) 161816 161816 0 0.0
.bss 53368 53368 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361433 361433 0 0.0
.text 4999906 4999906 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461952 2461952 0 0.0
.bss 215956 215956 0 0.0
.data 5872 5872 0 0.0
.text 1424596 1424596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1163400 1163400 0 0.0
bss 147056 147056 0 0.0
rodata 132632 132632 0 0.0
text 803560 803560 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1365104 1365104 0 0.0
bss 106356 106356 0 0.0
rodata 210116 210116 0 0.0
text 762800 762800 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1109240 1109240 0 0.0
bss 146259 146259 0 0.0
rodata 109912 109912 0 0.0
text 772952 772956 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841008 841008 0 0.0
(read/write) 1748420 1748420 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189672 189672 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1247001 1247001 0 0.0
.debug_aranges 111184 111184 0 0.0
.debug_frame 373384 373384 0 0.0
.debug_info 27325038 27325037 -1 -0.0
.debug_line 3753149 3753149 0 0.0
.debug_loc 3643560 3643560 0 0.0
.debug_ranges 356352 356352 0 0.0
.debug_str 3470210 3470210 0 0.0
.heap 841008 841008 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 575120 575120 0 0.0
.symtab 423200 423200 0 0.0
.text 1547696 1547696 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841776 841776 0 0.0
(read/write) 1689852 1689852 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188912 188912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2656 0 0.0
.debug_abbrev 1232808 1232808 0 0.0
.debug_aranges 110448 110448 0 0.0
.debug_frame 375828 375828 0 0.0
.debug_info 26886611 26886610 -1 -0.0
.debug_line 3761946 3761946 0 0.0
.debug_loc 3626960 3626960 0 0.0
.debug_ranges 354320 354320 0 0.0
.debug_str 3455016 3455016 0 0.0
.heap 841776 841776 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535500 535500 0 0.0
.symtab 408160 408160 0 0.0
.text 1489896 1489896 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849952 849952 0 0.0
(read/write) 1609948 1609948 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180936 180936 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1067806 1067806 0 0.0
.debug_aranges 102736 102736 0 0.0
.debug_frame 346404 346404 0 0.0
.debug_info 22362524 22362523 -1 -0.0
.debug_line 3328453 3328453 0 0.0
.debug_loc 3328834 3328834 0 0.0
.debug_ranges 318544 318544 0 0.0
.debug_str 3260813 3260813 0 0.0
.heap 849952 849952 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473441 473441 0 0.0
.symtab 377392 377392 0 0.0
.text 1418168 1418168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 844960 844960 0 0.0
(read/write) 1644012 1644012 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185912 185912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1069852 1069852 0 0.0
.debug_aranges 103120 103120 0 0.0
.debug_frame 348204 348204 0 0.0
.debug_info 22580925 22580925 0 0.0
.debug_line 3329555 3329555 0 0.0
.debug_loc 3350349 3350349 0 0.0
.debug_ranges 320400 320400 0 0.0
.debug_str 3277220 3277220 0 0.0
.heap 844960 844960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 476376 476376 0 0.0
.symtab 379216 379216 0 0.0
.text 1447240 1447240 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147676 1147676 0 0.0
.bss 100668 100668 0 0.0
.data 840 840 0 0.0
.text 594776 594776 0 0.0
lock-app qpg6105+debug (read/write) 1115044 1115044 0 0.0
.bss 97188 97188 0 0.0
.data 852 852 0 0.0
.text 562140 562140 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1025080 1025080 0 0.0
bss 98492 98492 0 0.0
text 687934 687936 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963412 963420 8 0.0
bss 97680 97680 0 0.0
text 651224 651226 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868044 868044 0 0.0
bss 89844 89844 0 0.0
text 581722 581722 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884492 884500 8 0.0
bss 89940 89940 0 0.0
text 596324 596326 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962852 962852 0 0.0
bss 97996 97996 0 0.0
text 662338 662340 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898340 898340 0 0.0
bss 90888 90888 0 0.0
text 607444 607442 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887724 887724 0 0.0
bss 91328 91328 0 0.0
text 597088 597086 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jan 20, 2023

PR #24527: Size comparison from 4b0aefe to 0039730

Increases (4 builds for cc13x2_26x2, esp32, telink)
platform target config section 4b0aefe 0039730 change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 186692 186700 8 0.0
esp32 all-clusters-app c3devkit (read only) 1040746 1040748 2 0.0
.flash.text 1040746 1040748 2 0.0
m5stack (read/write) 496803 496807 4 0.0
.flash.rodata 248072 248076 4 0.0
telink thermostat tlsr9518adk80d (read/write) 887716 887724 8 0.0
text 597084 597088 4 0.0
Decreases (12 builds for bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform target config section 4b0aefe 0039730 change % change
bl702 lighting-app bl702 .debug_info 39911933 39911932 -1 -0.0
.text 954378 954376 -2 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 667170 667162 -8 -0.0
.text 583164 583156 -8 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 762800 762796 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27324909 27324908 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26886483 26886481 -2 -0.0
light cy8ckit_062s2_43012 .debug_info 22362396 22362394 -2 -0.0
qpg lock-app qpg6105+debug (read/write) 1115028 1115020 -8 -0.0
.text 562124 562116 -8 -0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 963420 963412 -8 -0.0
text 651226 651224 -2 -0.0
contact-sensor-app tlsr9518adk80d text 581722 581720 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 884500 884492 -8 -0.0
text 596326 596324 -2 -0.0
lighting-app tlsr9518adk80d text 662338 662336 -2 -0.0
ota-requestor-app tlsr9518adk80d text 607422 607420 -2 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4b0aefe 0039730 change % change
bl602 lighting-app bl602 (read/write) 1343978 1343978 0 0.0
.bss 94730 94730 0 0.0
.data 9728 9728 0 0.0
.text 1021490 1021490 0 0.0
bl602+rpc (read/write) 1389146 1389146 0 0.0
.bss 102778 102778 0 0.0
.data 10120 10120 0 0.0
.text 1052166 1052166 0 0.0
bl702 lighting-app bl702 (read/write) 1199299 1199299 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 71181 71181 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1538897 1538897 0 0.0
.debug_aranges 133880 133880 0 0.0
.debug_frame 490720 490720 0 0.0
.debug_info 39911933 39911932 -1 -0.0
.debug_line 5252188 5252188 0 0.0
.debug_loc 3413009 3413009 0 0.0
.debug_ranges 372056 372056 0 0.0
.debug_str 3518605 3518605 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 115328 115328 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 570083 570083 0 0.0
.symtab 172576 172576 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
954378 954376 -2 -0.0
bl702+rpc (read/write) 1292103 1292103 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 79229 79229 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1687303 1687303 0 0.0
.debug_aranges 142096 142096 0 0.0
.debug_frame 518384 518384 0 0.0
.debug_info 44301860 44301860 0 0.0
.debug_line 5649964 5649964 0 0.0
.debug_loc 3608957 3608957 0 0.0
.debug_ranges 395752 395752 0 0.0
.debug_str 3921739 3921739 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129824 129824 0 0.0
.rsvd 2960 2960 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630557 630557 0 0.0
.symtab 190896 190896 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
1031528 1031528 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675899 675899 0 0.0
(read/write) 175892 175892 0 0.0
.bss 81484 81484 0 0.0
.data 3380 3380 0 0.0
.rodata 86947 86947 0 0.0
.text 588640 588640 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 639539 639539 0 0.0
(read/write) 158220 158220 0 0.0
.bss 80724 80724 0 0.0
.data 3380 3380 0 0.0
.rodata 77035 77035 0 0.0
.text 562180 562180 0 0.0
lock-ftd LP_CC2652R7 (read only) 673615 673615 0 0.0
(read/write) 175712 175712 0 0.0
.bss 79108 79108 0 0.0
.data 3304 3304 0 0.0
.rodata 76015 76015 0 0.0
.text 597120 597120 0 0.0
lock-mtd LP_CC2652R7 (read only) 659547 659547 0 0.0
(read/write) 185044 185044 0 0.0
.bss 74372 74372 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556624 556624 0 0.0
pump-app LP_CC2652R7 (read only) 686519 686519 0 0.0
(read/write) 163536 163536 0 0.0
.bss 79068 79068 0 0.0
.data 3268 3268 0 0.0
.rodata 90055 90055 0 0.0
.text 595984 595984 0 0.0
pump-controller-app LP_CC2652R7 (read only) 671955 671955 0 0.0
(read/write) 178212 178212 0 0.0
.bss 79180 79180 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585336 585336 0 0.0
shell LP_CC2652R7 (read only) 667170 667162 -8 -0.0
(read/write) 186692 186700 8 0.0
.bss 83556 83556 0 0.0
.data 3376 3376 0 0.0
.rodata 83690 83690 0 0.0
.text 583164 583156 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585106 585106 0 0.0
.app_xip_area 461132 461132 0 0.0
.bss 66432 66432 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588822 588822 0 0.0
.app_xip_area 459552 459552 0 0.0
.bss 71720 71720 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549798 549798 0 0.0
.app_xip_area 431312 431312 0 0.0
.bss 60984 60984 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 973144 973144 0 0.0
.bss 147144 147144 0 0.0
.data 2188 2188 0 0.0
.text 823788 823788 0 0.0
BRD4161A+rs911x (read/write) 1036096 1036096 0 0.0
.bss 181632 181632 0 0.0
.data 2032 2032 0 0.0
.text 852412 852412 0 0.0
BRD4187C (read/write) 1150092 1150092 0 0.0
.bss 133644 133644 0 0.0
.data 2536 2536 0 0.0
.text 989316 989316 0 0.0
lock-app BRD4161A+wf200 (read/write) 1064316 1064316 0 0.0
.bss 153152 153152 0 0.0
.data 2040 2040 0 0.0
.text 909104 909104 0 0.0
window-app BRD4187C (read/write) 1142792 1142792 0 0.0
.bss 135060 135060 0 0.0
.data 2560 2560 0 0.0
.text 980576 980576 0 0.0
esp32 all-clusters-app c3devkit (read only) 1040746 1040748 2 0.0
(read/write) 1515146 1515146 0 0.0
.dram0.bss 75848 75848 0 0.0
.dram0.data 13784 13784 0 0.0
.flash.rodata 219280 219280 0 0.0
.flash.text 1040746 1040748 2 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1092823 1092823 0 0.0
(read/write) 496803 496807 4 0.0
.dram0.bss 80888 80888 0 0.0
.dram0.data 34072 34072 0 0.0
.flash.rodata 248072 248076 4 0.0
.flash.text 1087439 1087439 0 0.0
.iram0.text 124855 124855 0 0.0
k32w contact k32w0+release (read/write) 660236 660236 0 0.0
.bss 77352 77352 0 0.0
.data 2104 2104 0 0.0
.text 561668 561668 0 0.0
light k32w0+release (read/write) 671760 671760 0 0.0
.bss 75144 75144 0 0.0
.data 2060 2060 0 0.0
.text 591828 591828 0 0.0
lock k32w0+release (read/write) 631620 631620 0 0.0
.bss 75904 75904 0 0.0
.data 2080 2080 0 0.0
.text 550908 550908 0 0.0
linux all-clusters-app debug (read only) 3121393 3121393 0 0.0
(read/write) 154032 154032 0 0.0
.bss 63488 63488 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 81688 81688 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 281835 281835 0 0.0
.text 2654690 2654690 0 0.0
all-clusters-minimal-app debug (read only) 2933585 2933585 0 0.0
(read/write) 147440 147440 0 0.0
.bss 62624 62624 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 76104 76104 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280491 280491 0 0.0
.text 2471506 2471506 0 0.0
bridge-app debug (read only) 2497233 2497233 0 0.0
(read/write) 132000 132000 0 0.0
.bss 53536 53536 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4608 4608 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112818 2112818 0 0.0
chip-tool debug (read only) 11495777 11495777 0 0.0
(read/write) 646096 646096 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 610128 610128 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 638309 638309 0 0.0
.text 9360452 9360452 0 0.0
chip-tool-ipv6only arm64 (read only) 10889028 10889028 0 0.0
(read/write) 695384 695384 0 0.0
.bss 34168 34168 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 638944 638944 0 0.0
.dynamic 560 560 0 0.0
.got 14064 14064 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 565076 565076 0 0.0
.text 8677220 8677220 0 0.0
lighting-app debug+rpc (read only) 2664809 2664809 0 0.0
(read/write) 131336 131336 0 0.0
.bss 50976 50976 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228512 228512 0 0.0
.text 2259458 2259458 0 0.0
lock-app debug (read only) 2623537 2623537 0 0.0
(read/write) 126384 126384 0 0.0
.bss 49440 49440 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2206866 2206866 0 0.0
ota-provider-app debug (read only) 2197433 2197433 0 0.0
(read/write) 106128 106128 0 0.0
.bss 47616 47616 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1861426 1861426 0 0.0
ota-requestor-app debug (read only) 2358897 2358897 0 0.0
(read/write) 113824 113824 0 0.0
.bss 50080 50080 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 0 0.0
.dynamic 608 608 0 0.0
.got 3736 3736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202736 202736 0 0.0
.text 2007170 2007170 0 0.0
shell debug (read only) 2653961 2653961 0 0.0
(read/write) 138528 138528 0 0.0
.bss 58888 58888 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72568 72568 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240018 240018 0 0.0
.text 2254050 2254050 0 0.0
thermostat-no-ble arm64 (read only) 2479452 2479452 0 0.0
(read/write) 144040 144040 0 0.0
.bss 56360 56360 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149832 149832 0 0.0
.text 2069024 2069024 0 0.0
tv-app debug (read only) 3288081 3288081 0 0.0
(read/write) 259248 259248 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77856 77856 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269208 269208 0 0.0
.text 2824578 2824578 0 0.0
tv-casting-app debug (read only) 5639393 5639393 0 0.0
(read/write) 161816 161816 0 0.0
.bss 53368 53368 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361433 361433 0 0.0
.text 4999826 4999826 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461952 2461952 0 0.0
.bss 215956 215956 0 0.0
.data 5872 5872 0 0.0
.text 1424596 1424596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1163384 1163384 0 0.0
bss 147056 147056 0 0.0
rodata 132632 132632 0 0.0
text 803548 803548 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1365104 1365104 0 0.0
bss 106356 106356 0 0.0
rodata 210116 210116 0 0.0
text 762800 762796 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1109224 1109224 0 0.0
bss 146259 146259 0 0.0
rodata 109912 109912 0 0.0
text 772944 772944 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841008 841008 0 0.0
(read/write) 1748420 1748420 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189672 189672 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1247001 1247001 0 0.0
.debug_aranges 111184 111184 0 0.0
.debug_frame 373384 373384 0 0.0
.debug_info 27324909 27324908 -1 -0.0
.debug_line 3753137 3753137 0 0.0
.debug_loc 3643491 3643491 0 0.0
.debug_ranges 356352 356352 0 0.0
.debug_str 3470157 3470157 0 0.0
.heap 841008 841008 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 575120 575120 0 0.0
.symtab 423200 423200 0 0.0
.text 0 0 0 0.0
1547696 1547696 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841776 841776 0 0.0
(read/write) 1689852 1689852 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188912 188912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2656 0 0.0
.debug_abbrev 1232808 1232808 0 0.0
.debug_aranges 110448 110448 0 0.0
.debug_frame 375828 375828 0 0.0
.debug_info 26886483 26886481 -2 -0.0
.debug_line 3761934 3761934 0 0.0
.debug_loc 3626891 3626891 0 0.0
.debug_ranges 354320 354320 0 0.0
.debug_str 3454963 3454963 0 0.0
.heap 841776 841776 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535500 535500 0 0.0
.symtab 408160 408160 0 0.0
.text 1489896 1489896 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849952 849952 0 0.0
(read/write) 1609948 1609948 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180936 180936 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1067806 1067806 0 0.0
.debug_aranges 102736 102736 0 0.0
.debug_frame 346404 346404 0 0.0
.debug_info 22362396 22362394 -2 -0.0
.debug_line 3328441 3328441 0 0.0
.debug_loc 3328766 3328766 0 0.0
.debug_ranges 318544 318544 0 0.0
.debug_str 3260760 3260760 0 0.0
.heap 849952 849952 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473441 473441 0 0.0
.symtab 377392 377392 0 0.0
.text 1418168 1418168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 844960 844960 0 0.0
(read/write) 1644012 1644012 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185912 185912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1069852 1069852 0 0.0
.debug_aranges 103120 103120 0 0.0
.debug_frame 348204 348204 0 0.0
.debug_info 22580797 22580797 0 0.0
.debug_line 3329543 3329543 0 0.0
.debug_loc 3350279 3350279 0 0.0
.debug_ranges 320400 320400 0 0.0
.debug_str 3277167 3277167 0 0.0
.heap 844960 844960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 476376 476376 0 0.0
.symtab 379216 379216 0 0.0
.text 1447240 1447240 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147676 1147676 0 0.0
.bss 100668 100668 0 0.0
.data 840 840 0 0.0
.text 594776 594776 0 0.0
lock-app qpg6105+debug (read/write) 1115028 1115020 -8 -0.0
.bss 97188 97188 0 0.0
.data 852 852 0 0.0
.text 562124 562116 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1025080 1025080 0 0.0
bss 98492 98492 0 0.0
text 687934 687934 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963420 963412 -8 -0.0
bss 97680 97680 0 0.0
text 651226 651224 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868044 868044 0 0.0
bss 89844 89844 0 0.0
text 581722 581720 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884500 884492 -8 -0.0
bss 89940 89940 0 0.0
text 596326 596324 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962852 962852 0 0.0
bss 97996 97996 0 0.0
text 662338 662336 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898316 898316 0 0.0
bss 90888 90888 0 0.0
text 607422 607420 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887716 887724 8 0.0
bss 91328 91328 0 0.0
text 597084 597088 4 0.0

@andy31415 andy31415 merged commit 0da9c41 into project-chip:master Jan 21, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* Regenerate golden images during zap regen all

* Restyle

* Ensure output is in out. For some reason using tmp directory does not make the diff work. Need to debug that one ...

* Add a comment explaining why the temporary directory is in the out directory

* Explain why temporary directory in out is needed

* Make test_generate try to use python3 if available

* Added comments on various code points based on review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants