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

Adding a counter trace macro to the tracing for getting insights from counters in chip and implemented the macro for ESP32 platform... #30591

Merged
merged 11 commits into from
Feb 2, 2024

Conversation

shripad621git
Copy link
Contributor

Change Overview:

  • Added a counter macro to the tracing and all the implementations.
  • Implemented the counters for ESP32 platform for deriving insights from them.
  • Adding the counters in the chip code at appropriate places to derive insights.

Testing
Tested the ESP32 lighting app with and without tracing enabled and checked for the behaviour.

@shripad621git shripad621git force-pushed the matter/counters branch 2 times, most recently from f0263e1 to 925eb56 Compare November 21, 2023 09:29
Copy link

github-actions bot commented Nov 21, 2023

PR #30591: Size comparison from a3c5d19 to 925eb56

Increases (14 builds for esp32, linux)
platform target config section a3c5d19 925eb56 change % change
esp32 all-clusters-app c3devkit (read only) 1133232 1134004 772 0.1
(read/write) 1670868 1670884 16 0.0
.dram0.bss 72432 72440 8 0.0
.flash.text 1133232 1134004 772 0.1
m5stack (read only) 1178135 1178783 648 0.1
(read/write) 520872 520888 16 0.0
.dram0.bss 79080 79088 8 0.0
.flash.rodata 273408 273416 8 0.0
.flash.text 1172751 1173399 648 0.1
linux all-clusters-app debug (read only) 5326449 5326569 120 0.0
.data.rel.ro 288752 288768 16 0.0
.text 4635459 4635507 48 0.0
all-clusters-minimal-app debug (read only) 4928929 4929049 120 0.0
(read/write) 234376 234408 32 0.0
.data.rel.ro 95616 95648 32 0.0
.text 4426387 4426435 48 0.0
bridge-app debug (read only) 4401857 4401977 120 0.0
(read/write) 215680 215712 32 0.0
.data.rel.ro 84992 85024 32 0.0
.text 3965347 3965395 48 0.0
chip-tool debug (read only) 10745225 10745345 120 0.0
.data.rel.ro 359112 359120 8 0.0
.text 9715203 9715251 48 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10596744 128 0.0
.data.rel.ro 396976 397000 24 0.0
.text 9467832 9467896 64 0.0
lighting-app debug+rpc+ui (read only) 5272777 5272897 120 0.0
(read/write) 224400 224432 32 0.0
.data.rel.ro 93248 93296 48 0.1
.text 4690835 4690883 48 0.0
lock-app debug (read only) 4487033 4487153 120 0.0
(read/write) 203296 203328 32 0.0
.data.rel.ro 79272 79304 32 0.0
.text 4031043 4031091 48 0.0
ota-provider-app debug (read only) 4151177 4151297 120 0.0
(read/write) 192448 192480 32 0.0
.data.rel.ro 68976 69008 32 0.0
.text 3759027 3759075 48 0.0
ota-requestor-app debug (read only) 4237481 4237601 120 0.0
(read/write) 196696 196728 32 0.0
.data.rel.ro 71952 71984 32 0.0
.text 3837251 3837299 48 0.0
thermostat-no-ble arm64 (read only) 4388528 4388656 128 0.0
.data.rel.ro 102048 102072 24 0.0
.text 3887048 3887112 64 0.0
tv-app debug (read only) 5271025 5271145 120 0.0
.data.rel.ro 90480 90496 16 0.0
.text 4768739 4768787 48 0.0
tv-casting-app debug (read only) 8686425 8686545 120 0.0
(read/write) 322368 322432 64 0.0
.data.rel.ro 156768 156816 48 0.0
.text 7915987 7916035 48 0.0
Decreases (2 builds for linux)
platform target config section a3c5d19 925eb56 change % change
linux chip-tool-ipv6only arm64 (read/write) 529776 529656 -120 -0.0
thermostat-no-ble arm64 (read/write) 245592 245472 -120 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a3c5d19 925eb56 change % change
bl602 lighting-app bl602 (read/write) 1410582 1410582 0 0.0
.bss 85048 85048 0 0.0
.data 9376 9376 0 0.0
.rodata 156688 156688 0 0.0
.text 1078810 1078810 0 0.0
bl602+mfd (read/write) 1425022 1425022 0 0.0
.bss 85216 85216 0 0.0
.data 9344 9344 0 0.0
.rodata 155648 155648 0 0.0
.text 1094162 1094162 0 0.0
bl602+rpc (read/write) 1458366 1458366 0 0.0
.bss 93080 93080 0 0.0
.data 9744 9744 0 0.0
.rodata 164312 164312 0 0.0
.text 1110554 1110554 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1176731 1176731 0 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106436 106436 0 0.0
.text 949286 949286 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1187599 1187599 0 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105376 105376 0 0.0
.text 961094 961094 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276795 1276795 0 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121844 121844 0 0.0
.text 1024352 1024352 0 0.0
bl706-eth (read/write) 995593 995593 0 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99504 99504 0 0.0
.text 741708 741708 0 0.0
bl706-wifi (read/write) 1231390 1231390 0 0.0
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120376 120376 0 0.0
.text 966754 966754 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1146448 1146448 0 0.0
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100440 100440 0 0.0
.text 942384 942384 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1157908 1157908 0 0.0
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99380 99380 0 0.0
.text 954760 954760 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 740387 0 0.0
(read/write) 167088 167088 0 0.0
.bss 89500 89500 0 0.0
.data 3424 3424 0 0.0
.rodata 84831 84831 0 0.0
.text 655168 655168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 757827 0 0.0
(read/write) 177268 177268 0 0.0
.bss 99636 99636 0 0.0
.data 3444 3444 0 0.0
.rodata 79951 79951 0 0.0
.text 677484 677484 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 744699 0 0.0
(read/write) 171716 171716 0 0.0
.bss 94084 94084 0 0.0
.data 3444 3444 0 0.0
.rodata 105679 105679 0 0.0
.text 638632 638632 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698747 698747 0 0.0
(read/write) 166124 166124 0 0.0
.bss 88304 88304 0 0.0
.data 3412 3412 0 0.0
.rodata 80607 80607 0 0.0
.text 617752 617752 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 684403 0 0.0
(read/write) 166264 166264 0 0.0
.bss 88456 88456 0 0.0
.data 3408 3408 0 0.0
.rodata 76447 76447 0 0.0
.text 607568 607568 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 565290 0 0.0
(read/write) 207520 207520 0 0.0
.bss 200980 200980 0 0.0
.data 1416 1416 0 0.0
.rodata 83866 83866 0 0.0
.text 479300 479300 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617546 617546 0 0.0
(read/write) 207860 207860 0 0.0
.bss 201296 201296 0 0.0
.data 1444 1444 0 0.0
.rodata 105674 105674 0 0.0
.text 509752 509752 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 558455 558455 0 0.0
.app_xip_area 448817 448817 0 0.0
.bss 64552 64552 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540631 540631 0 0.0
.app_xip_area 426313 426313 0 0.0
.bss 69200 69200 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578807 578807 0 0.0
.app_xip_area 470553 470553 0 0.0
.bss 63240 63240 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 554871 554871 0 0.0
.app_xip_area 443513 443513 0 0.0
.bss 66240 66240 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012580 1012580 0 0.0
.bss 172464 172464 0 0.0
.data 2696 2696 0 0.0
.text 837400 837400 0 0.0
BRD4187C (read/write) 1098460 1098460 0 0.0
.bss 196092 196092 0 0.0
.data 3304 3304 0 0.0
.text 899044 899044 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104632 1104632 0 0.0
.bss 187064 187064 0 0.0
.data 2708 2708 0 0.0
.text 914836 914836 0 0.0
window-app BRD4187C (read/write) 1133272 1133272 0 0.0
.bss 168444 168444 0 0.0
.data 3176 3176 0 0.0
.text 961632 961632 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133232 1134004 772 0.1
(read/write) 1670868 1670884 16 0.0
.dram0.bss 72432 72440 8 0.0
.dram0.data 12996 12996 0 0.0
.flash.rodata 241568 241568 0 0.0
.flash.text 1133232 1134004 772 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178135 1178783 648 0.1
(read/write) 520872 520888 16 0.0
.dram0.bss 79080 79088 8 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 273408 273416 8 0.0
.flash.text 1172751 1173399 648 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 592828 592828 0 0.0
(read/write) 88104 88104 0 0.0
.bss 71344 71344 0 0.0
.data 2136 2136 0 0.0
.text 592292 592292 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 688296 688296 0 0.0
.bss 67544 67544 0 0.0
.data 2720 2720 0 0.0
.text 574552 574552 0 0.0
light k32w0+release (read only) 592532 592532 0 0.0
(read/write) 87780 87780 0 0.0
.bss 71032 71032 0 0.0
.data 2124 2124 0 0.0
.text 591996 591996 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 780428 780428 0 0.0
.bss 77220 77220 0 0.0
.data 1932 1932 0 0.0
.text 657816 657816 0 0.0
lock k32w0+release (read only) 564372 564372 0 0.0
(read/write) 85608 85608 0 0.0
.bss 68920 68920 0 0.0
.data 2064 2064 0 0.0
.text 563836 563836 0 0.0
linux air-purifier-app debug (read only) 2504989 2504989 0 0.0
(read/write) 126832 126832 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72408 72408 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177512 177512 0 0.0
.text 2152981 2152981 0 0.0
all-clusters-app debug (read only) 5326449 5326569 120 0.0
(read/write) 429888 429888 0 0.0
.bss 130032 130032 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 288752 288768 16 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 302556 302556 0 0.0
.text 4635459 4635507 48 0.0
all-clusters-minimal-app debug (read only) 4928929 4929049 120 0.0
(read/write) 234376 234408 32 0.0
.bss 127824 127824 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95616 95648 32 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270765 270765 0 0.0
.text 4426387 4426435 48 0.0
bridge-app debug (read only) 4401857 4401977 120 0.0
(read/write) 215680 215712 32 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84992 85024 32 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218485 218485 0 0.0
.text 3965347 3965395 48 0.0
chip-tool debug (read only) 10745225 10745345 120 0.0
(read/write) 465416 465416 0 0.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 359112 359120 8 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 400809 400809 0 0.0
.text 9715203 9715251 48 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10596744 128 0.0
(read/write) 529776 529656 -120 -0.0
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397000 24 0.0
.dynamic 512 512 0 0.0
.got 18960 18960 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325024 325024 0 0.0
.text 9467832 9467896 64 0.0
lighting-app debug+rpc+ui (read only) 5272777 5272897 120 0.0
(read/write) 224400 224432 32 0.0
.bss 119168 119168 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93248 93296 48 0.1
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338036 338036 0 0.0
.text 4690835 4690883 48 0.0
lock-app debug (read only) 4487033 4487153 120 0.0
(read/write) 203296 203328 32 0.0
.bss 113632 113632 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79272 79304 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246453 246453 0 0.0
.text 4031043 4031091 48 0.0
ota-provider-app debug (read only) 4151177 4151297 120 0.0
(read/write) 192448 192480 32 0.0
.bss 113632 113632 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68976 69008 32 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200821 200821 0 0.0
.text 3759027 3759075 48 0.0
ota-requestor-app debug (read only) 4237481 4237601 120 0.0
(read/write) 196696 196728 32 0.0
.bss 114656 114656 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71952 71984 32 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204597 204597 0 0.0
.text 3837251 3837299 48 0.0
shell debug (read only) 2767905 2767905 0 0.0
(read/write) 149736 149736 0 0.0
.bss 60680 60680 0 0.0
.data 784 784 0 0.0
.data.rel.ro 82464 82464 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180800 180800 0 0.0
.text 2416418 2416418 0 0.0
thermostat-no-ble arm64 (read only) 4388528 4388656 128 0.0
(read/write) 245592 245472 -120 -0.0
.bss 122248 122248 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102048 102072 24 0.0
.dynamic 512 512 0 0.0
.got 11944 11944 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 161900 0 0.0
.text 3887048 3887112 64 0.0
tv-app debug (read only) 5271025 5271145 120 0.0
(read/write) 345208 345208 0 0.0
.bss 242432 242432 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90480 90496 16 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267261 267261 0 0.0
.text 4768739 4768787 48 0.0
tv-casting-app debug (read only) 8686425 8686545 120 0.0
(read/write) 322368 322432 64 0.0
.bss 156288 156288 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 156768 156816 48 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346664 346664 0 0.0
.text 7915987 7916035 48 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2523088 0 0.0
.bss 220032 220032 0 0.0
.data 5136 5136 0 0.0
.text 1485772 1485772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058012 1058012 0 0.0
bss 128931 128931 0 0.0
rodata 104284 104284 0 0.0
text 777160 777160 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1184464 1184464 0 0.0
bss 121133 121133 0 0.0
rodata 138296 138296 0 0.0
text 774708 774708 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1043288 1043288 0 0.0
bss 129210 129210 0 0.0
rodata 99536 99536 0 0.0
text 766888 766888 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836328 836328 0 0.0
(read/write) 1737124 1737124 0 0.0
.bss 194532 194532 0 0.0
.data 2480 2480 0 0.0
.text 1531724 1531724 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838056 838056 0 0.0
(read/write) 1700964 1700964 0 0.0
.bss 192804 192804 0 0.0
.data 2480 2480 0 0.0
.text 1497292 1497292 0 0.0
light cy8ckit_062s2_43012 (read only) 844736 844736 0 0.0
(read/write) 1627068 1627068 0 0.0
.bss 186236 186236 0 0.0
.data 2368 2368 0 0.0
.text 1430076 1430076 0 0.0
lock cy8ckit_062s2_43012 (read only) 817664 817664 0 0.0
(read/write) 1654076 1654076 0 0.0
.bss 213292 213292 0 0.0
.data 2384 2384 0 0.0
.text 1430012 1430012 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1114560 1114560 0 0.0
.bss 101168 101168 0 0.0
.data 748 748 0 0.0
.text 626936 626936 0 0.0
lock-app qpg6105+debug (read/write) 1075700 1075700 0 0.0
.bss 95936 95936 0 0.0
.data 780 780 0 0.0
.text 588076 588076 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817426 817426 0 0.0
bss 53700 53700 0 0.0
text 610942 610942 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1075500 1075500 0 0.0
bss 99976 99976 0 0.0
text 758212 758212 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1080340 1080340 0 0.0
bss 109660 109660 0 0.0
text 749848 749848 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932628 932628 0 0.0
bss 94180 94180 0 0.0
text 644784 644784 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 817554 817554 0 0.0
bss 53752 53752 0 0.0
text 611158 611158 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 971584 971584 0 0.0
bss 77572 77572 0 0.0
text 689030 689030 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1090240 1090240 0 0.0
bss 99744 99744 0 0.0
text 766972 766972 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 958344 958344 0 0.0
bss 95824 95824 0 0.0
text 643144 643144 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945836 945836 0 0.0
bss 92288 92288 0 0.0
text 660452 660452 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873916 873916 0 0.0
bss 67588 67588 0 0.0
text 617568 617568 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 814608 814608 0 0.0
bss 55832 55832 0 0.0
text 584522 584522 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 830300 830300 0 0.0
bss 56236 56236 0 0.0
text 595130 595130 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 706192 706192 0 0.0
bss 73620 73620 0 0.0
text 462342 462342 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819286 819286 0 0.0
bss 53844 53844 0 0.0
text 613882 613882 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 871313 871313 0 0.0
bss 59300 59300 0 0.0
text 625874 625874 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838652 838652 0 0.0
bss 56120 56120 0 0.0
text 602688 602688 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 833160 833160 0 0.0
bss 56472 56472 0 0.0
text 596922 596922 0 0.0

src/tracing/backend.h Outdated Show resolved Hide resolved
@woody-apple woody-apple added this to the 1.3 Release milestone Nov 27, 2023
Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

Offline discussion: counters are useful, however I am asking for this to not become a "only one backend ever supports this".

If we are to add counter support, other backends should too. In particular perfetto has counters (I see TRACE_COUNTER exists) and having logging have something probably also works (e.g. it could be a static atomic variable that gets logged on every call).

Copy link

github-actions bot commented Dec 14, 2023

PR #30591: Size comparison from 8e3d98c to cbf5507

Increases (14 builds for esp32, linux)
platform target config section 8e3d98c cbf5507 change % change
esp32 all-clusters-app c3devkit (read only) 1137748 1138520 772 0.1
(read/write) 1671092 1671116 24 0.0
.dram0.bss 72864 72872 8 0.0
.flash.rodata 241376 241384 8 0.0
.flash.text 1137748 1138520 772 0.1
m5stack (read only) 1182659 1183319 660 0.1
(read/write) 520292 520308 16 0.0
.dram0.bss 79512 79520 8 0.0
.flash.rodata 272412 272420 8 0.0
.flash.text 1177275 1177935 660 0.1
linux all-clusters-app debug (read only) 5380985 5381105 120 0.0
(read/write) 453672 453704 32 0.0
.data.rel.ro 311000 311032 32 0.0
.text 4663747 4663795 48 0.0
all-clusters-minimal-app debug (read only) 4953049 4953169 120 0.0
(read/write) 234656 234688 32 0.0
.data.rel.ro 95912 95944 32 0.0
.text 4447779 4447827 48 0.0
bridge-app debug (read only) 4416777 4416897 120 0.0
(read/write) 215896 215928 32 0.0
.data.rel.ro 85232 85264 32 0.0
.text 3979091 3979139 48 0.0
chip-tool debug (read only) 11684905 11685025 120 0.0
(read/write) 504048 504112 64 0.0
.data.rel.ro 397616 397672 56 0.0
.text 10570483 10570531 48 0.0
chip-tool-ipv6only arm64 (read only) 11412240 11412416 176 0.0
.data.rel.ro 436472 436496 24 0.0
.text 10199368 10199464 96 0.0
lighting-app debug+rpc+ui (read only) 5302481 5302601 120 0.0
.data.rel.ro 93632 93648 16 0.0
.text 4717395 4717443 48 0.0
lock-app debug (read only) 4501841 4501961 120 0.0
(read/write) 203616 203648 32 0.0
.data.rel.ro 79464 79496 32 0.0
.text 4044819 4044867 48 0.0
ota-provider-app debug (read only) 4165985 4166105 120 0.0
(read/write) 192696 192728 32 0.0
.data.rel.ro 69248 69280 32 0.0
.text 3772851 3772899 48 0.0
ota-requestor-app debug (read only) 4255473 4255593 120 0.0
(read/write) 196976 197008 32 0.0
.data.rel.ro 72240 72272 32 0.0
.text 3854099 3854147 48 0.0
thermostat-no-ble arm64 (read only) 4405312 4405488 176 0.0
.data.rel.ro 102312 102336 24 0.0
.text 3902664 3902760 96 0.0
tv-app debug (read only) 5384681 5384801 120 0.0
(read/write) 349056 349120 64 0.0
.data.rel.ro 92216 92264 48 0.1
.text 4874019 4874067 48 0.0
tv-casting-app debug (read only) 9564241 9564361 120 0.0
.data.rel.ro 172664 172680 16 0.0
.text 8737747 8737795 48 0.0
Decreases (3 builds for efr32, linux)
platform target config section 8e3d98c cbf5507 change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1114448 1114440 -8 -0.0
.text 923060 923052 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 570360 570144 -216 -0.0
thermostat-no-ble arm64 (read/write) 245176 245024 -152 -0.1
Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 8e3d98c cbf5507 change % change
bl602 lighting-app bl602 (read/write) 1417862 1417862 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156892 156892 0 0.0
.text 1085746 1085746 0 0.0
bl602+mfd (read/write) 1432590 1432590 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155852 155852 0 0.0
.text 1101370 1101370 0 0.0
bl602+rpc (read/write) 1465646 1465646 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164516 164516 0 0.0
.text 1117490 1117490 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1182871 1182871 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106268 106268 0 0.0
.text 955448 955448 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1194003 1194003 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105208 105208 0 0.0
.text 967512 967512 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1274887 1274887 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121688 121688 0 0.0
.text 1030510 1030510 0 0.0
bl706-eth (read/write) 1002497 1002497 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99600 99600 0 0.0
.text 748344 748344 0 0.0
bl706-wifi (read/write) 1240630 1240630 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120580 120580 0 0.0
.text 975636 975636 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1152580 1152580 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100272 100272 0 0.0
.text 948574 948574 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1164032 1164032 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99212 99212 0 0.0
.text 960950 960950 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 771768 771768 0 0.0
(read/write) 168100 168100 0 0.0
.bss 90436 90436 0 0.0
.data 3460 3460 0 0.0
.rodata 89520 89520 0 0.0
.text 681980 681980 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 787824 787824 0 0.0
(read/write) 178328 178328 0 0.0
.bss 100612 100612 0 0.0
.data 3488 3488 0 0.0
.rodata 83768 83768 0 0.0
.text 703792 703792 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776072 776072 0 0.0
(read/write) 172784 172784 0 0.0
.bss 95068 95068 0 0.0
.data 3488 3488 0 0.0
.rodata 110376 110376 0 0.0
.text 665432 665432 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728688 728688 0 0.0
(read/write) 167096 167096 0 0.0
.bss 89208 89208 0 0.0
.data 3448 3448 0 0.0
.rodata 85096 85096 0 0.0
.text 643324 643324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714224 714224 0 0.0
(read/write) 167276 167276 0 0.0
.bss 89392 89392 0 0.0
.data 3444 3444 0 0.0
.rodata 80928 80928 0 0.0
.text 633028 633028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566962 566962 0 0.0
(read/write) 207652 207652 0 0.0
.bss 201116 201116 0 0.0
.data 1412 1412 0 0.0
.rodata 83922 83922 0 0.0
.text 480916 480916 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620298 620298 0 0.0
(read/write) 208048 208048 0 0.0
.bss 201480 201480 0 0.0
.data 1448 1448 0 0.0
.rodata 105786 105786 0 0.0
.text 512388 512388 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561351 561351 0 0.0
.app_xip_area 451609 451609 0 0.0
.bss 64656 64656 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543567 543567 0 0.0
.app_xip_area 429089 429089 0 0.0
.bss 69352 69352 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562335 562335 0 0.0
.app_xip_area 454049 454049 0 0.0
.bss 63272 63272 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557799 557799 0 0.0
.app_xip_area 446289 446289 0 0.0
.bss 66392 66392 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016988 1016988 0 0.0
.bss 172600 172600 0 0.0
.data 2688 2688 0 0.0
.text 841680 841680 0 0.0
BRD4187C (read/write) 1100988 1100988 0 0.0
.bss 196204 196204 0 0.0
.data 3296 3296 0 0.0
.text 901468 901468 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114448 1114440 -8 -0.0
.bss 188656 188656 0 0.0
.data 2712 2712 0 0.0
.text 923060 923052 -8 -0.0
window-app BRD4187C (read/write) 1135712 1135712 0 0.0
.bss 168236 168236 0 0.0
.data 3168 3168 0 0.0
.text 964288 964288 0 0.0
esp32 all-clusters-app c3devkit (read only) 1137748 1138520 772 0.1
(read/write) 1671092 1671116 24 0.0
.dram0.bss 72864 72872 8 0.0
.dram0.data 12988 12988 0 0.0
.flash.rodata 241376 241384 8 0.0
.flash.text 1137748 1138520 772 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1182659 1183319 660 0.1
(read/write) 520292 520308 16 0.0
.dram0.bss 79512 79520 8 0.0
.dram0.data 34004 34004 0 0.0
.flash.rodata 272412 272420 8 0.0
.flash.text 1177275 1177935 660 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 605000 605000 0 0.0
(read/write) 81736 81736 0 0.0
.bss 69584 69584 0 0.0
.data 2168 2168 0 0.0
.text 604464 604464 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690704 690704 0 0.0
.bss 67600 67600 0 0.0
.data 2716 2716 0 0.0
.text 576912 576912 0 0.0
light k32w0+release (read only) 594944 594944 0 0.0
(read/write) 79112 79112 0 0.0
.bss 67008 67008 0 0.0
.data 2120 2120 0 0.0
.text 594408 594408 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782516 782516 0 0.0
.bss 77276 77276 0 0.0
.data 1928 1928 0 0.0
.text 659856 659856 0 0.0
lock k32w0+release (read only) 576104 576104 0 0.0
(read/write) 79216 79216 0 0.0
.bss 67136 67136 0 0.0
.data 2096 2096 0 0.0
.text 575568 575568 0 0.0
linux air-purifier-app debug (read only) 2525821 2525821 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72776 72776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179272 179272 0 0.0
.text 2171189 2171189 0 0.0
all-clusters-app debug (read only) 5380985 5381105 120 0.0
(read/write) 453672 453704 32 0.0
.bss 131600 131600 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 311000 311032 32 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 309916 309916 0 0.0
.text 4663747 4663795 48 0.0
all-clusters-minimal-app debug (read only) 4953049 4953169 120 0.0
(read/write) 234656 234688 32 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95912 95944 32 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272845 272845 0 0.0
.text 4447779 4447827 48 0.0
bridge-app debug (read only) 4416777 4416897 120 0.0
(read/write) 215896 215928 32 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85232 85264 32 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219157 219157 0 0.0
.text 3979091 3979139 48 0.0
chip-tool debug (read only) 11684905 11685025 120 0.0
(read/write) 504048 504112 64 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 397616 397672 56 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 424489 424489 0 0.0
.text 10570483 10570531 48 0.0
chip-tool-ipv6only arm64 (read only) 11412240 11412416 176 0.0
(read/write) 570360 570144 -216 -0.0
.bss 103448 103448 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 436472 436496 24 0.0
.dynamic 512 512 0 0.0
.got 19816 19816 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 344872 344872 0 0.0
.text 10199368 10199464 96 0.0
lighting-app debug+rpc+ui (read only) 5302481 5302601 120 0.0
(read/write) 224968 224968 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93632 93648 16 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340340 340340 0 0.0
.text 4717395 4717443 48 0.0
lock-app debug (read only) 4501841 4501961 120 0.0
(read/write) 203616 203648 32 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79496 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4044819 4044867 48 0.0
ota-provider-app debug (read only) 4165985 4166105 120 0.0
(read/write) 192696 192728 32 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69248 69280 32 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3772851 3772899 48 0.0
ota-requestor-app debug (read only) 4255473 4255593 120 0.0
(read/write) 196976 197008 32 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72240 72272 32 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205141 205141 0 0.0
.text 3854099 3854147 48 0.0
shell debug (read only) 2788025 2788025 0 0.0
(read/write) 151752 151752 0 0.0
.bss 62312 62312 0 0.0
.data 768 768 0 0.0
.data.rel.ro 82864 82864 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 181792 181792 0 0.0
.text 2435330 2435330 0 0.0
thermostat-no-ble arm64 (read only) 4405312 4405488 176 0.0
(read/write) 245176 245024 -152 -0.1
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102312 102336 24 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162332 0 0.0
.text 3902664 3902760 96 0.0
tv-app debug (read only) 5384681 5384801 120 0.0
(read/write) 349056 349120 64 0.0
.bss 244544 244544 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92216 92264 48 0.1
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272853 272853 0 0.0
.text 4874019 4874067 48 0.0
tv-casting-app debug (read only) 9564241 9564361 120 0.0
(read/write) 338336 338336 0 0.0
.bss 156352 156352 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 172664 172680 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 362760 362760 0 0.0
.text 8737747 8737795 48 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526040 2526040 0 0.0
.bss 220216 220216 0 0.0
.data 5144 5144 0 0.0
.text 1488724 1488724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1062456 1062456 0 0.0
bss 129375 129375 0 0.0
rodata 104392 104392 0 0.0
text 781104 781104 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1189032 1189032 0 0.0
bss 121585 121585 0 0.0
rodata 138460 138460 0 0.0
text 778648 778648 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046728 1046728 0 0.0
bss 129348 129348 0 0.0
rodata 99432 99432 0 0.0
text 770320 770320 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835880 835880 0 0.0
(read/write) 1743436 1743436 0 0.0
.bss 194988 194988 0 0.0
.data 2472 2472 0 0.0
.text 1537588 1537588 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837912 837912 0 0.0
(read/write) 1705924 1705924 0 0.0
.bss 192956 192956 0 0.0
.data 2472 2472 0 0.0
.text 1502108 1502108 0 0.0
light cy8ckit_062s2_43012 (read only) 844600 844600 0 0.0
(read/write) 1630884 1630884 0 0.0
.bss 186380 186380 0 0.0
.data 2360 2360 0 0.0
.text 1433756 1433756 0 0.0
lock cy8ckit_062s2_43012 (read only) 817480 817480 0 0.0
(read/write) 1657796 1657796 0 0.0
.bss 213476 213476 0 0.0
.data 2384 2384 0 0.0
.text 1433548 1433548 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116748 1116748 0 0.0
.bss 101216 101216 0 0.0
.data 740 740 0 0.0
.text 629124 629124 0 0.0
lock-app qpg6105+debug (read/write) 1080500 1080500 0 0.0
.bss 97352 97352 0 0.0
.data 784 784 0 0.0
.text 592880 592880 0 0.0

Copy link

github-actions bot commented Dec 14, 2023

PR #30591: Size comparison from 4fe0f8d to 21bdb63

Increases above 0.2%:

platform target config section 4fe0f8d 21bdb63 change % change
linux bridge-app debug (read only) 4416777 4427921 11144 0.3
.text 3979091 3990147 11056 0.3
lock-app debug .text 4044819 4055875 11056 0.3
ota-provider-app debug (read only) 4165985 4177113 11128 0.3
.text 3772851 3783891 11040 0.3
ota-requestor-app debug (read only) 4255473 4266585 11112 0.3
.text 3854099 3865155 11056 0.3
thermostat-no-ble arm64 (read only) 4405312 4416912 11600 0.3
(read/write) 245176 245840 664 0.3
.text 3902664 3914104 11440 0.3
Increases (14 builds for esp32, linux)
platform target config section 4fe0f8d 21bdb63 change % change
esp32 all-clusters-app c3devkit (read only) 1137748 1138520 772 0.1
(read/write) 1671092 1671116 24 0.0
.dram0.bss 72864 72872 8 0.0
.flash.rodata 241376 241384 8 0.0
.flash.text 1137748 1138520 772 0.1
m5stack (read only) 1182659 1183319 660 0.1
(read/write) 520292 520308 16 0.0
.dram0.bss 79512 79520 8 0.0
.flash.rodata 272412 272420 8 0.0
.flash.text 1177275 1177935 660 0.1
linux all-clusters-app debug (read only) 5380985 5392097 11112 0.2
(read/write) 453672 453704 32 0.0
.data.rel.ro 311000 311032 32 0.0
.text 4663747 4674803 11056 0.2
all-clusters-minimal-app debug (read only) 4953049 4964161 11112 0.2
(read/write) 234656 234688 32 0.0
.data.rel.ro 95912 95944 32 0.0
.text 4447779 4458835 11056 0.2
bridge-app debug (read only) 4416777 4427921 11144 0.3
(read/write) 215896 215928 32 0.0
.data.rel.ro 85232 85264 32 0.0
.rodata 219157 219173 16 0.0
.text 3979091 3990147 11056 0.3
chip-tool debug (read only) 11686249 11697393 11144 0.1
(read/write) 504048 504112 64 0.0
.data.rel.ro 397616 397672 56 0.0
.rodata 424585 424617 32 0.0
.text 10571731 10582771 11040 0.1
chip-tool-ipv6only arm64 (read only) 11413552 11421184 7632 0.1
.bss 103448 103464 16 0.0
.data.rel.ro 436472 436496 24 0.0
.rodata 344952 345048 96 0.0
.text 10200600 10208056 7456 0.1
lighting-app debug+rpc+ui (read only) 5302609 5313769 11160 0.2
.data.rel.ro 93632 93648 16 0.0
.rodata 340372 340404 32 0.0
.text 4717491 4728547 11056 0.2
lock-app debug (read only) 4501841 4513017 11176 0.2
(read/write) 203616 203648 32 0.0
.data.rel.ro 79464 79496 32 0.0
.rodata 247029 247077 48 0.0
.text 4044819 4055875 11056 0.3
ota-provider-app debug (read only) 4165985 4177113 11128 0.3
(read/write) 192696 192728 32 0.0
.data.rel.ro 69248 69280 32 0.0
.rodata 201301 201317 16 0.0
.text 3772851 3783891 11040 0.3
ota-requestor-app debug (read only) 4255473 4266585 11112 0.3
(read/write) 196976 197008 32 0.0
.data.rel.ro 72240 72272 32 0.0
.text 3854099 3865155 11056 0.3
thermostat-no-ble arm64 (read only) 4405312 4416912 11600 0.3
(read/write) 245176 245840 664 0.3
.data.rel.ro 102312 102336 24 0.0
.rodata 162332 162412 80 0.0
.text 3902664 3914104 11440 0.3
tv-app debug (read only) 5386073 5397249 11176 0.2
(read/write) 349056 349120 64 0.0
.data.rel.ro 92216 92264 48 0.1
.rodata 272981 273029 48 0.0
.text 4875283 4886339 11056 0.2
tv-casting-app debug (read only) 9565505 9576713 11208 0.1
.data.rel.ro 172664 172680 16 0.0
.rodata 362824 362904 80 0.0
.text 8738947 8750003 11056 0.1
Decreases (5 builds for efr32, linux)
platform target config section 4fe0f8d 21bdb63 change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1114448 1114440 -8 -0.0
.text 923060 923052 -8 -0.0
linux all-clusters-app debug .rodata 309916 309900 -16 -0.0
all-clusters-minimal-app debug .rodata 272845 272829 -16 -0.0
chip-tool-ipv6only arm64 (read/write) 573096 569632 -3464 -0.6
ota-requestor-app debug .rodata 205141 205125 -16 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4fe0f8d 21bdb63 change % change
bl602 lighting-app bl602 (read/write) 1417862 1417862 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156892 156892 0 0.0
.text 1085746 1085746 0 0.0
bl602+mfd (read/write) 1432590 1432590 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155852 155852 0 0.0
.text 1101370 1101370 0 0.0
bl602+rpc (read/write) 1465646 1465646 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164516 164516 0 0.0
.text 1117490 1117490 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1182871 1182871 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106268 106268 0 0.0
.text 955448 955448 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1194003 1194003 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105208 105208 0 0.0
.text 967512 967512 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1274887 1274887 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121688 121688 0 0.0
.text 1030510 1030510 0 0.0
bl706-eth (read/write) 1002497 1002497 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99600 99600 0 0.0
.text 748344 748344 0 0.0
bl706-wifi (read/write) 1240630 1240630 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120580 120580 0 0.0
.text 975636 975636 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1152580 1152580 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100272 100272 0 0.0
.text 948574 948574 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1164032 1164032 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99212 99212 0 0.0
.text 960950 960950 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 771768 771768 0 0.0
(read/write) 168100 168100 0 0.0
.bss 90436 90436 0 0.0
.data 3460 3460 0 0.0
.rodata 89520 89520 0 0.0
.text 681980 681980 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 787824 787824 0 0.0
(read/write) 178328 178328 0 0.0
.bss 100612 100612 0 0.0
.data 3488 3488 0 0.0
.rodata 83768 83768 0 0.0
.text 703792 703792 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776072 776072 0 0.0
(read/write) 172784 172784 0 0.0
.bss 95068 95068 0 0.0
.data 3488 3488 0 0.0
.rodata 110376 110376 0 0.0
.text 665432 665432 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728688 728688 0 0.0
(read/write) 167096 167096 0 0.0
.bss 89208 89208 0 0.0
.data 3448 3448 0 0.0
.rodata 85096 85096 0 0.0
.text 643324 643324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714224 714224 0 0.0
(read/write) 167276 167276 0 0.0
.bss 89392 89392 0 0.0
.data 3444 3444 0 0.0
.rodata 80928 80928 0 0.0
.text 633028 633028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566962 566962 0 0.0
(read/write) 207652 207652 0 0.0
.bss 201116 201116 0 0.0
.data 1412 1412 0 0.0
.rodata 83922 83922 0 0.0
.text 480916 480916 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620298 620298 0 0.0
(read/write) 208048 208048 0 0.0
.bss 201480 201480 0 0.0
.data 1448 1448 0 0.0
.rodata 105786 105786 0 0.0
.text 512388 512388 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561351 561351 0 0.0
.app_xip_area 451609 451609 0 0.0
.bss 64656 64656 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543567 543567 0 0.0
.app_xip_area 429089 429089 0 0.0
.bss 69352 69352 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562335 562335 0 0.0
.app_xip_area 454049 454049 0 0.0
.bss 63272 63272 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557799 557799 0 0.0
.app_xip_area 446289 446289 0 0.0
.bss 66392 66392 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016988 1016988 0 0.0
.bss 172600 172600 0 0.0
.data 2688 2688 0 0.0
.text 841680 841680 0 0.0
BRD4187C (read/write) 1100988 1100988 0 0.0
.bss 196204 196204 0 0.0
.data 3296 3296 0 0.0
.text 901468 901468 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114448 1114440 -8 -0.0
.bss 188656 188656 0 0.0
.data 2712 2712 0 0.0
.text 923060 923052 -8 -0.0
window-app BRD4187C (read/write) 1135712 1135712 0 0.0
.bss 168236 168236 0 0.0
.data 3168 3168 0 0.0
.text 964288 964288 0 0.0
esp32 all-clusters-app c3devkit (read only) 1137748 1138520 772 0.1
(read/write) 1671092 1671116 24 0.0
.dram0.bss 72864 72872 8 0.0
.dram0.data 12988 12988 0 0.0
.flash.rodata 241376 241384 8 0.0
.flash.text 1137748 1138520 772 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1182659 1183319 660 0.1
(read/write) 520292 520308 16 0.0
.dram0.bss 79512 79520 8 0.0
.dram0.data 34004 34004 0 0.0
.flash.rodata 272412 272420 8 0.0
.flash.text 1177275 1177935 660 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 605000 605000 0 0.0
(read/write) 81736 81736 0 0.0
.bss 69584 69584 0 0.0
.data 2168 2168 0 0.0
.text 604464 604464 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690704 690704 0 0.0
.bss 67600 67600 0 0.0
.data 2716 2716 0 0.0
.text 576912 576912 0 0.0
light k32w0+release (read only) 594944 594944 0 0.0
(read/write) 79112 79112 0 0.0
.bss 67008 67008 0 0.0
.data 2120 2120 0 0.0
.text 594408 594408 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782516 782516 0 0.0
.bss 77276 77276 0 0.0
.data 1928 1928 0 0.0
.text 659856 659856 0 0.0
lock k32w0+release (read only) 576104 576104 0 0.0
(read/write) 79216 79216 0 0.0
.bss 67136 67136 0 0.0
.data 2096 2096 0 0.0
.text 575568 575568 0 0.0
linux air-purifier-app debug (read only) 2525981 2525981 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72776 72776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179336 179336 0 0.0
.text 2171285 2171285 0 0.0
all-clusters-app debug (read only) 5380985 5392097 11112 0.2
(read/write) 453672 453704 32 0.0
.bss 131600 131600 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 311000 311032 32 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 309916 309900 -16 -0.0
.text 4663747 4674803 11056 0.2
all-clusters-minimal-app debug (read only) 4953049 4964161 11112 0.2
(read/write) 234656 234688 32 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95912 95944 32 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272845 272829 -16 -0.0
.text 4447779 4458835 11056 0.2
bridge-app debug (read only) 4416777 4427921 11144 0.3
(read/write) 215896 215928 32 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85232 85264 32 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219157 219173 16 0.0
.text 3979091 3990147 11056 0.3
chip-tool debug (read only) 11686249 11697393 11144 0.1
(read/write) 504048 504112 64 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 397616 397672 56 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 424585 424617 32 0.0
.text 10571731 10582771 11040 0.1
chip-tool-ipv6only arm64 (read only) 11413552 11421184 7632 0.1
(read/write) 573096 569632 -3464 -0.6
.bss 103448 103464 16 0.0
.data 4288 4288 0 0.0
.data.rel.ro 436472 436496 24 0.0
.dynamic 512 512 0 0.0
.got 19816 19816 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 344952 345048 96 0.0
.text 10200600 10208056 7456 0.1
lighting-app debug+rpc+ui (read only) 5302609 5313769 11160 0.2
(read/write) 224968 224968 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93632 93648 16 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340372 340404 32 0.0
.text 4717491 4728547 11056 0.2
lock-app debug (read only) 4501841 4513017 11176 0.2
(read/write) 203616 203648 32 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79496 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247077 48 0.0
.text 4044819 4055875 11056 0.3
ota-provider-app debug (read only) 4165985 4177113 11128 0.3
(read/write) 192696 192728 32 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69248 69280 32 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201317 16 0.0
.text 3772851 3783891 11040 0.3
ota-requestor-app debug (read only) 4255473 4266585 11112 0.3
(read/write) 196976 197008 32 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72240 72272 32 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205141 205125 -16 -0.0
.text 3854099 3865155 11056 0.3
shell debug (read only) 2788025 2788025 0 0.0
(read/write) 151752 151752 0 0.0
.bss 62312 62312 0 0.0
.data 768 768 0 0.0
.data.rel.ro 82864 82864 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 181792 181792 0 0.0
.text 2435330 2435330 0 0.0
thermostat-no-ble arm64 (read only) 4405312 4416912 11600 0.3
(read/write) 245176 245840 664 0.3
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102312 102336 24 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162412 80 0.0
.text 3902664 3914104 11440 0.3
tv-app debug (read only) 5386073 5397249 11176 0.2
(read/write) 349056 349120 64 0.0
.bss 244544 244544 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92216 92264 48 0.1
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272981 273029 48 0.0
.text 4875283 4886339 11056 0.2
tv-casting-app debug (read only) 9565505 9576713 11208 0.1
(read/write) 338336 338336 0 0.0
.bss 156352 156352 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 172664 172680 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 362824 362904 80 0.0
.text 8738947 8750003 11056 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526040 2526040 0 0.0
.bss 220216 220216 0 0.0
.data 5144 5144 0 0.0
.text 1488724 1488724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1062456 1062456 0 0.0
bss 129375 129375 0 0.0
rodata 104392 104392 0 0.0
text 781104 781104 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1189032 1189032 0 0.0
bss 121585 121585 0 0.0
rodata 138460 138460 0 0.0
text 778648 778648 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046728 1046728 0 0.0
bss 129348 129348 0 0.0
rodata 99432 99432 0 0.0
text 770320 770320 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835880 835880 0 0.0
(read/write) 1743436 1743436 0 0.0
.bss 194988 194988 0 0.0
.data 2472 2472 0 0.0
.text 1537588 1537588 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837912 837912 0 0.0
(read/write) 1705924 1705924 0 0.0
.bss 192956 192956 0 0.0
.data 2472 2472 0 0.0
.text 1502108 1502108 0 0.0
light cy8ckit_062s2_43012 (read only) 844600 844600 0 0.0
(read/write) 1630884 1630884 0 0.0
.bss 186380 186380 0 0.0
.data 2360 2360 0 0.0
.text 1433756 1433756 0 0.0
lock cy8ckit_062s2_43012 (read only) 817480 817480 0 0.0
(read/write) 1657796 1657796 0 0.0
.bss 213476 213476 0 0.0
.data 2384 2384 0 0.0
.text 1433548 1433548 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116748 1116748 0 0.0
.bss 101216 101216 0 0.0
.data 740 740 0 0.0
.text 629124 629124 0 0.0
lock-app qpg6105+debug (read/write) 1080500 1080500 0 0.0
.bss 97352 97352 0 0.0
.data 784 784 0 0.0
.text 592880 592880 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820830 820830 0 0.0
bss 54904 54904 0 0.0
text 613512 613512 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1080344 1080344 0 0.0
bss 100388 100388 0 0.0
text 762378 762378 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1083928 1083928 0 0.0
bss 109764 109764 0 0.0
text 753428 753428 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934568 934568 0 0.0
bss 94272 94272 0 0.0
text 646848 646848 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821066 821066 0 0.0
bss 54948 54948 0 0.0
text 613882 613882 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 978216 978216 0 0.0
bss 78932 78932 0 0.0
text 694030 694030 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092916 1092916 0 0.0
bss 99836 99836 0 0.0
text 769740 769740 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 964784 964784 0 0.0
bss 97196 97196 0 0.0
text 647646 647646 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948244 948244 0 0.0
bss 92380 92380 0 0.0
text 662956 662956 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879864 879864 0 0.0
bss 68924 68924 0 0.0
text 621890 621890 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820476 820476 0 0.0
bss 57160 57160 0 0.0
text 588766 588766 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705584 705584 0 0.0
bss 73588 73588 0 0.0
text 462084 462084 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822802 822802 0 0.0
bss 55084 55084 0 0.0
text 616626 616626 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877569 877569 0 0.0
bss 60636 60636 0 0.0
text 630506 630506 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844848 844848 0 0.0
bss 57456 57456 0 0.0
text 607232 607232 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839124 839124 0 0.0
bss 57808 57808 0 0.0
text 601266 601266 0 0.0

Copy link

github-actions bot commented Dec 19, 2023

PR #30591: Size comparison from e49c56d to 986e61d

Increases (2 builds for linux)
platform target config section e49c56d 986e61d change % change
linux chip-tool-ipv6only arm64 (read only) 11420512 11420736 224 0.0
.bss 103448 103464 16 0.0
.data.rel.ro 436896 436920 24 0.0
.rodata 345432 345544 112 0.0
.text 10206408 10206440 32 0.0
thermostat-no-ble arm64 (read only) 4405248 4409424 4176 0.1
.data.rel.ro 102352 102376 24 0.0
.rodata 162236 162316 80 0.0
.text 3902712 3906744 4032 0.1
Decreases (2 builds for linux)
platform target config section e49c56d 986e61d change % change
linux chip-tool-ipv6only arm64 (read/write) 570232 570032 -200 -0.0
thermostat-no-ble arm64 (read/write) 245216 245144 -72 -0.0
Full report (30 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, nrfconnect, qpg)
platform target config section e49c56d 986e61d change % change
bl602 lighting-app bl602 (read/write) 1417794 1417794 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156912 156912 0 0.0
.text 1085664 1085664 0 0.0
bl602+mfd (read/write) 1432522 1432522 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155872 155872 0 0.0
.text 1101288 1101288 0 0.0
bl602+rpc (read/write) 1465578 1465578 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164536 164536 0 0.0
.text 1117408 1117408 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1182811 1182811 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106288 106288 0 0.0
.text 955366 955366 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1193943 1193943 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105228 105228 0 0.0
.text 967430 967430 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1274823 1274823 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121708 121708 0 0.0
.text 1030428 1030428 0 0.0
bl706-eth (read/write) 1002437 1002437 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99620 99620 0 0.0
.text 748262 748262 0 0.0
bl706-wifi (read/write) 1240574 1240574 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120600 120600 0 0.0
.text 975558 975558 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1152516 1152516 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100292 100292 0 0.0
.text 948492 948492 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1163968 1163968 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99232 99232 0 0.0
.text 960868 960868 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 771688 771688 0 0.0
(read/write) 168100 168100 0 0.0
.bss 90436 90436 0 0.0
.data 3460 3460 0 0.0
.rodata 89536 89536 0 0.0
.text 681884 681884 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 787792 787792 0 0.0
(read/write) 178328 178328 0 0.0
.bss 100612 100612 0 0.0
.data 3488 3488 0 0.0
.rodata 83792 83792 0 0.0
.text 703736 703736 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776016 776016 0 0.0
(read/write) 172784 172784 0 0.0
.bss 95068 95068 0 0.0
.data 3488 3488 0 0.0
.rodata 110392 110392 0 0.0
.text 665360 665360 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728632 728632 0 0.0
(read/write) 167096 167096 0 0.0
.bss 89208 89208 0 0.0
.data 3448 3448 0 0.0
.rodata 85112 85112 0 0.0
.text 643252 643252 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714168 714168 0 0.0
(read/write) 167276 167276 0 0.0
.bss 89392 89392 0 0.0
.data 3444 3444 0 0.0
.rodata 80944 80944 0 0.0
.text 632956 632956 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566994 566994 0 0.0
(read/write) 207652 207652 0 0.0
.bss 201116 201116 0 0.0
.data 1412 1412 0 0.0
.rodata 83938 83938 0 0.0
.text 480932 480932 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620322 620322 0 0.0
(read/write) 208048 208048 0 0.0
.bss 201480 201480 0 0.0
.data 1448 1448 0 0.0
.rodata 105810 105810 0 0.0
.text 512388 512388 0 0.0
k32w contact k32w0+release (read only) 605192 605192 0 0.0
(read/write) 81896 81896 0 0.0
.bss 69744 69744 0 0.0
.data 2168 2168 0 0.0
.text 604656 604656 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690656 690656 0 0.0
.bss 67600 67600 0 0.0
.data 2716 2716 0 0.0
.text 576864 576864 0 0.0
light k32w0+release (read only) 594880 594880 0 0.0
(read/write) 79112 79112 0 0.0
.bss 67008 67008 0 0.0
.data 2120 2120 0 0.0
.text 594344 594344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782468 782468 0 0.0
.bss 77276 77276 0 0.0
.data 1928 1928 0 0.0
.text 659808 659808 0 0.0
lock k32w0+release (read only) 576296 576296 0 0.0
(read/write) 79376 79376 0 0.0
.bss 67296 67296 0 0.0
.data 2096 2096 0 0.0
.text 575760 575760 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11420512 11420736 224 0.0
(read/write) 570232 570032 -200 -0.0
.bss 103448 103464 16 0.0
.data 4288 4288 0 0.0
.data.rel.ro 436896 436920 24 0.0
.dynamic 512 512 0 0.0
.got 19824 19824 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 345432 345544 112 0.0
.text 10206408 10206440 32 0.0
thermostat-no-ble arm64 (read only) 4405248 4409424 4176 0.1
(read/write) 245216 245144 -72 -0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102352 102376 24 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162236 162316 80 0.0
.text 3902712 3906744 4032 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525992 2525992 0 0.0
.bss 220216 220216 0 0.0
.data 5144 5144 0 0.0
.text 1488676 1488676 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1067684 1067684 0 0.0
bss 129393 129393 0 0.0
rodata 105396 105396 0 0.0
text 785324 785324 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1193776 1193776 0 0.0
bss 121603 121603 0 0.0
rodata 139156 139156 0 0.0
text 782692 782692 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046696 1046696 0 0.0
bss 129348 129348 0 0.0
rodata 99448 99448 0 0.0
text 770272 770272 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116572 1116572 0 0.0
.bss 101216 101216 0 0.0
.data 740 740 0 0.0
.text 628948 628948 0 0.0
lock-app qpg6105+debug (read/write) 1080564 1080564 0 0.0
.bss 97512 97512 0 0.0
.data 784 784 0 0.0
.text 592944 592944 0 0.0

Copy link

github-actions bot commented Dec 19, 2023

PR #30591: Size comparison from e49c56d to 7522efe

Increases (14 builds for esp32, linux)
platform target config section e49c56d 7522efe change % change
esp32 all-clusters-app c3devkit (read only) 1137734 1138670 936 0.1
(read/write) 1671524 1671588 64 0.0
.dram0.bss 72872 72880 8 0.0
.flash.rodata 241792 241856 64 0.0
.flash.text 1137734 1138670 936 0.1
m5stack (read only) 1182747 1183491 744 0.1
(read/write) 520716 520788 72 0.0
.dram0.bss 79520 79528 8 0.0
.flash.rodata 272828 272892 64 0.0
.flash.text 1177363 1178107 744 0.1
linux all-clusters-app debug (read only) 5413697 5420313 6616 0.1
(read/write) 455304 455336 32 0.0
.data.rel.ro 312584 312616 32 0.0
.text 4691731 4698275 6544 0.1
all-clusters-minimal-app debug (read only) 4952889 4959521 6632 0.1
(read/write) 234688 234720 32 0.0
.data.rel.ro 95960 95992 32 0.0
.text 4447779 4454339 6560 0.1
bridge-app debug (read only) 4416625 4423273 6648 0.2
(read/write) 215928 215960 32 0.0
.data.rel.ro 85280 85296 16 0.0
.rodata 219061 219093 32 0.0
.text 3979091 3985635 6544 0.2
chip-tool debug (read only) 1169447 11701153 6680 0.1
.data.rel.ro 398032 398040 8 0.0
.rodata 425001 425065 64 0.0
.text 10578915 1058545 6544 0.1
chip-tool-ipv6only arm64 (read only) 11420512 11420736 224 0.0
.bss 103448 103464 16 0.0
.data.rel.ro 436896 436920 24 0.0
.rodata 345432 345544 112 0.0
.text 10206408 10206440 32 0.0
lighting-app debug+rpc+ui (read only) 5302441 5309105 6664 0.1
(read/write) 225000 225032 32 0.0
.data.rel.ro 93696 93712 16 0.0
.rodata 340276 340308 32 0.0
.text 4717475 4724035 6560 0.1
lock-app debug (read only) 4501649 4508345 6696 0.1
.data.rel.ro 79512 79528 16 0.0
.rodata 246901 246965 64 0.0
.text 4044819 4051379 6560 0.2
ota-provider-app debug (read only) 4165817 4172481 6664 0.2
.data.rel.ro 69296 69312 16 0.0
.rodata 201205 201237 32 0.0
.text 3772835 3779395 6560 0.2
ota-requestor-app debug (read only) 4255305 4261937 6632 0.2
(read/write) 197008 197040 32 0.0
.data.rel.ro 72288 72304 16 0.0
.text 3854083 3860643 6560 0.2
thermostat-no-ble arm64 (read only) 4405248 4409424 4176 0.1
.data.rel.ro 102352 102376 24 0.0
.rodata 162236 162316 80 0.0
.text 3902712 3906744 4032 0.1
tv-app debug (read only) 5385993 5392689 6696 0.1
.data.rel.ro 92280 92296 16 0.0
.rodata 272885 272949 64 0.0
.text 4875267 4881827 6560 0.1
tv-casting-app debug (read only) 9573561 9585537 11976 0.1
.data.rel.ro 172888 172904 16 0.0
.rodata 363080 363144 64 0.0
.text 8746147 8757987 11840 0.1
Decreases (3 builds for efr32, linux)
platform target config section e49c56d 7522efe change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1114832 1114824 -8 -0.0
.text 923284 923276 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 570232 570032 -200 -0.0
thermostat-no-ble arm64 (read/write) 245216 245144 -72 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e49c56d 7522efe change % change
bl602 lighting-app bl602 (read/write) 1417794 1417794 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156912 156912 0 0.0
.text 1085664 1085664 0 0.0
bl602+mfd (read/write) 1432522 1432522 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155872 155872 0 0.0
.text 1101288 1101288 0 0.0
bl602+rpc (read/write) 1465578 1465578 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164536 164536 0 0.0
.text 1117408 1117408 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1182811 1182811 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106288 106288 0 0.0
.text 955366 955366 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1193943 1193943 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105228 105228 0 0.0
.text 967430 967430 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1274823 1274823 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121708 121708 0 0.0
.text 1030428 1030428 0 0.0
bl706-eth (read/write) 1002437 1002437 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99620 99620 0 0.0
.text 748262 748262 0 0.0
bl706-wifi (read/write) 1240574 1240574 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120600 120600 0 0.0
.text 975558 975558 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1152516 1152516 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100292 100292 0 0.0
.text 948492 948492 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1163968 1163968 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99232 99232 0 0.0
.text 960868 960868 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 771688 771688 0 0.0
(read/write) 168100 168100 0 0.0
.bss 90436 90436 0 0.0
.data 3460 3460 0 0.0
.rodata 89536 89536 0 0.0
.text 681884 681884 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 787792 787792 0 0.0
(read/write) 178328 178328 0 0.0
.bss 100612 100612 0 0.0
.data 3488 3488 0 0.0
.rodata 83792 83792 0 0.0
.text 703736 703736 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776016 776016 0 0.0
(read/write) 172784 172784 0 0.0
.bss 95068 95068 0 0.0
.data 3488 3488 0 0.0
.rodata 110392 110392 0 0.0
.text 665360 665360 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728632 728632 0 0.0
(read/write) 167096 167096 0 0.0
.bss 89208 89208 0 0.0
.data 3448 3448 0 0.0
.rodata 85112 85112 0 0.0
.text 643252 643252 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714168 714168 0 0.0
(read/write) 167276 167276 0 0.0
.bss 89392 89392 0 0.0
.data 3444 3444 0 0.0
.rodata 80944 80944 0 0.0
.text 632956 632956 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566994 566994 0 0.0
(read/write) 207652 207652 0 0.0
.bss 201116 201116 0 0.0
.data 1412 1412 0 0.0
.rodata 83938 83938 0 0.0
.text 480932 480932 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620322 620322 0 0.0
(read/write) 208048 208048 0 0.0
.bss 201480 201480 0 0.0
.data 1448 1448 0 0.0
.rodata 105810 105810 0 0.0
.text 512388 512388 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561007 561007 0 0.0
.app_xip_area 451257 451257 0 0.0
.bss 64664 64664 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543231 543231 0 0.0
.app_xip_area 428745 428745 0 0.0
.bss 69360 69360 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561967 561967 0 0.0
.app_xip_area 453673 453673 0 0.0
.bss 63280 63280 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557399 557399 0 0.0
.app_xip_area 445881 445881 0 0.0
.bss 66400 66400 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1017020 1017020 0 0.0
.bss 172600 172600 0 0.0
.data 2688 2688 0 0.0
.text 841712 841712 0 0.0
BRD4187C (read/write) 1100956 1100956 0 0.0
.bss 196204 196204 0 0.0
.data 3296 3296 0 0.0
.text 901436 901436 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114832 1114824 -8 -0.0
.bss 188816 188816 0 0.0
.data 2712 2712 0 0.0
.text 923284 923276 -8 -0.0
window-app BRD4187C (read/write) 1135744 1135744 0 0.0
.bss 168236 168236 0 0.0
.data 3168 3168 0 0.0
.text 964320 964320 0 0.0
esp32 all-clusters-app c3devkit (read only) 1137734 1138670 936 0.1
(read/write) 1671524 1671588 64 0.0
.dram0.bss 72872 72880 8 0.0
.dram0.data 12988 12988 0 0.0
.flash.rodata 241792 241856 64 0.0
.flash.text 1137734 1138670 936 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1182747 1183491 744 0.1
(read/write) 520716 520788 72 0.0
.dram0.bss 79520 79528 8 0.0
.dram0.data 34004 34004 0 0.0
.flash.rodata 272828 272892 64 0.0
.flash.text 1177363 1178107 744 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 605192 605192 0 0.0
(read/write) 81896 81896 0 0.0
.bss 69744 69744 0 0.0
.data 2168 2168 0 0.0
.text 604656 604656 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690656 690656 0 0.0
.bss 67600 67600 0 0.0
.data 2716 2716 0 0.0
.text 576864 576864 0 0.0
light k32w0+release (read only) 594880 594880 0 0.0
(read/write) 79112 79112 0 0.0
.bss 67008 67008 0 0.0
.data 2120 2120 0 0.0
.text 594344 594344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782468 782468 0 0.0
.bss 77276 77276 0 0.0
.data 1928 1928 0 0.0
.text 659808 659808 0 0.0
lock k32w0+release (read only) 576296 576296 0 0.0
(read/write) 79376 79376 0 0.0
.bss 67296 67296 0 0.0
.data 2096 2096 0 0.0
.text 575760 575760 0 0.0
linux air-purifier-app debug (read only) 2525829 2525829 0 0.0
(read/write) 127208 127208 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72824 72824 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179240 179240 0 0.0
.text 2171285 2171285 0 0.0
all-clusters-app debug (read only) 5413697 5420313 6616 0.1
(read/write) 455304 455336 32 0.0
.bss 131632 131632 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 312584 312616 32 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1264 1264 0 0.0
.rodata 312156 312156 0 0.0
.text 4691731 4698275 6544 0.1
all-clusters-minimal-app debug (read only) 4952889 4959521 6632 0.1
(read/write) 234688 234720 32 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95960 95992 32 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272749 272749 0 0.0
.text 4447779 4454339 6560 0.1
bridge-app debug (read only) 4416625 4423273 6648 0.2
(read/write) 215928 215960 32 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85280 85296 16 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219061 219093 32 0.0
.text 3979091 3985635 6544 0.2
chip-tool debug (read only) 1169447 11701153 6680 0.1
(read/write) 504464 504464 0 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 398032 398040 8 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 425001 425065 64 0.0
.text 10578915 1058545 6544 0.1
chip-tool-ipv6only arm64 (read only) 11420512 11420736 224 0.0
(read/write) 570232 570032 -200 -0.0
.bss 103448 103464 16 0.0
.data 4288 4288 0 0.0
.data.rel.ro 436896 436920 24 0.0
.dynamic 512 512 0 0.0
.got 19824 19824 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 345432 345544 112 0.0
.text 10206408 10206440 32 0.0
lighting-app debug+rpc+ui (read only) 5302441 5309105 6664 0.1
(read/write) 225000 225032 32 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93696 93712 16 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340276 340308 32 0.0
.text 4717475 4724035 6560 0.1
lock-app debug (read only) 4501649 4508345 6696 0.1
(read/write) 203648 203648 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79512 79528 16 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246901 246965 64 0.0
.text 4044819 4051379 6560 0.2
ota-provider-app debug (read only) 4165817 4172481 6664 0.2
(read/write) 192728 192728 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69296 69312 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201205 201237 32 0.0
.text 3772835 3779395 6560 0.2
ota-requestor-app debug (read only) 4255305 4261937 6632 0.2
(read/write) 197008 197040 32 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72288 72304 16 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205045 205045 0 0.0
.text 3854083 3860643 6560 0.2
shell debug (read only) 2788217 2788217 0 0.0
(read/write) 152272 152272 0 0.0
.bss 62312 62312 0 0.0
.data 768 768 0 0.0
.data.rel.ro 83400 83400 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 181824 181824 0 0.0
.text 2435474 2435474 0 0.0
thermostat-no-ble arm64 (read only) 4405248 4409424 4176 0.1
(read/write) 245216 245144 -72 -0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102352 102376 24 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162236 162316 80 0.0
.text 3902712 3906744 4032 0.1
tv-app debug (read only) 5385993 5392689 6696 0.1
(read/write) 349120 349120 0 0.0
.bss 244544 244544 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92280 92296 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272885 272949 64 0.0
.text 4875267 4881827 6560 0.1
tv-casting-app debug (read only) 9573561 9585537 11976 0.1
(read/write) 338560 338560 0 0.0
.bss 156352 156352 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 172888 172904 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 363080 363144 64 0.0
.text 8746147 8757987 11840 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525992 2525992 0 0.0
.bss 220216 220216 0 0.0
.data 5144 5144 0 0.0
.text 1488676 1488676 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1067684 1067684 0 0.0
bss 129393 129393 0 0.0
rodata 105396 105396 0 0.0
text 785324 785324 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1193776 1193776 0 0.0
bss 121603 121603 0 0.0
rodata 139156 139156 0 0.0
text 782692 782692 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046696 1046696 0 0.0
bss 129348 129348 0 0.0
rodata 99448 99448 0 0.0
text 770272 770272 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835864 835864 0 0.0
(read/write) 1750980 1750980 0 0.0
.bss 195004 195004 0 0.0
.data 2472 2472 0 0.0
.text 1545116 1545116 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837912 837912 0 0.0
(read/write) 1705940 1705940 0 0.0
.bss 192956 192956 0 0.0
.data 2472 2472 0 0.0
.text 1502124 1502124 0 0.0
light cy8ckit_062s2_43012 (read only) 844600 844600 0 0.0
(read/write) 1630924 1630924 0 0.0
.bss 186380 186380 0 0.0
.data 2360 2360 0 0.0
.text 1433796 1433796 0 0.0
lock cy8ckit_062s2_43012 (read only) 817480 817480 0 0.0
(read/write) 1657812 1657812 0 0.0
.bss 213476 213476 0 0.0
.data 2384 2384 0 0.0
.text 1433564 1433564 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116572 1116572 0 0.0
.bss 101216 101216 0 0.0
.data 740 740 0 0.0
.text 628948 628948 0 0.0
lock-app qpg6105+debug (read/write) 1080564 1080564 0 0.0
.bss 97512 97512 0 0.0
.data 784 784 0 0.0
.text 592944 592944 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821354 821354 0 0.0
bss 55064 55064 0 0.0
text 613712 613712 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1086576 1086576 0 0.0
bss 100404 100404 0 0.0
text 767102 767102 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1084012 1084012 0 0.0
bss 109764 109764 0 0.0
text 753344 753344 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934644 934644 0 0.0
bss 94272 94272 0 0.0
text 646762 646762 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821590 821590 0 0.0
bss 55108 55108 0 0.0
text 614082 614082 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 978676 978676 0 0.0
bss 79092 79092 0 0.0
text 694172 694172 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092992 1092992 0 0.0
bss 99836 99836 0 0.0
text 769654 769654 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 965308 965308 0 0.0
bss 97356 97356 0 0.0
text 647848 647848 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948320 948320 0 0.0
bss 92380 92380 0 0.0
text 662870 662870 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 880388 880388 0 0.0
bss 69084 69084 0 0.0
text 622092 622092 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821000 821000 0 0.0
bss 57320 57320 0 0.0
text 588968 588968 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705600 705600 0 0.0
bss 73588 73588 0 0.0
text 462094 462094 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823326 823326 0 0.0
bss 55244 55244 0 0.0
text 616826 616826 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878093 878093 0 0.0
bss 60796 60796 0 0.0
text 630708 630708 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845372 845372 0 0.0
bss 57616 57616 0 0.0
text 607434 607434 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839648 839648 0 0.0
bss 57968 57968 0 0.0
text 601468 601468 0 0.0

Copy link

github-actions bot commented Dec 21, 2023

PR #30591: Size comparison from 711ca50 to 94828a9

Increases above 0.2%:

platform target config section 711ca50 94828a9 change % change
linux thermostat-no-ble arm64 (read/write) 244048 247544 3496 1.4
Increases (14 builds for esp32, linux)
platform target config section 711ca50 94828a9 change % change
esp32 all-clusters-app c3devkit (read only) 1138050 1138986 936 0.1
(read/write) 1671636 1671708 72 0.0
.dram0.bss 72936 72944 8 0.0
.flash.rodata 241840 241912 72 0.0
.flash.text 1138050 1138986 936 0.1
m5stack (read only) 1183119 1183871 752 0.1
(read/write) 520836 520900 64 0.0
.dram0.bss 79584 79592 8 0.0
.flash.rodata 272884 272940 56 0.0
.flash.text 1177735 1178487 752 0.1
linux all-clusters-app debug (read only) 5416417 5423841 7424 0.1
(read/write) 456264 456296 32 0.0
.data.rel.ro 313544 313576 32 0.0
.rodata 312572 312672 100 0.0
.text 4693123 4700371 7248 0.2
all-clusters-minimal-app debug (read only) 4954025 4961425 7400 0.1
(read/write) 234720 234752 32 0.0
.data.rel.ro 95992 96024 32 0.0
.rodata 272781 272882 101 0.0
.text 4448787 4456019 7232 0.2
bridge-app debug (read only) 4417809 4425193 7384 0.2
(read/write) 215960 215992 32 0.0
.data.rel.ro 85312 85328 16 0.0
.rodata 219157 219226 69 0.0
.text 3980083 3987331 7248 0.2
chip-tool debug (read only) 11726225 11733689 7464 0.1
(read/write) 505872 505904 32 0.0
.data.rel.ro 399440 399480 40 0.0
.rodata 425897 426057 160 0.0
.text 10607827 10615059 7232 0.1
chip-tool-ipv6only arm64 (read only) 11450024 11454712 4688 0.0
.bss 103448 103464 16 0.0
.data.rel.ro 438336 438360 24 0.0
.rodata 346192 346320 128 0.0
.text 10233096 10237576 4480 0.0
lighting-app debug+rpc+ui (read only) 5303609 5311057 7448 0.1
(read/write) 225032 225064 32 0.0
.data.rel.ro 93728 93744 16 0.0
.rodata 340340 340468 128 0.0
.text 4718483 4725731 7248 0.2
lock-app debug (read only) 4502849 4510265 7416 0.2
.data.rel.ro 79544 79560 16 0.0
.rodata 246997 247098 101 0.0
.text 4045827 4053075 7248 0.2
ota-provider-app debug (read only) 4166985 4174401 7416 0.2
(read/write) 192728 192760 32 0.0
.data.rel.ro 69312 69328 16 0.0
.rodata 201269 201370 101 0.1
.text 3773843 3781091 7248 0.2
ota-requestor-app debug (read only) 4256441 4263857 7416 0.2
(read/write) 197040 197072 32 0.0
.data.rel.ro 72320 72336 16 0.0
.rodata 205077 205178 101 0.0
.text 3855091 3862339 7248 0.2
thermostat-no-ble arm64 (read only) 4406424 4411080 4656 0.1
(read/write) 244048 247544 3496 1.4
.data.rel.ro 102384 102408 24 0.0
.rodata 162276 162372 96 0.1
.text 3903752 3908248 4496 0.1
tv-app debug (read only) 5399681 5407097 7416 0.1
.data.rel.ro 92312 92328 16 0.0
.rodata 273557 273658 101 0.0
.text 4888163 4895411 7248 0.1
tv-casting-app debug (read only) 9604305 9617041 12736 0.1
(read/write) 339040 339072 32 0.0
.data.rel.ro 173376 173392 16 0.0
.rodata 363688 363824 136 0.0
.text 8775107 8787635 12528 0.1
Decreases (2 builds for efr32, linux)
platform target config section 711ca50 94828a9 change % change
efr32 lighting-app BRD4187C (read/write) 1101276 1101268 -8 -0.0
.text 901692 901684 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 573496 572944 -552 -0.1
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 711ca50 94828a9 change % change
bl602 lighting-app bl602 (read/write) 1418314 1418314 0 0.0
.bss 85224 85224 0 0.0
.data 9416 9416 0 0.0
.rodata 156968 156968 0 0.0
.text 1086064 1086064 0 0.0
bl602+mfd (read/write) 1432786 1432786 0 0.0
.bss 85392 85392 0 0.0
.data 9384 9384 0 0.0
.rodata 155928 155928 0 0.0
.text 1101432 1101432 0 0.0
bl602+rpc (read/write) 1466098 1466098 0 0.0
.bss 93256 93256 0 0.0
.data 9784 9784 0 0.0
.rodata 164592 164592 0 0.0
.text 1117808 1117808 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1183315 1183315 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106344 106344 0 0.0
.text 955750 955750 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1194447 1194447 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105284 105284 0 0.0
.text 967814 967814 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1275327 1275327 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121764 121764 0 0.0
.text 1030812 1030812 0 0.0
bl706-eth (read/write) 1002941 1002941 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99676 99676 0 0.0
.text 748646 748646 0 0.0
bl706-wifi (read/write) 1241162 1241162 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120656 120656 0 0.0
.text 976028 976028 0 0.0
bl702l lighting-app bl702l (read/write) 1153532 1153532 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100348 100348 0 0.0
.text 948876 948876 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1164472 1164472 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99288 99288 0 0.0
.text 961252 961252 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 771928 771928 0 0.0
(read/write) 168164 168164 0 0.0
.bss 90500 90500 0 0.0
.data 3460 3460 0 0.0
.rodata 89560 89560 0 0.0
.text 682104 682104 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 788024 788024 0 0.0
(read/write) 178392 178392 0 0.0
.bss 100676 100676 0 0.0
.data 3488 3488 0 0.0
.rodata 83808 83808 0 0.0
.text 703948 703948 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 776264 776264 0 0.0
(read/write) 172848 172848 0 0.0
.bss 95132 95132 0 0.0
.data 3488 3488 0 0.0
.rodata 110416 110416 0 0.0
.text 665580 665580 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 728864 728864 0 0.0
(read/write) 167160 167160 0 0.0
.bss 89272 89272 0 0.0
.data 3448 3448 0 0.0
.rodata 85136 85136 0 0.0
.text 643464 643464 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 714408 714408 0 0.0
(read/write) 167340 167340 0 0.0
.bss 89456 89456 0 0.0
.data 3444 3444 0 0.0
.rodata 80968 80968 0 0.0
.text 633176 633176 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 567322 567322 0 0.0
(read/write) 207716 207716 0 0.0
.bss 201180 201180 0 0.0
.data 1412 1412 0 0.0
.rodata 83954 83954 0 0.0
.text 481248 481248 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620650 620650 0 0.0
(read/write) 208112 208112 0 0.0
.bss 201544 201544 0 0.0
.data 1448 1448 0 0.0
.rodata 105826 105826 0 0.0
.text 512704 512704 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 561311 561311 0 0.0
.app_xip_area 451497 451497 0 0.0
.bss 64728 64728 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543551 543551 0 0.0
.app_xip_area 429001 429001 0 0.0
.bss 69424 69424 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 562263 562263 0 0.0
.app_xip_area 453905 453905 0 0.0
.bss 63344 63344 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557719 557719 0 0.0
.app_xip_area 446137 446137 0 0.0
.bss 66464 66464 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1017428 1017428 0 0.0
.bss 172664 172664 0 0.0
.data 2688 2688 0 0.0
.text 842056 842056 0 0.0
BRD4187C (read/write) 1101276 1101268 -8 -0.0
.bss 196268 196268 0 0.0
.data 3296 3296 0 0.0
.text 901692 901684 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1115136 1115136 0 0.0
.bss 188880 188880 0 0.0
.data 2712 2712 0 0.0
.text 923524 923524 0 0.0
window-app BRD4187C (read/write) 1136168 1136168 0 0.0
.bss 168300 168300 0 0.0
.data 3168 3168 0 0.0
.text 964680 964680 0 0.0
esp32 all-clusters-app c3devkit (read only) 1138050 1138986 936 0.1
(read/write) 1671636 1671708 72 0.0
.dram0.bss 72936 72944 8 0.0
.dram0.data 12988 12988 0 0.0
.flash.rodata 241840 241912 72 0.0
.flash.text 1138050 1138986 936 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1183119 1183871 752 0.1
(read/write) 520836 520900 64 0.0
.dram0.bss 79584 79592 8 0.0
.dram0.data 34004 34004 0 0.0
.flash.rodata 272884 272940 56 0.0
.flash.text 1177735 1178487 752 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 605424 605424 0 0.0
(read/write) 81960 81960 0 0.0
.bss 69808 69808 0 0.0
.data 2168 2168 0 0.0
.text 604888 604888 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 691000 691000 0 0.0
.bss 67664 67664 0 0.0
.data 2716 2716 0 0.0
.text 577144 577144 0 0.0
light k32w0+release (read only) 595128 595128 0 0.0
(read/write) 79176 79176 0 0.0
.bss 67072 67072 0 0.0
.data 2120 2120 0 0.0
.text 594592 594592 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782820 782820 0 0.0
.bss 77340 77340 0 0.0
.data 1928 1928 0 0.0
.text 660096 660096 0 0.0
lock k32w0+release (read only) 576520 576520 0 0.0
(read/write) 79440 79440 0 0.0
.bss 67360 67360 0 0.0
.data 2096 2096 0 0.0
.text 575984 575984 0 0.0
linux air-purifier-app debug (read only) 2526997 2526997 0 0.0
(read/write) 127240 127240 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179304 179304 0 0.0
.text 2172293 2172293 0 0.0
all-clusters-app debug (read only) 5416417 5423841 7424 0.1
(read/write) 456264 456296 32 0.0
.bss 131632 131632 0 0.0
.data 3840 3840 0 0.0
.data.rel.ro 313544 313576 32 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1264 1264 0 0.0
.rodata 312572 312672 100 0.0
.text 4693123 4700371 7248 0.2
all-clusters-minimal-app debug (read only) 4954025 4961425 7400 0.1
(read/write) 234720 234752 32 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95992 96024 32 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272781 272882 101 0.0
.text 4448787 4456019 7232 0.2
bridge-app debug (read only) 4417809 4425193 7384 0.2
(read/write) 215960 215992 32 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85312 85328 16 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219157 219226 69 0.0
.text 3980083 3987331 7248 0.2
chip-tool debug (read only) 11726225 11733689 7464 0.1
(read/write) 505872 505904 32 0.0
.bss 94200 94200 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 399440 399480 40 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 425897 426057 160 0.0
.text 10607827 10615059 7232 0.1
chip-tool-ipv6only arm64 (read only) 11450024 11454712 4688 0.0
(read/write) 573496 572944 -552 -0.1
.bss 103448 103464 16 0.0
.data 4288 4288 0 0.0
.data.rel.ro 438336 438360 24 0.0
.dynamic 512 512 0 0.0
.got 19856 19856 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 346192 346320 128 0.0
.text 10233096 10237576 4480 0.0
lighting-app debug+rpc+ui (read only) 5303609 5311057 7448 0.1
(read/write) 225032 225064 32 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93728 93744 16 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340340 340468 128 0.0
.text 4718483 4725731 7248 0.2
lock-app debug (read only) 4502849 4510265 7416 0.2
(read/write) 203680 203680 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79544 79560 16 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246997 247098 101 0.0
.text 4045827 4053075 7248 0.2
ota-provider-app debug (read only) 4166985 4174401 7416 0.2
(read/write) 192728 192760 32 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201269 201370 101 0.1
.text 3773843 3781091 7248 0.2
ota-requestor-app debug (read only) 4256441 4263857 7416 0.2
(read/write) 197040 197072 32 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72320 72336 16 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205077 205178 101 0.0
.text 3855091 3862339 7248 0.2
shell debug (read only) 2789433 2789433 0 0.0
(read/write) 152304 152304 0 0.0
.bss 62312 62312 0 0.0
.data 768 768 0 0.0
.data.rel.ro 83432 83432 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 181888 181888 0 0.0
.text 2436482 2436482 0 0.0
thermostat-no-ble arm64 (read only) 4406424 4411080 4656 0.1
(read/write) 244048 247544 3496 1.4
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102384 102408 24 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162276 162372 96 0.1
.text 3903752 3908248 4496 0.1
tv-app debug (read only) 5399681 5407097 7416 0.1
(read/write) 349312 349312 0 0.0
.bss 244704 244704 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92312 92328 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 273557 273658 101 0.0
.text 4888163 4895411 7248 0.1
tv-casting-app debug (read only) 9604305 9617041 12736 0.1
(read/write) 339040 339072 32 0.0
.bss 156352 156352 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 173376 173392 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 363688 363824 136 0.0
.text 8775107 8787635 12528 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2526192 2526192 0 0.0
.bss 220280 220280 0 0.0
.data 5144 5144 0 0.0
.text 1488876 1488876 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1068176 1068176 0 0.0
bss 129457 129457 0 0.0
rodata 105456 105456 0 0.0
text 785640 785640 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1194236 1194236 0 0.0
bss 121667 121667 0 0.0
rodata 139216 139216 0 0.0
text 783016 783016 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1040524 1040524 0 0.0
bss 129412 129412 0 0.0
rodata 98892 98892 0 0.0
text 764528 764528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835800 835800 0 0.0
(read/write) 1751556 1751556 0 0.0
.bss 195068 195068 0 0.0
.data 2472 2472 0 0.0
.text 1545628 1545628 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837848 837848 0 0.0
(read/write) 1706348 1706348 0 0.0
.bss 193020 193020 0 0.0
.data 2472 2472 0 0.0
.text 1502468 1502468 0 0.0
light cy8ckit_062s2_43012 (read only) 844536 844536 0 0.0
(read/write) 1631340 1631340 0 0.0
.bss 186444 186444 0 0.0
.data 2360 2360 0 0.0
.text 1434148 1434148 0 0.0
lock cy8ckit_062s2_43012 (read only) 817416 817416 0 0.0
(read/write) 1658244 1658244 0 0.0
.bss 213540 213540 0 0.0
.data 2384 2384 0 0.0
.text 1433932 1433932 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116852 1116852 0 0.0
.bss 101280 101280 0 0.0
.data 740 740 0 0.0
.text 629228 629228 0 0.0
lock-app qpg6105+debug (read/write) 1080780 1080780 0 0.0
.bss 97576 97576 0 0.0
.data 784 784 0 0.0
.text 593160 593160 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821658 821658 0 0.0
bss 55096 55096 0 0.0
text 613960 613960 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087064 1087064 0 0.0
bss 100468 100468 0 0.0
text 767458 767458 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1084348 1084348 0 0.0
bss 109828 109828 0 0.0
text 753596 753596 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934988 934988 0 0.0
bss 94336 94336 0 0.0
text 647014 647014 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821894 821894 0 0.0
bss 55140 55140 0 0.0
text 614330 614330 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 978980 978980 0 0.0
bss 79124 79124 0 0.0
text 694420 694420 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1093336 1093336 0 0.0
bss 99900 99900 0 0.0
text 769906 769906 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 965612 965612 0 0.0
bss 97388 97388 0 0.0
text 648096 648096 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948664 948664 0 0.0
bss 92444 92444 0 0.0
text 663122 663122 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 880692 880692 0 0.0
bss 69116 69116 0 0.0
text 622340 622340 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821304 821304 0 0.0
bss 57352 57352 0 0.0
text 589216 589216 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705600 705600 0 0.0
bss 73588 73588 0 0.0
text 462094 462094 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823630 823630 0 0.0
bss 55276 55276 0 0.0
text 617074 617074 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878397 878397 0 0.0
bss 60828 60828 0 0.0
text 630956 630956 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845676 845676 0 0.0
bss 57648 57648 0 0.0
text 607682 607682 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839952 839952 0 0.0
bss 58000 58000 0 0.0
text 601716 601716 0 0.0

Copy link

github-actions bot commented Jan 15, 2024

PR #30591: Size comparison from 0bcb061 to e73b27f

Increases above 0.2%:

platform target config section 0bcb061a e73b27f change % change
linux tv-casting-app debug .data 2912 2944 32 1.1
Increases (14 builds for esp32, linux)
platform target config section 0bcb061a e73b27f change % change
esp32 all-clusters-app c3devkit (read only) 1153886 1154822 936 0.1
(read/write) 1669488 1669560 72 0.0
.dram0.bss 71656 71664 8 0.0
.flash.rodata 240240 240312 72 0.0
.flash.text 1153886 1154822 936 0.1
m5stack (read only) 1200131 1200871 740 0.1
(read/write) 520108 520172 64 0.0
.dram0.bss 78520 78528 8 0.0
.flash.rodata 270536 270592 56 0.0
.flash.text 1193967 1194707 740 0.1
linux all-clusters-app debug (read only) 5435593 5443017 7424 0.1
(read/write) 458208 458240 32 0.0
.data.rel.ro 315352 315368 16 0.0
.rodata 314012 314112 100 0.0
.text 4709395 4716643 7248 0.2
all-clusters-minimal-app debug (read only) 4961265 4968681 7416 0.1
(read/write) 234640 234672 32 0.0
.data.rel.ro 95976 96008 32 0.0
.rodata 271949 272050 101 0.0
.text 4457027 4464275 7248 0.2
bridge-app debug (read only) 4426473 4433857 7384 0.2
(read/write) 215976 216008 32 0.0
.data.rel.ro 85312 85328 16 0.0
.rodata 219509 219578 69 0.0
.text 3988419 3995667 7248 0.2
chip-tool debug (read only) 11782833 11790233 7400 0.1
.data.rel.ro 399792 399800 8 0.0
.rodata 429657 429753 96 0.0
.text 10663363 10670595 7232 0.1
chip-tool-ipv6only arm64 (read only) 11357216 11361840 4624 0.0
.bss 103256 103272 16 0.0
.data.rel.ro 439024 439048 24 0.0
.rodata 340332 340460 128 0.0
.text 10146652 10151068 4416 0.0
lighting-app debug+rpc+ui (read only) 5311121 5318569 7448 0.1
(read/write) 224936 224968 32 0.0
.data.rel.ro 93728 93744 16 0.0
.rodata 340276 340404 128 0.0
.text 4726131 4733379 7248 0.2
lock-app debug (read only) 4511721 4519105 7384 0.2
.data.rel.ro 79544 79560 16 0.0
.rodata 247445 247514 69 0.0
.text 4054275 4061523 7248 0.2
ota-provider-app debug (read only) 4175953 4183353 7400 0.2
(read/write) 192680 192712 32 0.0
.data.rel.ro 69312 69328 16 0.0
.rodata 201781 201882 101 0.1
.text 3782323 3789555 7232 0.2
ota-requestor-app debug (read only) 4266833 4274249 7416 0.2
(read/write) 196960 196992 32 0.0
.data.rel.ro 72288 72304 16 0.0
.rodata 205589 205690 101 0.0
.text 3865091 3872339 7248 0.2
thermostat-no-ble arm64 (read only) 4355544 4360152 4608 0.1
.data.rel.ro 102776 102800 24 0.0
.rodata 155916 156012 96 0.1
.text 3857084 3861532 4448 0.1
tv-app debug (read only) 5412993 5420409 7416 0.1
.data.rel.ro 92248 92264 16 0.0
.rodata 273493 273594 101 0.0
.text 4901875 4909123 7248 0.1
tv-casting-app debug (read only) 9654665 9667385 12720 0.1
(read/write) 338080 338144 64 0.0
.data 2912 2944 32 1.1
.data.rel.ro 172384 172400 16 0.0
.rodata 365800 365904 104 0.0
.text 8827171 8839715 12544 0.1
Decreases (3 builds for efr32, linux)
platform target config section 0bcb061a e73b27f change % change
efr32 window-app BRD4187C (read/write) 1138792 1138784 -8 -0.0
.text 968556 968548 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 576232 575664 -568 -0.1
thermostat-no-ble arm64 (read/write) 245728 245176 -552 -0.2
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0bcb061a e73b27f change % change
bl602 lighting-app bl602 (read/write) 1420086 1420086 0 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 157048 157048 0 0.0
.text 1087726 1087726 0 0.0
bl602+mfd (read/write) 1434558 1434558 0 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 156008 156008 0 0.0
.text 1103094 1103094 0 0.0
bl602+rpc (read/write) 1467862 1467862 0 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164664 164664 0 0.0
.text 1119470 1119470 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1185131 1185131 0 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106420 106420 0 0.0
.text 957390 957390 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1196263 1196263 0 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105360 105360 0 0.0
.text 969454 969454 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276807 1276807 0 0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121840 121840 0 0.0
.text 1032196 1032196 0 0.0
bl706-eth (read/write) 1004249 1004249 0 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99752 99752 0 0.0
.text 749796 749796 0 0.0
bl706-wifi (read/write) 1235138 1235138 0 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120732 120732 0 0.0
.text 977928 977928 0 0.0
bl702l lighting-app bl702l (read/write) 1155284 1155284 0 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100424 100424 0 0.0
.text 950516 950516 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165968 1165968 0 0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99364 99364 0 0.0
.text 962636 962636 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778248 778248 0 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88896 88896 0 0.0
.text 689088 689088 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794264 794264 0 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83112 83112 0 0.0
.text 710884 710884 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782568 782568 0 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109760 109760 0 0.0
.text 672540 672540 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 735192 735192 0 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84488 84488 0 0.0
.text 650440 650440 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720704 720704 0 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80328 80328 0 0.0
.text 640112 640112 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 568106 568106 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 84034 84034 0 0.0
.text 481948 481948 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621458 621458 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105898 105898 0 0.0
.text 513436 513436 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562271 562271 0 0.0
.app_xip_area 452425 452425 0 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544527 544527 0 0.0
.app_xip_area 429945 429945 0 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563287 563287 0 0.0
.app_xip_area 454897 454897 0 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558831 558831 0 0.0
.app_xip_area 447209 447209 0 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1042376 1042376 0 0.0
.bss 192656 192656 0 0.0
.data 2776 2776 0 0.0
.text 846924 846924 0 0.0
BRD4187C (read/write) 1105456 1105456 0 0.0
.bss 194932 194932 0 0.0
.data 3384 3384 0 0.0
.text 907120 907120 0 0.0
lock-app BRD4161A+wf200 (read/write) 1118300 1118300 0 0.0
.bss 188040 188040 0 0.0
.data 2800 2800 0 0.0
.text 927440 927440 0 0.0
window-app BRD4187C (read/write) 1138792 1138784 -8 -0.0
.bss 166924 166924 0 0.0
.data 3292 3292 0 0.0
.text 968556 968548 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1153886 1154822 936 0.1
(read/write) 1669488 1669560 72 0.0
.dram0.bss 71656 71664 8 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 240240 240312 72 0.0
.flash.text 1153886 1154822 936 0.1
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1200131 1200871 740 0.1
(read/write) 520108 520172 64 0.0
.dram0.bss 78520 78528 8 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 270536 270592 56 0.0
.flash.text 1193967 1194707 740 0.1
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606840 606840 0 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606304 606304 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 692116 692116 0 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578248 578248 0 0.0
light k32w0+release (read only) 596184 596184 0 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595648 595648 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783928 783928 0 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 661192 661192 0 0.0
lock k32w0+release (read only) 577656 577656 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 577120 577120 0 0.0
linux air-purifier-app debug (read only) 2535309 2535309 0 0.0
(read/write) 127192 127192 0 0.0
.bss 46272 46272 0 0.0
.data 2144 2144 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 179688 179688 0 0.0
.text 2180341 2180341 0 0.0
all-clusters-app debug (read only) 5435593 5443017 7424 0.1
(read/write) 458208 458240 32 0.0
.bss 131216 131216 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 315352 315368 16 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 314012 314112 100 0.0
.text 4709395 4716643 7248 0.2
all-clusters-minimal-app debug (read only) 4961265 4968681 7416 0.1
(read/write) 234640 234672 32 0.0
.bss 127216 127216 0 0.0
.data 4384 4384 0 0.0
.data.rel.ro 95976 96008 32 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 271949 272050 101 0.0
.text 4457027 4464275 7248 0.2
bridge-app debug (read only) 4426473 4433857 7384 0.2
(read/write) 215976 216008 32 0.0
.bss 117816 117816 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85312 85328 16 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 219509 219578 69 0.0
.text 3988419 3995667 7248 0.2
chip-tool debug (read only) 11782833 11790233 7400 0.1
(read/write) 506264 506264 0 0.0
.bss 94200 94200 0 0.0
.data 5058 5058 0 0.0
.data.rel.ro 399792 399800 8 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 429657 429753 96 0.0
.text 10663363 10670595 7232 0.1
chip-tool-ipv6only arm64 (read only) 11357216 11361840 4624 0.0
(read/write) 576232 575664 -568 -0.1
.bss 103256 103272 16 0.0
.data 4472 4472 0 0.0
.data.rel.ro 439024 439048 24 0.0
.dynamic 512 512 0 0.0
.got 20040 20040 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 340332 340460 128 0.0
.text 10146652 10151068 4416 0.0
lighting-app debug+rpc+ui (read only) 5311121 5318569 7448 0.1
(read/write) 224936 224968 32 0.0
.bss 118848 118848 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 93728 93744 16 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 340276 340404 128 0.0
.text 4726131 4733379 7248 0.2
lock-app debug (read only) 4511721 4519105 7384 0.2
(read/write) 203600 203600 0 0.0
.bss 113248 113248 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 79544 79560 16 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 247445 247514 69 0.0
.text 4054275 4061523 7248 0.2
ota-provider-app debug (read only) 4175953 4183353 7400 0.2
(read/write) 192680 192712 32 0.0
.bss 113248 113248 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 201781 201882 101 0.1
.text 3782323 3789555 7232 0.2
ota-requestor-app debug (read only) 4266833 4274249 7416 0.2
(read/write) 196960 196992 32 0.0
.bss 114144 114144 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 72288 72304 16 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 205589 205690 101 0.0
.text 3865091 3872339 7248 0.2
shell debug (read only) 2802969 2802969 0 0.0
(read/write) 152704 152704 0 0.0
.bss 61832 61832 0 0.0
.data 1344 1344 0 0.0
.data.rel.ro 83784 83784 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 182016 182016 0 0.0
.text 2449746 2449746 0 0.0
thermostat-no-ble arm64 (read only) 4355544 4360152 4608 0.1
(read/write) 245728 245176 -552 -0.2
.bss 121624 121624 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102776 102800 24 0.0
.dynamic 512 512 0 0.0
.got 12088 12088 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155916 156012 96 0.1
.text 3857084 3861532 4448 0.1
tv-app debug (read only) 5412993 5420409 7416 0.1
(read/write) 349128 349128 0 0.0
.bss 243136 243136 0 0.0
.data 6464 6464 0 0.0
.data.rel.ro 92248 92264 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 273493 273594 101 0.0
.text 4901875 4909123 7248 0.1
tv-casting-app debug (read only) 9654665 9667385 12720 0.1
(read/write) 338080 338144 64 0.0
.bss 155936 155936 0 0.0
.data 2912 2944 32 1.1
.data.rel.ro 172384 172400 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 365800 365904 104 0.0
.text 8827171 8839715 12544 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2527112 2527112 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489796 1489796 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1075376 1075376 0 0.0
bss 129403 129403 0 0.0
rodata 106752 106752 0 0.0
text 791520 791520 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1200292 1200292 0 0.0
bss 121613 121613 0 0.0
rodata 139600 139600 0 0.0
text 788600 788600 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1041448 1041448 0 0.0
bss 129300 129300 0 0.0
rodata 98888 98888 0 0.0
text 765448 765448 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835696 835696 0 0.0
(read/write) 1761028 1761028 0 0.0
.bss 195020 195020 0 0.0
.data 2624 2624 0 0.0
.text 1554996 1554996 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1707524 1707524 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1503612 1503612 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632444 1632444 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435220 1435220 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659348 1659348 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1435004 1435004 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1117960 1117960 0 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630340 630340 0 0.0
lock-app qpg6105+debug (read/write) 1081936 1081936 0 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594312 594312 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822594 822594 0 0.0
bss 50916 50916 0 0.0
text 614800 614800 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1090060 1090060 0 0.0
bss 100384 100384 0 0.0
text 769954 769954 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1085496 1085496 0 0.0
bss 109696 109696 0 0.0
text 754632 754632 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935944 935944 0 0.0
bss 93664 93664 0 0.0
text 647880 647880 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822830 822830 0 0.0
bss 50960 50960 0 0.0
text 615170 615170 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 980468 980468 0 0.0
bss 79004 79004 0 0.0
text 695692 695692 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1094524 1094524 0 0.0
bss 99840 99840 0 0.0
text 771006 771006 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 966552 966552 0 0.0
bss 97304 97304 0 0.0
text 648938 648938 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 949880 949880 0 0.0
bss 92348 92348 0 0.0
text 664248 664248 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881732 881732 0 0.0
bss 69032 69032 0 0.0
text 623286 623286 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822384 822384 0 0.0
bss 57276 57276 0 0.0
text 590210 590210 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705632 705632 0 0.0
bss 73568 73568 0 0.0
text 462136 462136 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824558 824558 0 0.0
bss 51096 51096 0 0.0
text 617914 617914 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879609 879609 0 0.0
bss 60744 60744 0 0.0
text 632106 632106 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 846748 846748 0 0.0
bss 57564 57564 0 0.0
text 608676 608676 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840948 840948 0 0.0
bss 57880 57880 0 0.0
text 602630 602630 0 0.0

Copy link

github-actions bot commented Jan 17, 2024

PR #30591: Size comparison from f59323b to 24367ed

Increases above 0.2%:

platform target config section f59323b 24367ed change % change
linux all-clusters-app debug (read only) 5540233 5554905 14672 0.3
.text 4800451 4814915 14464 0.3
all-clusters-minimal-app debug (read only) 4965249 4979913 14664 0.3
.text 4461011 4475475 14464 0.3
bridge-app debug (read only) 4427257 4441889 14632 0.3
.text 3989203 4003667 14464 0.4
lighting-app debug+rpc+ui (read only) 5314201 5328897 14696 0.3
.text 4728259 4742723 14464 0.3
lock-app debug (read only) 4512297 4526929 14632 0.3
.text 4054883 4069347 14464 0.4
ota-provider-app debug (read only) 4176689 4191353 14664 0.4
.text 3783091 3797555 14464 0.4
ota-requestor-app debug (read only) 4267617 4282297 14680 0.3
.text 3865875 3880323 14448 0.4
thermostat-no-ble arm64 (read only) 4358504 4373192 14688 0.3
.text 3860044 3874556 14512 0.4
tv-app debug (read only) 5413569 5428201 14632 0.3
.text 4902483 4916947 14464 0.3
tv-casting-app debug (read only) 9827689 9848521 20832 0.2
.text 8988563 9009187 20624 0.2
Increases (12 builds for linux)
platform target config section f59323b 24367ed change % change
linux all-clusters-app debug (read only) 5540233 5554905 14672 0.3
(read/write) 464088 464152 64 0.0
.bss 131664 131696 32 0.0
.data.rel.ro 320728 320760 32 0.0
.rodata 321596 321728 132 0.0
.text 4800451 4814915 14464 0.3
all-clusters-minimal-app debug (read only) 4965249 4979913 14664 0.3
(read/write) 234704 234768 64 0.0
.bss 127216 127248 32 0.0
.data.rel.ro 96040 96072 32 0.0
.rodata 271949 272082 133 0.0
.text 4461011 4475475 14464 0.3
bridge-app debug (read only) 4427257 4441889 14632 0.3
(read/write) 215976 216024 48 0.0
.bss 117816 117832 16 0.0
.data.rel.ro 85312 85328 16 0.0
.rodata 219509 219610 101 0.0
.text 3989203 4003667 14464 0.4
chip-tool debug (read only) 11959353 11974017 14664 0.1
(read/write) 512952 513016 64 0.0
.bss 94200 94264 64 0.1
.data.rel.ro 406480 406488 8 0.0
.rodata 433721 433849 128 0.0
.text 10824563 10839027 14464 0.1
chip-tool-ipv6only arm64 (read only) 11518992 11529584 10592 0.1
.bss 103256 103288 32 0.0
.data.rel.ro 445856 445880 24 0.0
.got 20224 20232 8 0.0
.rodata 343916 343996 80 0.0
.text 10292892 10303308 10416 0.1
lighting-app debug+rpc+ui (read only) 5314201 5328897 14696 0.3
(read/write) 224904 224968 64 0.0
.bss 118880 118912 32 0.0
.data.rel.ro 93728 93744 16 0.0
.rodata 341300 341460 160 0.0
.text 4728259 4742723 14464 0.3
lock-app debug (read only) 4512297 4526929 14632 0.3
(read/write) 203600 203632 32 0.0
.bss 113248 113280 32 0.0
.data.rel.ro 79544 79560 16 0.0
.rodata 247413 247514 101 0.0
.text 4054883 4069347 14464 0.4
ota-provider-app debug (read only) 4176689 4191353 14664 0.4
(read/write) 192680 192736 56 0.0
.bss 113248 113272 24 0.0
.data.rel.ro 69312 69328 16 0.0
.rodata 201749 201882 133 0.1
.text 3783091 3797555 14464 0.4
ota-requestor-app debug (read only) 4267617 4282297 14680 0.3
(read/write) 196960 197008 48 0.0
.bss 114144 114160 16 0.0
.data.rel.ro 72288 72304 16 0.0
.rodata 205589 205754 165 0.1
.text 3865875 3880323 14448 0.4
thermostat-no-ble arm64 (read only) 4358504 4373192 14688 0.3
.bss 121624 121656 32 0.0
.data.rel.ro 102776 102800 24 0.0
.got 12088 12096 8 0.1
.rodata 155916 155996 80 0.1
.text 3860044 3874556 14512 0.4
tv-app debug (read only) 5413569 5428201 14632 0.3
(read/write) 349128 349160 32 0.0
.bss 243136 243168 32 0.0
.data.rel.ro 92248 92264 16 0.0
.rodata 273461 273562 101 0.0
.text 4902483 4916947 14464 0.3
tv-casting-app debug (read only) 9827689 9848521 20832 0.2
(read/write) 341632 341728 96 0.0
.bss 155936 156000 64 0.0
.data.rel.ro 175936 175952 16 0.0
.rodata 368744 368880 136 0.0
.text 8988563 9009187 20624 0.2
Decreases (2 builds for linux)
platform target config section f59323b 24367ed change % change
linux chip-tool-ipv6only arm64 (read/write) 582368 579984 -2384 -0.4
thermostat-no-ble arm64 (read/write) 246864 244480 -2384 -1.0
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section f59323b 24367ed change % change
bl602 lighting-app bl602 (read/write) 1420342 1420342 0 0.0
.bss 85184 85184 0 0.0
.data 9488 9488 0 0.0
.rodata 157048 157048 0 0.0
.text 1087984 1087984 0 0.0
bl602+mfd (read/write) 1434814 1434814 0 0.0
.bss 85352 85352 0 0.0
.data 9456 9456 0 0.0
.rodata 156008 156008 0 0.0
.text 1103352 1103352 0 0.0
bl602+rpc (read/write) 1468078 1468078 0 0.0
.bss 93216 93216 0 0.0
.data 9856 9856 0 0.0
.rodata 164616 164616 0 0.0
.text 1119732 1119732 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1185131 1185131 0 0.0
.bss 11133 11133 0 0.0
.data 3656 3656 0 0.0
.rodata 106420 106420 0 0.0
.text 957392 957392 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1196263 1196263 0 0.0
.bss 11309 11309 0 0.0
.data 3640 3640 0 0.0
.rodata 105360 105360 0 0.0
.text 969456 969456 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1276767 1276767 0 0.0
.bss 19597 19597 0 0.0
.data 4216 4216 0 0.0
.rodata 121792 121792 0 0.0
.text 1032202 1032202 0 0.0
bl706-eth (read/write) 1004253 1004253 0 0.0
.bss 23692 23692 0 0.0
.data 3232 3232 0 0.0
.rodata 99752 99752 0 0.0
.text 749798 749798 0 0.0
bl706-wifi (read/write) 1235398 1235398 0 0.0
.bss 10577 10577 0 0.0
.data 3672 3672 0 0.0
.rodata 120732 120732 0 0.0
.text 978186 978186 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1154520 1154520 0 0.0
.bss 16328 16328 0 0.0
.data 5024 5024 0 0.0
.rodata 100424 100424 0 0.0
.text 950262 950262 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1165972 1165972 0 0.0
.bss 16504 16504 0 0.0
.data 5000 5000 0 0.0
.rodata 99364 99364 0 0.0
.text 962638 962638 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 778304 778304 0 0.0
(read/write) 168380 168380 0 0.0
.bss 90452 90452 0 0.0
.data 3524 3524 0 0.0
.rodata 88904 88904 0 0.0
.text 689136 689136 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 794312 794312 0 0.0
(read/write) 178608 178608 0 0.0
.bss 100628 100628 0 0.0
.data 3552 3552 0 0.0
.rodata 83112 83112 0 0.0
.text 710932 710932 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 782616 782616 0 0.0
(read/write) 173064 173064 0 0.0
.bss 95084 95084 0 0.0
.data 3552 3552 0 0.0
.rodata 109760 109760 0 0.0
.text 672588 672588 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 735224 735224 0 0.0
(read/write) 167384 167384 0 0.0
.bss 89232 89232 0 0.0
.data 3512 3512 0 0.0
.rodata 84488 84488 0 0.0
.text 650472 650472 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 720752 720752 0 0.0
(read/write) 167564 167564 0 0.0
.bss 89416 89416 0 0.0
.data 3508 3508 0 0.0
.rodata 80328 80328 0 0.0
.text 640160 640160 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 568106 568106 0 0.0
(read/write) 207744 207744 0 0.0
.bss 201028 201028 0 0.0
.data 1592 1592 0 0.0
.rodata 84034 84034 0 0.0
.text 481948 481948 0 0.0
lock CC3235SF_LAUNCHXL (read only) 621458 621458 0 0.0
(read/write) 208144 208144 0 0.0
.bss 201504 201504 0 0.0
.data 1520 1520 0 0.0
.rodata 105898 105898 0 0.0
.text 513436 513436 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 562343 562343 0 0.0
.app_xip_area 452497 452497 0 0.0
.bss 64688 64688 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 544583 544583 0 0.0
.app_xip_area 430001 430001 0 0.0
.bss 69384 69384 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 563335 563335 0 0.0
.app_xip_area 454945 454945 0 0.0
.bss 63272 63272 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 558903 558903 0 0.0
.app_xip_area 447281 447281 0 0.0
.bss 66392 66392 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1159734 1159734 0 0.0
(read/write) 1670864 1670864 0 0.0
.dram0.bss 71800 71800 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 241472 241472 0 0.0
.flash.text 1159734 1159734 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1205607 1205607 0 0.0
(read/write) 521476 521476 0 0.0
.dram0.bss 78664 78664 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 271760 271760 0 0.0
.flash.text 1199443 1199443 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606912 606912 0 0.0
(read/write) 81172 81172 0 0.0
.bss 68952 68952 0 0.0
.data 2236 2236 0 0.0
.text 606376 606376 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 692196 692196 0 0.0
.bss 67608 67608 0 0.0
.data 2788 2788 0 0.0
.text 578328 578328 0 0.0
light k32w0+release (read only) 596256 596256 0 0.0
(read/write) 79188 79188 0 0.0
.bss 67016 67016 0 0.0
.data 2188 2188 0 0.0
.text 595720 595720 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 783984 783984 0 0.0
.bss 77284 77284 0 0.0
.data 2000 2000 0 0.0
.text 661248 661248 0 0.0
lock k32w0+release (read only) 577712 577712 0 0.0
(read/write) 78644 78644 0 0.0
.bss 66496 66496 0 0.0
.data 2164 2164 0 0.0
.text 577176 577176 0 0.0
linux air-purifier-app debug (read only) 2536093 2536093 0 0.0
(read/write) 127192 127192 0 0.0
.bss 46272 46272 0 0.0
.data 2144 2144 0 0.0
.data.rel.ro 72856 72856 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 179688 179688 0 0.0
.text 2181125 2181125 0 0.0
all-clusters-app debug (read only) 5540233 5554905 14672 0.3
(read/write) 464088 464152 64 0.0
.bss 131664 131696 32 0.0
.data 4448 4448 0 0.0
.data.rel.ro 320728 320760 32 0.0
.dynamic 624 624 0 0.0
.got 5336 5336 0 0.0
.init 27 27 0 0.0
.init_array 1280 1280 0 0.0
.rodata 321596 321728 132 0.0
.text 4800451 4814915 14464 0.3
all-clusters-minimal-app debug (read only) 4965249 4979913 14664 0.3
(read/write) 234704 234768 64 0.0
.bss 127216 127248 32 0.0
.data 4384 4384 0 0.0
.data.rel.ro 96040 96072 32 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 271949 272082 133 0.0
.text 4461011 4475475 14464 0.3
bridge-app debug (read only) 4427257 4441889 14632 0.3
(read/write) 215976 216024 48 0.0
.bss 117816 117832 16 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85312 85328 16 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 219509 219610 101 0.0
.text 3989203 4003667 14464 0.4
chip-tool debug (read only) 11959353 11974017 14664 0.1
(read/write) 512952 513016 64 0.0
.bss 94200 94264 64 0.1
.data 5058 5058 0 0.0
.data.rel.ro 406480 406488 8 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 433721 433849 128 0.0
.text 10824563 10839027 14464 0.1
chip-tool-ipv6only arm64 (read only) 11518992 11529584 10592 0.1
(read/write) 582368 579984 -2384 -0.4
.bss 103256 103288 32 0.0
.data 4472 4472 0 0.0
.data.rel.ro 445856 445880 24 0.0
.dynamic 512 512 0 0.0
.got 20224 20232 8 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 343916 343996 80 0.0
.text 10292892 10303308 10416 0.1
lighting-app debug+rpc+ui (read only) 5314201 5328897 14696 0.3
(read/write) 224904 224968 64 0.0
.bss 118880 118912 32 0.0
.data 4800 4800 0 0.0
.data.rel.ro 93728 93744 16 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 341300 341460 160 0.0
.text 4728259 4742723 14464 0.3
lock-app debug (read only) 4512297 4526929 14632 0.3
(read/write) 203600 203632 32 0.0
.bss 113248 113280 32 0.0
.data 4096 4096 0 0.0
.data.rel.ro 79544 79560 16 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 247413 247514 101 0.0
.text 4054883 4069347 14464 0.4
ota-provider-app debug (read only) 4176689 4191353 14664 0.4
(read/write) 192680 192736 56 0.0
.bss 113248 113272 24 0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 201749 201882 133 0.1
.text 3783091 3797555 14464 0.4
ota-requestor-app debug (read only) 4267617 4282297 14680 0.3
(read/write) 196960 197008 48 0.0
.bss 114144 114160 16 0.0
.data 4656 4656 0 0.0
.data.rel.ro 72288 72304 16 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 205589 205754 165 0.1
.text 3865875 3880323 14448 0.4
shell debug (read only) 2836145 2836145 0 0.0
(read/write) 154328 154328 0 0.0
.bss 62184 62184 0 0.0
.data 1344 1344 0 0.0
.data.rel.ro 85032 85032 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 184512 184512 0 0.0
.text 2479538 2479538 0 0.0
thermostat-no-ble arm64 (read only) 4358504 4373192 14688 0.3
(read/write) 246864 244480 -2384 -1.0
.bss 121624 121656 32 0.0
.data 3328 3328 0 0.0
.data.rel.ro 102776 102800 24 0.0
.dynamic 512 512 0 0.0
.got 12088 12096 8 0.1
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 155916 155996 80 0.1
.text 3860044 3874556 14512 0.4
tv-app debug (read only) 5413569 5428201 14632 0.3
(read/write) 349128 349160 32 0.0
.bss 243136 243168 32 0.0
.data 6464 6464 0 0.0
.data.rel.ro 92248 92264 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 273461 273562 101 0.0
.text 4902483 4916947 14464 0.3
tv-casting-app debug (read only) 9827689 9848521 20832 0.2
(read/write) 341632 341728 96 0.0
.bss 155936 156000 64 0.0
.data 2912 2912 0 0.0
.data.rel.ro 175936 175952 16 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 368744 368880 136 0.0
.text 8988563 9009187 20624 0.2
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2527200 2527200 0 0.0
.bss 220240 220240 0 0.0
.data 5208 5208 0 0.0
.text 1489884 1489884 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1091068 1091068 0 0.0
bss 129560 129560 0 0.0
rodata 110220 110220 0 0.0
text 803468 803468 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1212740 1212740 0 0.0
bss 121770 121770 0 0.0
rodata 140832 140832 0 0.0
text 799636 799636 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1041868 1041868 0 0.0
bss 129300 129300 0 0.0
rodata 98924 98924 0 0.0
text 765820 765820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835520 835520 0 0.0
(read/write) 1784172 1784172 0 0.0
.bss 195180 195180 0 0.0
.data 2640 2640 0 0.0
.text 1577964 1577964 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837816 837816 0 0.0
(read/write) 1708268 1708268 0 0.0
.bss 192908 192908 0 0.0
.data 2616 2616 0 0.0
.text 1504356 1504356 0 0.0
light cy8ckit_062s2_43012 (read only) 844504 844504 0 0.0
(read/write) 1632700 1632700 0 0.0
.bss 186404 186404 0 0.0
.data 2432 2432 0 0.0
.text 1435476 1435476 0 0.0
lock cy8ckit_062s2_43012 (read only) 817384 817384 0 0.0
(read/write) 1659580 1659580 0 0.0
.bss 213500 213500 0 0.0
.data 2456 2456 0 0.0
.text 1435236 1435236 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1118016 1118016 0 0.0
.bss 101224 101224 0 0.0
.data 808 808 0 0.0
.text 630396 630396 0 0.0
lock-app qpg6105+debug (read/write) 1081976 1081976 0 0.0
.bss 97520 97520 0 0.0
.data 852 852 0 0.0
.text 594352 594352 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822614 822614 0 0.0
bss 50916 50916 0 0.0
text 614818 614818 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1107700 1107700 0 0.0
bss 100540 100540 0 0.0
text 783780 783780 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1085992 1085992 0 0.0
bss 109696 109696 0 0.0
text 754984 754984 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931816 931816 0 0.0
bss 92772 92772 0 0.0
text 646030 646030 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822850 822850 0 0.0
bss 50960 50960 0 0.0
text 615188 615188 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 980552 980552 0 0.0
bss 79004 79004 0 0.0
text 695746 695746 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1094604 1094604 0 0.0
bss 99840 99840 0 0.0
text 771118 771118 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 966616 966616 0 0.0
bss 97304 97304 0 0.0
text 648982 648982 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 949936 949936 0 0.0
bss 92348 92348 0 0.0
text 664282 664282 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881752 881752 0 0.0
bss 69032 69032 0 0.0
text 623304 623304 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822404 822404 0 0.0
bss 57276 57276 0 0.0
text 590228 590228 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705632 705632 0 0.0
bss 73568 73568 0 0.0
text 462136 462136 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824578 824578 0 0.0
bss 51096 51096 0 0.0
text 617932 617932 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879673 879673 0 0.0
bss 60744 60744 0 0.0
text 632142 632142 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 847112 847112 0 0.0
bss 57564 57564 0 0.0
text 608984 608984 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840968 840968 0 0.0
bss 57880 57880 0 0.0
text 602648 602648 0 0.0

@shripad621git shripad621git marked this pull request as ready for review January 18, 2024 09:46
Copy link

github-actions bot commented Feb 1, 2024

PR #30591: Size comparison from b389c60 to f56c30d

Increases above 0.2%:

platform target config section b389c60 f56c30d change % change
linux all-clusters-app debug (read only) 5784169 5803465 19296 0.3
.text 5014035 5033091 19056 0.4
all-clusters-minimal-app debug (read only) 5134569 5153889 19320 0.4
.text 4613971 4633027 19056 0.4
bridge-app debug (read only) 4550329 4569681 19352 0.4
.text 4102915 4121971 19056 0.5
lighting-app debug+rpc+ui (read only) 5471417 5490769 19352 0.4
.text 4873139 4892195 19056 0.4
lock-app debug (read only) 4625401 4644753 19352 0.4
.text 4159251 4178307 19056 0.5
ota-provider-app debug (read only) 4258737 4278057 19320 0.5
.text 3860035 3879091 19056 0.5
ota-requestor-app debug (read only) 4374137 4393489 19352 0.4
.text 3965203 3984259 19056 0.5
thermostat-no-ble arm64 (read only) 4445640 4465408 19768 0.4
(read/write) 245840 246608 768 0.3
.text 3942652 3962204 19552 0.5
tv-app debug (read only) 5575561 5594849 19288 0.3
.text 5051539 5070595 19056 0.4
tv-casting-app debug (read only) 10023921 10049441 25520 0.3
.text 9171507 9196723 25216 0.3
Increases (12 builds for linux)
platform target config section b389c60 f56c30d change % change
linux all-clusters-app debug (read only) 5784169 5803465 19296 0.3
(read/write) 472456 472536 80 0.0
.bss 132928 132976 48 0.0
.data.rel.ro 327720 327752 32 0.0
.rodata 343460 343624 164 0.0
.text 5014035 5033091 19056 0.4
all-clusters-minimal-app debug (read only) 5134569 5153889 19320 0.4
(read/write) 235656 235736 80 0.0
.bss 127456 127504 48 0.0
.data.rel.ro 96792 96824 32 0.0
.rodata 286773 286970 197 0.1
.text 4613971 4633027 19056 0.4
bridge-app debug (read only) 4550329 4569681 19352 0.4
(read/write) 216728 216760 32 0.0
.bss 117952 117984 32 0.0
.data.rel.ro 85904 85920 16 0.0
.rodata 227573 227802 229 0.1
.text 4102915 4121971 19056 0.5
chip-tool debug (read only) 12162721 12182041 19320 0.2
(read/write) 520304 520336 32 0.0
.bss 94232 94264 32 0.0
.data.rel.ro 413744 413752 8 0.0
.rodata 442329 442521 192 0.0
.text 11010227 11029283 19056 0.2
chip-tool-ipv6only arm64 (read only) 11684592 11708408 23816 0.2
(read/write) 588832 589632 800 0.1
.bss 103304 103336 32 0.0
.data.rel.ro 453408 453432 24 0.0
.got 20440 20448 8 0.0
.rodata 349548 349652 104 0.0
.text 10442508 10466124 23616 0.2
lighting-app debug+rpc+ui (read only) 5471417 5490769 19352 0.4
(read/write) 225552 225576 24 0.0
.bss 118912 118936 24 0.0
.data.rel.ro 94320 94336 16 0.0
.rodata 352340 352564 224 0.1
.text 4873139 4892195 19056 0.4
lock-app debug (read only) 4625401 4644753 19352 0.4
(read/write) 204440 204456 16 0.0
.bss 113376 113392 16 0.0
.data.rel.ro 80216 80232 16 0.0
.rodata 254709 254938 229 0.1
.text 4159251 4178307 19056 0.5
ota-provider-app debug (read only) 4258737 4278057 19320 0.5
(read/write) 192912 192944 32 0.0
.bss 113216 113248 32 0.0
.data.rel.ro 69520 69536 16 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879091 19056 0.5
ota-requestor-app debug (read only) 4374137 4393489 19352 0.4
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data.rel.ro 72464 72496 32 0.0
.rodata 212469 212698 229 0.1
.text 3965203 3984259 19056 0.5
thermostat-no-ble arm64 (read only) 4445640 4465408 19768 0.4
(read/write) 245840 246608 768 0.3
.bss 121720 121752 32 0.0
.data.rel.ro 103464 103488 24 0.0
.got 12200 12208 8 0.1
.rodata 158652 158772 120 0.1
.text 3942652 3962204 19552 0.5
tv-app debug (read only) 5575561 5594849 19288 0.3
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data.rel.ro 93432 93448 16 0.0
.rodata 283925 284090 165 0.1
.text 5051539 5070595 19056 0.4
tv-casting-app debug (read only) 10023921 10049441 25520 0.3
(read/write) 343064 343144 80 0.0
.bss 156032 156048 16 0.0
.data.rel.ro 177224 177272 48 0.0
.rodata 378728 378960 232 0.1
.text 9171507 9196723 25216 0.3
Decreases (1 build for efr32)
platform target config section b389c60 f56c30d change % change
efr32 window-app BRD4187C (read/write) 1146544 1146536 -8 -0.0
.text 976084 976076 -8 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b389c60 f56c30d change % change
bl602 lighting-app bl602 (read/write) 1429390 1429390 0 0.0
.bss 85320 85320 0 0.0
.data 9488 9488 0 0.0
.rodata 157344 157344 0 0.0
.text 1096592 1096592 0 0.0
bl602+mfd (read/write) 1444038 1444038 0 0.0
.bss 85480 85480 0 0.0
.data 9456 9456 0 0.0
.rodata 156304 156304 0 0.0
.text 1112150 1112150 0 0.0
bl602+rpc (read/write) 1477030 1477030 0 0.0
.bss 93352 93352 0 0.0
.data 9856 9856 0 0.0
.rodata 164920 164920 0 0.0
.text 1128234 1128234 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194187 1194187 0 0.0
.bss 11121 11121 0 0.0
.data 3664 3664 0 0.0
.rodata 106732 106732 0 0.0
.text 965850 965850 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205263 1205263 0 0.0
.bss 11297 11297 0 0.0
.data 3648 3648 0 0.0
.rodata 105672 105672 0 0.0
.text 977860 977860 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1285919 1285919 0 0.0
.bss 19589 19589 0 0.0
.data 4216 4216 0 0.0
.rodata 122104 122104 0 0.0
.text 1040794 1040794 0 0.0
bl706-eth (read/write) 1012593 1012593 0 0.0
.bss 23680 23680 0 0.0
.data 3240 3240 0 0.0
.rodata 100052 100052 0 0.0
.text 757668 757668 0 0.0
bl706-wifi (read/write) 1245810 1245810 0 0.0
.bss 10565 10565 0 0.0
.data 3672 3672 0 0.0
.rodata 121032 121032 0 0.0
.text 988152 988152 0 0.0
bl702l lighting-app bl702l (read/write) 1164288 1164288 0 0.0
.bss 16316 16316 0 0.0
.data 5032 5032 0 0.0
.rodata 100736 100736 0 0.0
.text 958956 958956 0 0.0
bl702l+mfd (read/write) 1175688 1175688 0 0.0
.bss 16492 16492 0 0.0
.data 5008 5008 0 0.0
.rodata 99676 99676 0 0.0
.text 971278 971278 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780484 780484 0 0.0
(read/write) 168856 168856 0 0.0
.bss 90876 90876 0 0.0
.data 3552 3552 0 0.0
.rodata 90316 90316 0 0.0
.text 689904 689904 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799212 799212 0 0.0
(read/write) 179116 179116 0 0.0
.bss 101076 101076 0 0.0
.data 3580 3580 0 0.0
.rodata 84724 84724 0 0.0
.text 714220 714220 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787716 787716 0 0.0
(read/write) 173572 173572 0 0.0
.bss 95532 95532 0 0.0
.data 3580 3580 0 0.0
.rodata 111436 111436 0 0.0
.text 676012 676012 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738348 738348 0 0.0
(read/write) 167836 167836 0 0.0
.bss 89624 89624 0 0.0
.data 3540 3540 0 0.0
.rodata 86036 86036 0 0.0
.text 652048 652048 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723972 723972 0 0.0
(read/write) 168040 168040 0 0.0
.bss 89840 89840 0 0.0
.data 3536 3536 0 0.0
.rodata 81884 81884 0 0.0
.text 641824 641824 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 572034 0 0.0
(read/write) 207872 207872 0 0.0
.bss 201156 201156 0 0.0
.data 1592 1592 0 0.0
.rodata 84554 84554 0 0.0
.text 485360 485360 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627282 627282 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201664 201664 0 0.0
.data 1520 1520 0 0.0
.rodata 106946 106946 0 0.0
.text 518212 518212 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 563971 563971 0 0.0
.app_xip_area 453845 453845 0 0.0
.bss 64968 64968 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548819 548819 0 0.0
.app_xip_area 433933 433933 0 0.0
.bss 69688 69688 0 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565643 565643 0 0.0
.app_xip_area 457013 457013 0 0.0
.bss 63512 63512 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562379 562379 0 0.0
.app_xip_area 450477 450477 0 0.0
.bss 66672 66672 0 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928128 928128 0 0.0
.bss 197904 197904 0 0.0
.data 1372 1372 0 0.0
.text 728832 728832 0 0.0
BRD4187C (read/write) 1107068 1107068 0 0.0
.bss 195156 195156 0 0.0
.data 3384 3384 0 0.0
.text 908508 908508 0 0.0
lock-app BRD4161A+wf200 (read/write) 1121776 1121776 0 0.0
.bss 188208 188208 0 0.0
.data 2800 2800 0 0.0
.text 930748 930748 0 0.0
window-app BRD4187C (read/write) 1146544 1146536 -8 -0.0
.bss 167148 167148 0 0.0
.data 3292 3292 0 0.0
.text 976084 976076 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1197324 1197324 0 0.0
(read/write) 1744736 1744736 0 0.0
.dram0.bss 73392 73392 0 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 248224 248224 0 0.0
.flash.text 1197324 1197324 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1239455 1239455 0 0.0
(read/write) 529680 529680 0 0.0
.dram0.bss 80256 80256 0 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 278372 278372 0 0.0
.flash.text 1233291 1233291 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610040 610040 0 0.0
(read/write) 81324 81324 0 0.0
.bss 69104 69104 0 0.0
.data 2236 2236 0 0.0
.text 609504 609504 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 695716 695716 0 0.0
.bss 67752 67752 0 0.0
.data 2788 2788 0 0.0
.text 581704 581704 0 0.0
light k32w0+release (read only) 598480 598480 0 0.0
(read/write) 79332 79332 0 0.0
.bss 67160 67160 0 0.0
.data 2188 2188 0 0.0
.text 597944 597944 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786648 786648 0 0.0
.bss 77428 77428 0 0.0
.data 2000 2000 0 0.0
.text 663768 663768 0 0.0
lock k32w0+release (read only) 580832 580832 0 0.0
(read/write) 78772 78772 0 0.0
.bss 66624 66624 0 0.0
.data 2164 2164 0 0.0
.text 580296 580296 0 0.0
linux air-purifier-app debug (read only) 2576197 2576197 0 0.0
(read/write) 127832 127832 0 0.0
.bss 46272 46272 0 0.0
.data 2176 2176 0 0.0
.data.rel.ro 73464 73464 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 181768 181768 0 0.0
.text 2217877 2217877 0 0.0
all-clusters-app debug (read only) 5784169 5803465 19296 0.3
(read/write) 472456 472536 80 0.0
.bss 132928 132976 48 0.0
.data 4432 4432 0 0.0
.data.rel.ro 327720 327752 32 0.0
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1344 1344 0 0.0
.rodata 343460 343624 164 0.0
.text 5014035 5033091 19056 0.4
all-clusters-minimal-app debug (read only) 5134569 5153889 19320 0.4
(read/write) 235656 235736 80 0.0
.bss 127456 127504 48 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96792 96824 32 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 286773 286970 197 0.1
.text 4613971 4633027 19056 0.4
bridge-app debug (read only) 4550329 4569681 19352 0.4
(read/write) 216728 216760 32 0.0
.bss 117952 117984 32 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85904 85920 16 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227573 227802 229 0.1
.text 4102915 4121971 19056 0.5
chip-tool debug (read only) 12162721 12182041 19320 0.2
(read/write) 520304 520336 32 0.0
.bss 94232 94264 32 0.0
.data 5090 5090 0 0.0
.data.rel.ro 413744 413752 8 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 442329 442521 192 0.0
.text 11010227 11029283 19056 0.2
chip-tool-ipv6only arm64 (read only) 11684592 11708408 23816 0.2
(read/write) 588832 589632 800 0.1
.bss 103304 103336 32 0.0
.data 4472 4472 0 0.0
.data.rel.ro 453408 453432 24 0.0
.dynamic 512 512 0 0.0
.got 20440 20448 8 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 349548 349652 104 0.0
.text 10442508 10466124 23616 0.2
lighting-app debug+rpc+ui (read only) 5471417 5490769 19352 0.4
(read/write) 225552 225576 24 0.0
.bss 118912 118936 24 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94320 94336 16 0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352340 352564 224 0.1
.text 4873139 4892195 19056 0.4
lock-app debug (read only) 4625401 4644753 19352 0.4
(read/write) 204440 204456 16 0.0
.bss 113376 113392 16 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80216 80232 16 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254709 254938 229 0.1
.text 4159251 4178307 19056 0.5
ota-provider-app debug (read only) 4258737 4278057 19320 0.5
(read/write) 192912 192944 32 0.0
.bss 113216 113248 32 0.0
.data 4288 4288 0 0.0
.data.rel.ro 69520 69536 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879091 19056 0.5
ota-requestor-app debug (read only) 4374137 4393489 19352 0.4
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data 4688 4688 0 0.0
.data.rel.ro 72464 72496 32 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212469 212698 229 0.1
.text 3965203 3984259 19056 0.5
shell debug (read only) 2860745 2860745 0 0.0
(read/write) 154920 154920 0 0.0
.bss 62224 62224 0 0.0
.data 1360 1360 0 0.0
.data.rel.ro 85560 85560 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186016 186016 0 0.0
.text 2502130 2502130 0 0.0
thermostat-no-ble arm64 (read only) 4445640 4465408 19768 0.4
(read/write) 245840 246608 768 0.3
.bss 121720 121752 32 0.0
.data 3344 3344 0 0.0
.data.rel.ro 103464 103488 24 0.0
.dynamic 512 512 0 0.0
.got 12200 12208 8 0.1
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158652 158772 120 0.1
.text 3942652 3962204 19552 0.5
tv-app debug (read only) 5575561 5594849 19288 0.3
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93432 93448 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 283925 284090 165 0.1
.text 5051539 5070595 19056 0.4
tv-casting-app debug (read only) 10023921 10049441 25520 0.3
(read/write) 343064 343144 80 0.0
.bss 156032 156048 16 0.0
.data 2912 2912 0 0.0
.data.rel.ro 177224 177272 48 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 378728 378960 232 0.1
.text 9171507 9196723 25216 0.3
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531240 2531240 0 0.0
.bss 220400 220400 0 0.0
.data 5208 5208 0 0.0
.text 1493924 1493924 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1094536 1094536 0 0.0
bss 129817 129817 0 0.0
rodata 111416 111416 0 0.0
text 805488 805488 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1214668 1214668 0 0.0
bss 121955 121955 0 0.0
rodata 141248 141248 0 0.0
text 800972 800972 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1044664 1044664 0 0.0
bss 129531 129531 0 0.0
rodata 99256 99256 0 0.0
text 768164 768164 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835368 835368 0 0.0
(read/write) 1789036 1789036 0 0.0
.bss 195332 195332 0 0.0
.data 2640 2640 0 0.0
.text 1582676 1582676 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837656 0 0.0
(read/write) 1713524 1713524 0 0.0
.bss 193068 193068 0 0.0
.data 2616 2616 0 0.0
.text 1509452 1509452 0 0.0
light cy8ckit_062s2_43012 (read only) 844360 844360 0 0.0
(read/write) 1633932 1633932 0 0.0
.bss 186548 186548 0 0.0
.data 2432 2432 0 0.0
.text 1436564 1436564 0 0.0
lock cy8ckit_062s2_43012 (read only) 817224 817224 0 0.0
(read/write) 1665580 1665580 0 0.0
.bss 213660 213660 0 0.0
.data 2456 2456 0 0.0
.text 1441076 1441076 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124052 1124052 0 0.0
.bss 102376 102376 0 0.0
.data 808 808 0 0.0
.text 636432 636432 0 0.0
lock-app qpg6105+debug (read/write) 1088524 1088524 0 0.0
.bss 98592 98592 0 0.0
.data 852 852 0 0.0
.text 600900 600900 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596485 596485 0 0.0
.bss 128280 128280 0 0.0
.data 660 660 0 0.0
.rodata 78756 78756 0 0.0
.text 379064 379064 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824910 824910 0 0.0
bss 51028 51028 0 0.0
text 616792 616792 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1112324 1112324 0 0.0
bss 100768 100768 0 0.0
text 787000 787000 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1090936 1090936 0 0.0
bss 109928 109928 0 0.0
text 759226 759226 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935152 935152 0 0.0
bss 92976 92976 0 0.0
text 648958 648958 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826506 826506 0 0.0
bss 51080 51080 0 0.0
text 618454 618454 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984436 984436 0 0.0
bss 79120 79120 0 0.0
text 699160 699160 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1096412 1096412 0 0.0
bss 100056 100056 0 0.0
text 772446 772446 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971524 971524 0 0.0
bss 97440 97440 0 0.0
text 653382 653382 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952752 952752 0 0.0
bss 92552 92552 0 0.0
text 666668 666668 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884096 884096 0 0.0
bss 69144 69144 0 0.0
text 625328 625328 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 824716 824716 0 0.0
bss 57388 57388 0 0.0
text 592220 592220 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705780 705780 0 0.0
bss 73640 73640 0 0.0
text 462172 462172 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828186 828186 0 0.0
bss 51208 51208 0 0.0
text 621154 621154 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883473 883473 0 0.0
bss 60864 60864 0 0.0
text 635464 635464 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850736 850736 0 0.0
bss 57676 57676 0 0.0
text 612220 612220 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843492 843492 0 0.0
bss 57988 57988 0 0.0
text 604856 604856 0 0.0

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

Changes requested after checking if previous comments were resolved or not:

  • specifically "group" is part of the macro invocation however it is not used for counter naming and as a result it can create overlapping counters (e.g. MATTER_TRACE_COUNTER("ABC", "A"); and MATTER_TRACE_COUNTER("ABC", "B"); would create the same perfetto counter and would probably report the same in esp. This is not ok. Either group should be used, or, more likely, group argument should be dropped.

Copy link

github-actions bot commented Feb 2, 2024

PR #30591: Size comparison from b389c60 to 21e8cb6

Increases above 0.2%:

platform target config section b389c60 21e8cb6 change % change
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
linux all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
.text 4102915 4122483 19568 0.5
chip-tool debug .rodata 442329 444889 2560 0.6
chip-tool-ipv6only arm64 (read/write) 588832 590392 1560 0.3
.rodata 349548 351684 2136 0.6
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
.text 3965203 3985043 19840 0.5
shell debug (read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data.rel.ro 85560 85936 376 0.4
.rodata 186016 186560 544 0.3
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
.text 5051539 5071043 19504 0.4
tv-casting-app debug .rodata 378728 380912 2184 0.6
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b389c60 21e8cb6 change % change
bl602 lighting-app bl602 (read/write) 1429390 1429522 132 0.0
.bss 85320 85328 8 0.0
.rodata 157344 157356 12 0.0
.text 1096592 1096712 120 0.0
bl602+mfd (read/write) 1444038 1444170 132 0.0
.bss 85480 85488 8 0.0
.rodata 156304 156316 12 0.0
.text 1112150 1112268 118 0.0
bl602+rpc (read/write) 1477030 1477162 132 0.0
.bss 93352 93360 8 0.0
.rodata 164920 164932 12 0.0
.text 1128234 1128354 120 0.0
bl702 lighting-app bl702 (read/write) 1194187 1194319 132 0.0
.rodata 106732 106744 12 0.0
.text 965850 965970 120 0.0
bl702+mfd (read/write) 1205263 1205395 132 0.0
.rodata 105672 105684 12 0.0
.text 977860 977978 118 0.0
bl702+rpc (read/write) 1285919 1286067 148 0.0
.rodata 122104 122116 12 0.0
.text 1040794 1040914 120 0.0
bl706-eth (read/write) 1012593 1012725 132 0.0
.rodata 100052 100064 12 0.0
.text 757668 757788 120 0.0
bl706-wifi (read/write) 1245810 1245974 164 0.0
.rodata 121032 121044 12 0.0
.text 988152 988288 136 0.0
bl702l lighting-app bl702l .rodata 100736 100748 12 0.0
.text 958956 959076 120 0.0
bl702l+mfd (read/write) 1175688 1175832 144 0.0
.rodata 99676 99688 12 0.0
.text 971278 971396 118 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780484 780668 184 0.0
(read/write) 168856 168864 8 0.0
.bss 90876 90884 8 0.0
.rodata 90316 90324 8 0.0
.text 689904 690080 176 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799212 799380 168 0.0
(read/write) 179116 179124 8 0.0
.bss 101076 101084 8 0.0
.rodata 84724 84732 8 0.0
.text 714220 714380 160 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787716 787892 176 0.0
(read/write) 173572 173580 8 0.0
.bss 95532 95540 8 0.0
.rodata 111436 111444 8 0.0
.text 676012 676180 168 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738348 738500 152 0.0
(read/write) 167836 167844 8 0.0
.bss 89624 89632 8 0.0
.rodata 86036 86044 8 0.0
.text 652048 652192 144 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723972 724156 184 0.0
(read/write) 168040 168048 8 0.0
.bss 89840 89848 8 0.0
.rodata 81884 81892 8 0.0
.text 641824 642000 176 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 572146 112 0.0
(read/write) 207872 207880 8 0.0
.bss 201156 201164 8 0.0
.rodata 84554 84562 8 0.0
.text 485360 485464 104 0.0
lock CC3235SF_LAUNCHXL (read only) 627282 627394 112 0.0
(read/write) 208304 208312 8 0.0
.bss 201664 201672 8 0.0
.rodata 106946 106954 8 0.0
.text 518212 518316 104 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 563971 564131 160 0.0
.app_xip_area 453845 453997 152 0.0
.bss 64968 64976 8 0.0
lock cyw930739m2evb_01 (read/write) 548819 548971 152 0.0
.app_xip_area 433933 434077 144 0.0
.bss 69688 69696 8 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565643 565803 160 0.0
.app_xip_area 457013 457165 152 0.0
.bss 63512 63520 8 0.0
switch cyw930739m2evb_01 (read/write) 562379 562531 152 0.0
.app_xip_area 450477 450621 144 0.0
.bss 66672 66680 8 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928128 928272 144 0.0
.bss 197904 197912 8 0.0
.text 728832 728968 136 0.0
BRD4187C (read/write) 1107068 1107276 208 0.0
.bss 195156 195164 8 0.0
.text 908508 908708 200 0.0
lock-app BRD4161A+wf200 (read/write) 1121776 1121952 176 0.0
.bss 188208 188216 8 0.0
.text 930748 930916 168 0.0
window-app BRD4187C (read/write) 1146544 1146688 144 0.0
.bss 167148 167156 8 0.0
.text 976084 976220 136 0.0
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
(read/write) 1744736 1746896 2160 0.1
.dram0.bss 73392 73568 176 0.2
.dram0.data 13588 13596 8 0.1
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.dram0.bss 80256 80424 168 0.2
.dram0.data 35132 35148 16 0.0
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
k32w contact k32w0+release (read only) 610040 610256 216 0.0
(read/write) 81324 81332 8 0.0
.bss 69104 69112 8 0.0
.text 609504 609720 216 0.0
k32w1+release (read/write) 695716 695900 184 0.0
.bss 67752 67760 8 0.0
.text 581704 581880 176 0.0
light k32w0+release (read only) 598480 598664 184 0.0
(read/write) 79332 79340 8 0.0
.bss 67160 67168 8 0.0
.text 597944 598128 184 0.0
k32w1+release (read/write) 786648 786840 192 0.0
.bss 77428 77436 8 0.0
.text 663768 663952 184 0.0
lock k32w0+release (read only) 580832 580984 152 0.0
(read/write) 78772 78780 8 0.0
.bss 66624 66632 8 0.0
.text 580296 580448 152 0.0
linux air-purifier-app debug (read only) 2576197 2576813 616 0.0
(read/write) 127832 127864 32 0.0
.data.rel.ro 73464 73480 16 0.0
.text 2217877 2218453 576 0.0
all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
(read/write) 235656 235768 112 0.0
.bss 127456 127504 48 0.0
.data.rel.ro 96792 96840 48 0.0
.rodata 286773 286938 165 0.1
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
(read/write) 216728 216792 64 0.0
.bss 117952 117984 32 0.0
.data.rel.ro 85904 85952 48 0.1
.rodata 227573 227770 197 0.1
.text 4102915 4122483 19568 0.5
chip-tool debug .bss 94232 94296 64 0.1
.rodata 442329 444889 2560 0.6
chip-tool-ipv6only arm64 (read/write) 588832 590392 1560 0.3
.bss 103304 103352 48 0.0
.rodata 349548 351684 2136 0.6
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
(read/write) 225552 225608 56 0.0
.bss 118912 118936 24 0.0
.data.rel.ro 94320 94368 48 0.1
.rodata 352340 352500 160 0.0
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
(read/write) 204440 204520 80 0.0
.bss 113376 113424 48 0.0
.data.rel.ro 80216 80248 32 0.0
.rodata 254709 254906 197 0.1
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
(read/write) 192912 192976 64 0.0
.bss 113216 113248 32 0.0
.data.rel.ro 69520 69552 32 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data.rel.ro 72464 72512 48 0.1
.rodata 212469 212698 229 0.1
.text 3965203 3985043 19840 0.5
shell debug (read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data.rel.ro 85560 85936 376 0.4
.rodata 186016 186560 544 0.3
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
(read/write) 245840 246152 312 0.1
.bss 121720 121768 48 0.0
.data.rel.ro 103464 103512 48 0.0
.got 12200 12208 8 0.1
.rodata 158652 158772 120 0.1
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data.rel.ro 93432 93448 16 0.0
.rodata 283925 284058 133 0.0
.text 5051539 5071043 19504 0.4
tv-casting-app debug .bss 156032 156048 16 0.0
.rodata 378728 380912 2184 0.6
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531240 2531376 136 0.0
.bss 220400 220408 8 0.0
.text 1493924 1494060 136 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 129817 129891 74 0.1
rodata 111416 111636 220 0.2
nrf7002dk_nrf5340_cpuapp bss 121955 122029 74 0.1
rodata 141248 141528 280 0.2
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1044664 1044944 280 0.0
bss 129531 129539 8 0.0
rodata 99256 99264 8 0.0
text 768164 768304 140 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .bss 195332 195404 72 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1713524 1713644 120 0.0
.bss 193068 193076 8 0.0
.text 1509452 1509564 112 0.0
light cy8ckit_062s2_43012 (read/write) 1633932 1634052 120 0.0
.bss 186548 186556 8 0.0
.text 1436564 1436676 112 0.0
lock cy8ckit_062s2_43012 (read/write) 1665580 1665692 112 0.0
.bss 213660 213668 8 0.0
.text 1441076 1441180 104 0.0
qpg lighting-app qpg6105+debug (read/write) 1124052 1124228 176 0.0
.bss 102376 102384 8 0.0
.text 636432 636608 176 0.0
lock-app qpg6105+debug (read/write) 1088524 1088708 184 0.0
.bss 98592 98600 8 0.0
.text 600900 601084 184 0.0
stm32 light STM32WB5MM-DK (read/write) 596485 596621 136 0.0
.bss 128280 128288 8 0.0
.rodata 78756 78764 8 0.0
.text 379064 379184 120 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 824910 825054 144 0.0
bss 51028 51036 8 0.0
text 616792 616918 126 0.0
all-clusters-app tlsr9518adk80d bss 100768 100844 76 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1090936 1091080 144 0.0
bss 109928 109936 8 0.0
text 759226 759354 128 0.0
bridge-app tlsr9518adk80d (read/write) 935152 935296 144 0.0
bss 92976 92984 8 0.0
text 648958 649086 128 0.0
contact-sensor-app tlsr9528a_retention (read/write) 826506 826650 144 0.0
bss 51080 51088 8 0.0
text 618454 618580 126 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 984436 984628 192 0.0
bss 79120 79128 8 0.0
text 699160 699334 174 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1096412 1096604 192 0.0
bss 100056 100064 8 0.0
text 772446 772622 176 0.0
lock-app-dfu tlsr9528a (read/write) 971524 971668 144 0.0
bss 97440 97448 8 0.0
text 653382 653508 126 0.0
ota-requestor-app tlsr9518adk80d (read/write) 952752 952944 192 0.0
bss 92552 92560 8 0.0
text 666668 666844 176 0.0
pump-app tlsr9528a (read/write) 884096 884240 144 0.0
bss 69144 69152 8 0.0
text 625328 625454 126 0.0
pump-controller-app tlsr9518adk80d (read/write) 824716 824860 144 0.0
bss 57388 57396 8 0.0
text 592220 592346 126 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 828186 828330 144 0.0
bss 51208 51216 8 0.0
text 621154 621280 126 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 883473 883665 192 0.0
bss 60864 60872 8 0.0
text 635464 635638 174 0.0
thermostat tlsr9518adk80d (read/write) 850736 850880 144 0.0
bss 57676 57684 8 0.0
text 612220 612346 126 0.0
window-covering tlsr9518adk80d (read/write) 843492 843636 144 0.0
bss 57988 57996 8 0.0
text 604856 604982 126 0.0
Decreases (13 builds for bl702l, linux, nrfconnect, psoc6, telink)
platform target config section b389c60 21e8cb6 change % change
bl702l lighting-app bl702l (read/write) 1164288 1163924 -364 -0.0
linux air-purifier-app debug .rodata 181768 181736 -32 -0.0
chip-tool debug (read only) 12162721 11961145 -201576 -1.7
(read/write) 520304 519824 -480 -0.1
.data.rel.ro 413744 413200 -544 -0.1
.text 11010227 10812691 -197536 -1.8
chip-tool-ipv6only arm64 (read only) 11684592 11457784 -226808 -1.9
.data.rel.ro 453408 452984 -424 -0.1
.got 20440 20312 -128 -0.6
.text 10442508 10220460 -222048 -2.1
shell debug (read only) 2860745 2856817 -3928 -0.1
.text 2502130 2497682 -4448 -0.2
tv-casting-app debug (read only) 10023921 9824625 -199296 -2.0
(read/write) 343064 339496 -3568 -1.0
.data.rel.ro 177224 173624 -3600 -2.0
.text 9171507 8979075 -192432 -2.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1094536 1094164 -372 -0.0
text 805488 804896 -592 -0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1214668 1214476 -192 -0.0
text 800972 800428 -544 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835368 835296 -72 -0.0
(read/write) 1789036 1788404 -632 -0.0
.text 1582676 1581972 -704 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837648 -8 -0.0
light cy8ckit_062s2_43012 (read only) 844360 844352 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 817224 817216 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1112324 1111924 -400 -0.0
text 787000 786328 -672 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b389c60 21e8cb6 change % change
bl602 lighting-app bl602 (read/write) 1429390 1429522 132 0.0
.bss 85320 85328 8 0.0
.data 9488 9488 0 0.0
.rodata 157344 157356 12 0.0
.text 1096592 1096712 120 0.0
bl602+mfd (read/write) 1444038 1444170 132 0.0
.bss 85480 85488 8 0.0
.data 9456 9456 0 0.0
.rodata 156304 156316 12 0.0
.text 1112150 1112268 118 0.0
bl602+rpc (read/write) 1477030 1477162 132 0.0
.bss 93352 93360 8 0.0
.data 9856 9856 0 0.0
.rodata 164920 164932 12 0.0
.text 1128234 1128354 120 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194187 1194319 132 0.0
.bss 11121 11121 0 0.0
.data 3664 3664 0 0.0
.rodata 106732 106744 12 0.0
.text 965850 965970 120 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205263 1205395 132 0.0
.bss 11297 11297 0 0.0
.data 3648 3648 0 0.0
.rodata 105672 105684 12 0.0
.text 977860 977978 118 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1285919 1286067 148 0.0
.bss 19589 19589 0 0.0
.data 4216 4216 0 0.0
.rodata 122104 122116 12 0.0
.text 1040794 1040914 120 0.0
bl706-eth (read/write) 1012593 1012725 132 0.0
.bss 23680 23680 0 0.0
.data 3240 3240 0 0.0
.rodata 100052 100064 12 0.0
.text 757668 757788 120 0.0
bl706-wifi (read/write) 1245810 1245974 164 0.0
.bss 10565 10565 0 0.0
.data 3672 3672 0 0.0
.rodata 121032 121044 12 0.0
.text 988152 988288 136 0.0
bl702l lighting-app bl702l (read/write) 1164288 1163924 -364 -0.0
.bss 16316 16316 0 0.0
.data 5032 5032 0 0.0
.rodata 100736 100748 12 0.0
.text 958956 959076 120 0.0
bl702l+mfd (read/write) 1175688 1175832 144 0.0
.bss 16492 16492 0 0.0
.data 5008 5008 0 0.0
.rodata 99676 99688 12 0.0
.text 971278 971396 118 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780484 780668 184 0.0
(read/write) 168856 168864 8 0.0
.bss 90876 90884 8 0.0
.data 3552 3552 0 0.0
.rodata 90316 90324 8 0.0
.text 689904 690080 176 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799212 799380 168 0.0
(read/write) 179116 179124 8 0.0
.bss 101076 101084 8 0.0
.data 3580 3580 0 0.0
.rodata 84724 84732 8 0.0
.text 714220 714380 160 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787716 787892 176 0.0
(read/write) 173572 173580 8 0.0
.bss 95532 95540 8 0.0
.data 3580 3580 0 0.0
.rodata 111436 111444 8 0.0
.text 676012 676180 168 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738348 738500 152 0.0
(read/write) 167836 167844 8 0.0
.bss 89624 89632 8 0.0
.data 3540 3540 0 0.0
.rodata 86036 86044 8 0.0
.text 652048 652192 144 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723972 724156 184 0.0
(read/write) 168040 168048 8 0.0
.bss 89840 89848 8 0.0
.data 3536 3536 0 0.0
.rodata 81884 81892 8 0.0
.text 641824 642000 176 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 572146 112 0.0
(read/write) 207872 207880 8 0.0
.bss 201156 201164 8 0.0
.data 1592 1592 0 0.0
.rodata 84554 84562 8 0.0
.text 485360 485464 104 0.0
lock CC3235SF_LAUNCHXL (read only) 627282 627394 112 0.0
(read/write) 208304 208312 8 0.0
.bss 201664 201672 8 0.0
.data 1520 1520 0 0.0
.rodata 106946 106954 8 0.0
.text 518212 518316 104 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 563971 564131 160 0.0
.app_xip_area 453845 453997 152 0.0
.bss 64968 64976 8 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548819 548971 152 0.0
.app_xip_area 433933 434077 144 0.0
.bss 69688 69696 8 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565643 565803 160 0.0
.app_xip_area 457013 457165 152 0.0
.bss 63512 63520 8 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562379 562531 152 0.0
.app_xip_area 450477 450621 144 0.0
.bss 66672 66680 8 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928128 928272 144 0.0
.bss 197904 197912 8 0.0
.data 1372 1372 0 0.0
.text 728832 728968 136 0.0
BRD4187C (read/write) 1107068 1107276 208 0.0
.bss 195156 195164 8 0.0
.data 3384 3384 0 0.0
.text 908508 908708 200 0.0
lock-app BRD4161A+wf200 (read/write) 1121776 1121952 176 0.0
.bss 188208 188216 8 0.0
.data 2800 2800 0 0.0
.text 930748 930916 168 0.0
window-app BRD4187C (read/write) 1146544 1146688 144 0.0
.bss 167148 167156 8 0.0
.data 3292 3292 0 0.0
.text 976084 976220 136 0.0
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
(read/write) 1744736 1746896 2160 0.1
.dram0.bss 73392 73568 176 0.2
.dram0.data 13588 13596 8 0.1
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.dram0.bss 80256 80424 168 0.2
.dram0.data 35132 35148 16 0.0
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610040 610256 216 0.0
(read/write) 81324 81332 8 0.0
.bss 69104 69112 8 0.0
.data 2236 2236 0 0.0
.text 609504 609720 216 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 695716 695900 184 0.0
.bss 67752 67760 8 0.0
.data 2788 2788 0 0.0
.text 581704 581880 176 0.0
light k32w0+release (read only) 598480 598664 184 0.0
(read/write) 79332 79340 8 0.0
.bss 67160 67168 8 0.0
.data 2188 2188 0 0.0
.text 597944 598128 184 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786648 786840 192 0.0
.bss 77428 77436 8 0.0
.data 2000 2000 0 0.0
.text 663768 663952 184 0.0
lock k32w0+release (read only) 580832 580984 152 0.0
(read/write) 78772 78780 8 0.0
.bss 66624 66632 8 0.0
.data 2164 2164 0 0.0
.text 580296 580448 152 0.0
linux air-purifier-app debug (read only) 2576197 2576813 616 0.0
(read/write) 127832 127864 32 0.0
.bss 46272 46272 0 0.0
.data 2176 2176 0 0.0
.data.rel.ro 73464 73480 16 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 181768 181736 -32 -0.0
.text 2217877 2218453 576 0.0
all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
(read/write) 235656 235768 112 0.0
.bss 127456 127504 48 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96792 96840 48 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 286773 286938 165 0.1
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
(read/write) 216728 216792 64 0.0
.bss 117952 117984 32 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85904 85952 48 0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227573 227770 197 0.1
.text 4102915 4122483 19568 0.5
chip-tool debug (read only) 12162721 11961145 -201576 -1.7
(read/write) 520304 519824 -480 -0.1
.bss 94232 94296 64 0.1
.data 5090 5090 0 0.0
.data.rel.ro 413744 413200 -544 -0.1
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 442329 444889 2560 0.6
.text 11010227 10812691 -197536 -1.8
chip-tool-ipv6only arm64 (read only) 11684592 11457784 -226808 -1.9
(read/write) 588832 590392 1560 0.3
.bss 103304 103352 48 0.0
.data 4472 4472 0 0.0
.data.rel.ro 453408 452984 -424 -0.1
.dynamic 512 512 0 0.0
.got 20440 20312 -128 -0.6
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 349548 351684 2136 0.6
.text 10442508 10220460 -222048 -2.1
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
(read/write) 225552 225608 56 0.0
.bss 118912 118936 24 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94320 94368 48 0.1
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352340 352500 160 0.0
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
(read/write) 204440 204520 80 0.0
.bss 113376 113424 48 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80216 80248 32 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254709 254906 197 0.1
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
(read/write) 192912 192976 64 0.0
.bss 113216 113248 32 0.0
.data 4288 4288 0 0.0
.data.rel.ro 69520 69552 32 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data 4688 4688 0 0.0
.data.rel.ro 72464 72512 48 0.1
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212469 212698 229 0.1
.text 3965203 3985043 19840 0.5
shell debug (read only) 2860745 2856817 -3928 -0.1
(read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data 1360 1360 0 0.0
.data.rel.ro 85560 85936 376 0.4
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186016 186560 544 0.3
.text 2502130 2497682 -4448 -0.2
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
(read/write) 245840 246152 312 0.1
.bss 121720 121768 48 0.0
.data 3344 3344 0 0.0
.data.rel.ro 103464 103512 48 0.0
.dynamic 512 512 0 0.0
.got 12200 12208 8 0.1
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158652 158772 120 0.1
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93432 93448 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 283925 284058 133 0.0
.text 5051539 5071043 19504 0.4
tv-casting-app debug (read only) 10023921 9824625 -199296 -2.0
(read/write) 343064 339496 -3568 -1.0
.bss 156032 156048 16 0.0
.data 2912 2912 0 0.0
.data.rel.ro 177224 173624 -3600 -2.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 378728 380912 2184 0.6
.text 9171507 8979075 -192432 -2.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531240 2531376 136 0.0
.bss 220400 220408 8 0.0
.data 5208 5208 0 0.0
.text 1493924 1494060 136 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1094536 1094164 -372 -0.0
bss 129817 129891 74 0.1
rodata 111416 111636 220 0.2
text 805488 804896 -592 -0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1214668 1214476 -192 -0.0
bss 121955 122029 74 0.1
rodata 141248 141528 280 0.2
text 800972 800428 -544 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1044664 1044944 280 0.0
bss 129531 129539 8 0.0
rodata 99256 99264 8 0.0
text 768164 768304 140 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835368 835296 -72 -0.0
(read/write) 1789036 1788404 -632 -0.0
.bss 195332 195404 72 0.0
.data 2640 2640 0 0.0
.text 1582676 1581972 -704 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837648 -8 -0.0
(read/write) 1713524 1713644 120 0.0
.bss 193068 193076 8 0.0
.data 2616 2616 0 0.0
.text 1509452 1509564 112 0.0
light cy8ckit_062s2_43012 (read only) 844360 844352 -8 -0.0
(read/write) 1633932 1634052 120 0.0
.bss 186548 186556 8 0.0
.data 2432 2432 0 0.0
.text 1436564 1436676 112 0.0
lock cy8ckit_062s2_43012 (read only) 817224 817216 -8 -0.0
(read/write) 1665580 1665692 112 0.0
.bss 213660 213668 8 0.0
.data 2456 2456 0 0.0
.text 1441076 1441180 104 0.0
qpg lighting-app qpg6105+debug (read/write) 1124052 1124228 176 0.0
.bss 102376 102384 8 0.0
.data 808 808 0 0.0
.text 636432 636608 176 0.0
lock-app qpg6105+debug (read/write) 1088524 1088708 184 0.0
.bss 98592 98600 8 0.0
.data 852 852 0 0.0
.text 600900 601084 184 0.0
stm32 light STM32WB5MM-DK (read/write) 596485 596621 136 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78764 8 0.0
.text 379064 379184 120 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824910 825054 144 0.0
bss 51028 51036 8 0.0
text 616792 616918 126 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1112324 1111924 -400 -0.0
bss 100768 100844 76 0.1
text 787000 786328 -672 -0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1090936 1091080 144 0.0
bss 109928 109936 8 0.0
text 759226 759354 128 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935152 935296 144 0.0
bss 92976 92984 8 0.0
text 648958 649086 128 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826506 826650 144 0.0
bss 51080 51088 8 0.0
text 618454 618580 126 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984436 984628 192 0.0
bss 79120 79128 8 0.0
text 699160 699334 174 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1096412 1096604 192 0.0
bss 100056 100064 8 0.0
text 772446 772622 176 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971524 971668 144 0.0
bss 97440 97448 8 0.0
text 653382 653508 126 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952752 952944 192 0.0
bss 92552 92560 8 0.0
text 666668 666844 176 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884096 884240 144 0.0
bss 69144 69152 8 0.0
text 625328 625454 126 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 824716 824860 144 0.0
bss 57388 57396 8 0.0
text 592220 592346 126 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705780 705780 0 0.0
bss 73640 73640 0 0.0
text 462172 462172 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828186 828330 144 0.0
bss 51208 51216 8 0.0
text 621154 621280 126 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883473 883665 192 0.0
bss 60864 60872 8 0.0
text 635464 635638 174 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850736 850880 144 0.0
bss 57676 57684 8 0.0
text 612220 612346 126 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843492 843636 144 0.0
bss 57988 57996 8 0.0
text 604856 604982 126 0.0

Copy link

github-actions bot commented Feb 2, 2024

PR #30591: Size comparison from b389c60 to 4fc8ddb

Increases above 0.2%:

platform target config section b389c60 4fc8ddb change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 580618 8584 1.5
.data 1592 1628 36 2.3
.rodata 84554 86450 1896 2.2
.text 485360 492044 6684 1.4
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
linux air-purifier-app debug (read only) 2576197 2602189 25992 1.0
(read/write) 127832 128640 808 0.6
.bss 46272 46368 96 0.2
.data 2176 2240 64 2.9
.data.rel.ro 73464 74072 608 0.8
.init_array 752 760 8 1.1
.rodata 181768 183784 2016 1.1
.text 2217877 2241157 23280 1.0
all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
.text 4102915 4122483 19568 0.5
chip-tool debug .rodata 442329 444889 2560 0.6
chip-tool-ipv6only arm64 (read/write) 588832 590392 1560 0.3
.rodata 349548 351684 2136 0.6
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
.text 3965203 3985043 19840 0.5
shell debug (read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data.rel.ro 85560 85936 376 0.4
.rodata 186016 186560 544 0.3
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
.text 5051539 5071043 19504 0.4
tv-casting-app debug .rodata 378728 380912 2184 0.6
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b389c60 4fc8ddb change % change
bl602 lighting-app bl602 (read/write) 1429390 1429522 132 0.0
.bss 85320 85328 8 0.0
.rodata 157344 157356 12 0.0
.text 1096592 1096712 120 0.0
bl602+mfd (read/write) 1444038 1444170 132 0.0
.bss 85480 85488 8 0.0
.rodata 156304 156316 12 0.0
.text 1112150 1112268 118 0.0
bl602+rpc (read/write) 1477030 1477162 132 0.0
.bss 93352 93360 8 0.0
.rodata 164920 164932 12 0.0
.text 1128234 1128354 120 0.0
bl702 lighting-app bl702 (read/write) 1194187 1194319 132 0.0
.rodata 106732 106744 12 0.0
.text 965850 965970 120 0.0
bl702+mfd (read/write) 1205263 1205395 132 0.0
.rodata 105672 105684 12 0.0
.text 977860 977978 118 0.0
bl702+rpc (read/write) 1285919 1286067 148 0.0
.rodata 122104 122116 12 0.0
.text 1040794 1040914 120 0.0
bl706-eth (read/write) 1012593 1012725 132 0.0
.rodata 100052 100064 12 0.0
.text 757668 757788 120 0.0
bl706-wifi (read/write) 1245810 1245974 164 0.0
.rodata 121032 121044 12 0.0
.text 988152 988288 136 0.0
bl702l lighting-app bl702l .rodata 100736 100748 12 0.0
.text 958956 959076 120 0.0
bl702l+mfd (read/write) 1175688 1175832 144 0.0
.rodata 99676 99688 12 0.0
.text 971278 971396 118 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780484 780668 184 0.0
(read/write) 168856 168864 8 0.0
.bss 90876 90884 8 0.0
.rodata 90316 90324 8 0.0
.text 689904 690080 176 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799212 799380 168 0.0
(read/write) 179116 179124 8 0.0
.bss 101076 101084 8 0.0
.rodata 84724 84732 8 0.0
.text 714220 714380 160 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787716 787892 176 0.0
(read/write) 173572 173580 8 0.0
.bss 95532 95540 8 0.0
.rodata 111436 111444 8 0.0
.text 676012 676180 168 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738348 738500 152 0.0
(read/write) 167836 167844 8 0.0
.bss 89624 89632 8 0.0
.rodata 86036 86044 8 0.0
.text 652048 652192 144 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723972 724156 184 0.0
(read/write) 168040 168048 8 0.0
.bss 89840 89848 8 0.0
.rodata 81884 81892 8 0.0
.text 641824 642000 176 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 580618 8584 1.5
(read/write) 207872 207972 100 0.0
.bss 201156 201220 64 0.0
.data 1592 1628 36 2.3
.rodata 84554 86450 1896 2.2
.text 485360 492044 6684 1.4
lock CC3235SF_LAUNCHXL (read only) 627282 627394 112 0.0
(read/write) 208304 208312 8 0.0
.bss 201664 201672 8 0.0
.rodata 106946 106954 8 0.0
.text 518212 518316 104 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 563971 564131 160 0.0
.app_xip_area 453845 453997 152 0.0
.bss 64968 64976 8 0.0
lock cyw930739m2evb_01 (read/write) 548819 548971 152 0.0
.app_xip_area 433933 434077 144 0.0
.bss 69688 69696 8 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565643 565803 160 0.0
.app_xip_area 457013 457165 152 0.0
.bss 63512 63520 8 0.0
switch cyw930739m2evb_01 (read/write) 562379 562531 152 0.0
.app_xip_area 450477 450621 144 0.0
.bss 66672 66680 8 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928128 928272 144 0.0
.bss 197904 197912 8 0.0
.text 728832 728968 136 0.0
BRD4187C (read/write) 1107068 1107276 208 0.0
.bss 195156 195164 8 0.0
.text 908508 908708 200 0.0
lock-app BRD4161A+wf200 (read/write) 1121776 1121952 176 0.0
.bss 188208 188216 8 0.0
.text 930748 930916 168 0.0
window-app BRD4187C (read/write) 1146544 1146688 144 0.0
.bss 167148 167156 8 0.0
.text 976084 976220 136 0.0
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
(read/write) 1744736 1746896 2160 0.1
.dram0.bss 73392 73568 176 0.2
.dram0.data 13588 13596 8 0.1
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.dram0.bss 80256 80424 168 0.2
.dram0.data 35132 35148 16 0.0
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
k32w contact k32w0+release (read only) 610040 610256 216 0.0
(read/write) 81324 81332 8 0.0
.bss 69104 69112 8 0.0
.text 609504 609720 216 0.0
k32w1+release (read/write) 695716 695900 184 0.0
.bss 67752 67760 8 0.0
.text 581704 581880 176 0.0
light k32w0+release (read only) 598480 598664 184 0.0
(read/write) 79332 79340 8 0.0
.bss 67160 67168 8 0.0
.text 597944 598128 184 0.0
k32w1+release (read/write) 786648 786840 192 0.0
.bss 77428 77436 8 0.0
.text 663768 663952 184 0.0
lock k32w0+release (read only) 580832 580984 152 0.0
(read/write) 78772 78780 8 0.0
.bss 66624 66632 8 0.0
.text 580296 580448 152 0.0
linux air-purifier-app debug (read only) 2576197 2602189 25992 1.0
(read/write) 127832 128640 808 0.6
.bss 46272 46368 96 0.2
.data 2176 2240 64 2.9
.data.rel.ro 73464 74072 608 0.8
.got 4552 4560 8 0.2
.init_array 752 760 8 1.1
.rodata 181768 183784 2016 1.1
.text 2217877 2241157 23280 1.0
all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
(read/write) 235656 235768 112 0.0
.bss 127456 127504 48 0.0
.data.rel.ro 96792 96840 48 0.0
.rodata 286773 286938 165 0.1
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
(read/write) 216728 216792 64 0.0
.bss 117952 117984 32 0.0
.data.rel.ro 85904 85952 48 0.1
.rodata 227573 227770 197 0.1
.text 4102915 4122483 19568 0.5
chip-tool debug .bss 94232 94296 64 0.1
.rodata 442329 444889 2560 0.6
chip-tool-ipv6only arm64 (read/write) 588832 590392 1560 0.3
.bss 103304 103352 48 0.0
.rodata 349548 351684 2136 0.6
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
(read/write) 225552 225608 56 0.0
.bss 118912 118936 24 0.0
.data.rel.ro 94320 94368 48 0.1
.rodata 352340 352500 160 0.0
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
(read/write) 204440 204520 80 0.0
.bss 113376 113424 48 0.0
.data.rel.ro 80216 80248 32 0.0
.rodata 254709 254906 197 0.1
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
(read/write) 192912 192976 64 0.0
.bss 113216 113248 32 0.0
.data.rel.ro 69520 69552 32 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data.rel.ro 72464 72512 48 0.1
.rodata 212469 212698 229 0.1
.text 3965203 3985043 19840 0.5
shell debug (read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data.rel.ro 85560 85936 376 0.4
.rodata 186016 186560 544 0.3
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
(read/write) 245840 246152 312 0.1
.bss 121720 121768 48 0.0
.data.rel.ro 103464 103512 48 0.0
.got 12200 12208 8 0.1
.rodata 158652 158772 120 0.1
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data.rel.ro 93432 93448 16 0.0
.rodata 283925 284058 133 0.0
.text 5051539 5071043 19504 0.4
tv-casting-app debug .bss 156032 156048 16 0.0
.rodata 378728 380912 2184 0.6
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531240 2531376 136 0.0
.bss 220400 220408 8 0.0
.text 1493924 1494060 136 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 129817 129891 74 0.1
rodata 111416 111636 220 0.2
nrf7002dk_nrf5340_cpuapp bss 121955 122029 74 0.1
rodata 141248 141528 280 0.2
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1044664 1044944 280 0.0
bss 129531 129539 8 0.0
rodata 99256 99264 8 0.0
text 768164 768304 140 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .bss 195332 195404 72 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1713524 1713644 120 0.0
.bss 193068 193076 8 0.0
.text 1509452 1509564 112 0.0
light cy8ckit_062s2_43012 (read/write) 1633932 1634052 120 0.0
.bss 186548 186556 8 0.0
.text 1436564 1436676 112 0.0
lock cy8ckit_062s2_43012 (read/write) 1665580 1665692 112 0.0
.bss 213660 213668 8 0.0
.text 1441076 1441180 104 0.0
qpg lighting-app qpg6105+debug (read/write) 1124052 1124228 176 0.0
.bss 102376 102384 8 0.0
.text 636432 636608 176 0.0
lock-app qpg6105+debug (read/write) 1088524 1088708 184 0.0
.bss 98592 98600 8 0.0
.text 600900 601084 184 0.0
stm32 light STM32WB5MM-DK (read/write) 596485 596621 136 0.0
.bss 128280 128288 8 0.0
.rodata 78756 78764 8 0.0
.text 379064 379184 120 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 824910 825054 144 0.0
bss 51028 51036 8 0.0
text 616792 616918 126 0.0
all-clusters-app tlsr9518adk80d bss 100768 100844 76 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1090936 1091080 144 0.0
bss 109928 109936 8 0.0
text 759226 759354 128 0.0
bridge-app tlsr9518adk80d (read/write) 935152 935296 144 0.0
bss 92976 92984 8 0.0
text 648958 649086 128 0.0
contact-sensor-app tlsr9528a_retention (read/write) 826506 826650 144 0.0
bss 51080 51088 8 0.0
text 618454 618580 126 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 984436 984628 192 0.0
bss 79120 79128 8 0.0
text 699160 699334 174 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1096412 1096604 192 0.0
bss 100056 100064 8 0.0
text 772446 772622 176 0.0
lock-app-dfu tlsr9528a (read/write) 971524 971668 144 0.0
bss 97440 97448 8 0.0
text 653382 653508 126 0.0
ota-requestor-app tlsr9518adk80d (read/write) 952752 952944 192 0.0
bss 92552 92560 8 0.0
text 666668 666844 176 0.0
pump-app tlsr9528a (read/write) 884096 884240 144 0.0
bss 69144 69152 8 0.0
text 625328 625454 126 0.0
pump-controller-app tlsr9518adk80d (read/write) 824716 824860 144 0.0
bss 57388 57396 8 0.0
text 592220 592346 126 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 828186 828330 144 0.0
bss 51208 51216 8 0.0
text 621154 621280 126 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 883473 883665 192 0.0
bss 60864 60872 8 0.0
text 635464 635638 174 0.0
thermostat tlsr9518adk80d (read/write) 850736 850880 144 0.0
bss 57676 57684 8 0.0
text 612220 612346 126 0.0
window-covering tlsr9518adk80d (read/write) 843492 843636 144 0.0
bss 57988 57996 8 0.0
text 604856 604982 126 0.0
Decreases (12 builds for bl702l, linux, nrfconnect, psoc6, telink)
platform target config section b389c60 4fc8ddb change % change
bl702l lighting-app bl702l (read/write) 1164288 1163924 -364 -0.0
linux chip-tool debug (read only) 12162721 11961145 -201576 -1.7
(read/write) 520304 519824 -480 -0.1
.data.rel.ro 413744 413200 -544 -0.1
.text 11010227 10812691 -197536 -1.8
chip-tool-ipv6only arm64 (read only) 11684592 11457784 -226808 -1.9
.data.rel.ro 453408 452984 -424 -0.1
.got 20440 20312 -128 -0.6
.text 10442508 10220460 -222048 -2.1
shell debug (read only) 2860745 2856817 -3928 -0.1
.text 2502130 2497682 -4448 -0.2
tv-casting-app debug (read only) 10023921 9824625 -199296 -2.0
(read/write) 343064 339496 -3568 -1.0
.data.rel.ro 177224 173624 -3600 -2.0
.text 9171507 8979075 -192432 -2.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1094536 1094164 -372 -0.0
text 805488 804896 -592 -0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1214668 1214476 -192 -0.0
text 800972 800428 -544 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835368 835296 -72 -0.0
(read/write) 1789036 1788404 -632 -0.0
.text 1582676 1581972 -704 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837648 -8 -0.0
light cy8ckit_062s2_43012 (read only) 844360 844352 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 817224 817216 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1112324 1111924 -400 -0.0
text 787000 786328 -672 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b389c60 4fc8ddb change % change
bl602 lighting-app bl602 (read/write) 1429390 1429522 132 0.0
.bss 85320 85328 8 0.0
.data 9488 9488 0 0.0
.rodata 157344 157356 12 0.0
.text 1096592 1096712 120 0.0
bl602+mfd (read/write) 1444038 1444170 132 0.0
.bss 85480 85488 8 0.0
.data 9456 9456 0 0.0
.rodata 156304 156316 12 0.0
.text 1112150 1112268 118 0.0
bl602+rpc (read/write) 1477030 1477162 132 0.0
.bss 93352 93360 8 0.0
.data 9856 9856 0 0.0
.rodata 164920 164932 12 0.0
.text 1128234 1128354 120 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194187 1194319 132 0.0
.bss 11121 11121 0 0.0
.data 3664 3664 0 0.0
.rodata 106732 106744 12 0.0
.text 965850 965970 120 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205263 1205395 132 0.0
.bss 11297 11297 0 0.0
.data 3648 3648 0 0.0
.rodata 105672 105684 12 0.0
.text 977860 977978 118 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1285919 1286067 148 0.0
.bss 19589 19589 0 0.0
.data 4216 4216 0 0.0
.rodata 122104 122116 12 0.0
.text 1040794 1040914 120 0.0
bl706-eth (read/write) 1012593 1012725 132 0.0
.bss 23680 23680 0 0.0
.data 3240 3240 0 0.0
.rodata 100052 100064 12 0.0
.text 757668 757788 120 0.0
bl706-wifi (read/write) 1245810 1245974 164 0.0
.bss 10565 10565 0 0.0
.data 3672 3672 0 0.0
.rodata 121032 121044 12 0.0
.text 988152 988288 136 0.0
bl702l lighting-app bl702l (read/write) 1164288 1163924 -364 -0.0
.bss 16316 16316 0 0.0
.data 5032 5032 0 0.0
.rodata 100736 100748 12 0.0
.text 958956 959076 120 0.0
bl702l+mfd (read/write) 1175688 1175832 144 0.0
.bss 16492 16492 0 0.0
.data 5008 5008 0 0.0
.rodata 99676 99688 12 0.0
.text 971278 971396 118 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780484 780668 184 0.0
(read/write) 168856 168864 8 0.0
.bss 90876 90884 8 0.0
.data 3552 3552 0 0.0
.rodata 90316 90324 8 0.0
.text 689904 690080 176 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799212 799380 168 0.0
(read/write) 179116 179124 8 0.0
.bss 101076 101084 8 0.0
.data 3580 3580 0 0.0
.rodata 84724 84732 8 0.0
.text 714220 714380 160 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787716 787892 176 0.0
(read/write) 173572 173580 8 0.0
.bss 95532 95540 8 0.0
.data 3580 3580 0 0.0
.rodata 111436 111444 8 0.0
.text 676012 676180 168 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738348 738500 152 0.0
(read/write) 167836 167844 8 0.0
.bss 89624 89632 8 0.0
.data 3540 3540 0 0.0
.rodata 86036 86044 8 0.0
.text 652048 652192 144 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723972 724156 184 0.0
(read/write) 168040 168048 8 0.0
.bss 89840 89848 8 0.0
.data 3536 3536 0 0.0
.rodata 81884 81892 8 0.0
.text 641824 642000 176 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572034 580618 8584 1.5
(read/write) 207872 207972 100 0.0
.bss 201156 201220 64 0.0
.data 1592 1628 36 2.3
.rodata 84554 86450 1896 2.2
.text 485360 492044 6684 1.4
lock CC3235SF_LAUNCHXL (read only) 627282 627394 112 0.0
(read/write) 208304 208312 8 0.0
.bss 201664 201672 8 0.0
.data 1520 1520 0 0.0
.rodata 106946 106954 8 0.0
.text 518212 518316 104 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 563971 564131 160 0.0
.app_xip_area 453845 453997 152 0.0
.bss 64968 64976 8 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548819 548971 152 0.0
.app_xip_area 433933 434077 144 0.0
.bss 69688 69696 8 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565643 565803 160 0.0
.app_xip_area 457013 457165 152 0.0
.bss 63512 63520 8 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562379 562531 152 0.0
.app_xip_area 450477 450621 144 0.0
.bss 66672 66680 8 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928128 928272 144 0.0
.bss 197904 197912 8 0.0
.data 1372 1372 0 0.0
.text 728832 728968 136 0.0
BRD4187C (read/write) 1107068 1107276 208 0.0
.bss 195156 195164 8 0.0
.data 3384 3384 0 0.0
.text 908508 908708 200 0.0
lock-app BRD4161A+wf200 (read/write) 1121776 1121952 176 0.0
.bss 188208 188216 8 0.0
.data 2800 2800 0 0.0
.text 930748 930916 168 0.0
window-app BRD4187C (read/write) 1146544 1146688 144 0.0
.bss 167148 167156 8 0.0
.data 3292 3292 0 0.0
.text 976084 976220 136 0.0
esp32 all-clusters-app c3devkit (read only) 1197324 1200862 3538 0.3
(read/write) 1744736 1746896 2160 0.1
.dram0.bss 73392 73568 176 0.2
.dram0.data 13588 13596 8 0.1
.flash.rodata 248224 250208 1984 0.8
.flash.text 1197324 1200862 3538 0.3
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1239455 1242767 3312 0.3
(read/write) 529680 531836 2156 0.4
.dram0.bss 80256 80424 168 0.2
.dram0.data 35132 35148 16 0.0
.flash.rodata 278372 280344 1972 0.7
.flash.text 1233291 1236603 3312 0.3
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610040 610256 216 0.0
(read/write) 81324 81332 8 0.0
.bss 69104 69112 8 0.0
.data 2236 2236 0 0.0
.text 609504 609720 216 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 695716 695900 184 0.0
.bss 67752 67760 8 0.0
.data 2788 2788 0 0.0
.text 581704 581880 176 0.0
light k32w0+release (read only) 598480 598664 184 0.0
(read/write) 79332 79340 8 0.0
.bss 67160 67168 8 0.0
.data 2188 2188 0 0.0
.text 597944 598128 184 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786648 786840 192 0.0
.bss 77428 77436 8 0.0
.data 2000 2000 0 0.0
.text 663768 663952 184 0.0
lock k32w0+release (read only) 580832 580984 152 0.0
(read/write) 78772 78780 8 0.0
.bss 66624 66632 8 0.0
.data 2164 2164 0 0.0
.text 580296 580448 152 0.0
linux air-purifier-app debug (read only) 2576197 2602189 25992 1.0
(read/write) 127832 128640 808 0.6
.bss 46272 46368 96 0.2
.data 2176 2240 64 2.9
.data.rel.ro 73464 74072 608 0.8
.dynamic 608 608 0 0.0
.got 4552 4560 8 0.2
.init 27 27 0 0.0
.init_array 752 760 8 1.1
.rodata 181768 183784 2016 1.1
.text 2217877 2241157 23280 1.0
all-clusters-app debug (read only) 5784169 5842801 58632 1.0
(read/write) 472456 477288 4832 1.0
.bss 132928 133488 560 0.4
.data 4432 4464 32 0.7
.data.rel.ro 327720 331928 4208 1.3
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1344 1360 16 1.2
.rodata 343460 346280 2820 0.8
.text 5014035 5065475 51440 1.0
all-clusters-minimal-app debug (read only) 5134569 5154425 19856 0.4
(read/write) 235656 235768 112 0.0
.bss 127456 127504 48 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96792 96840 48 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 286773 286938 165 0.1
.text 4613971 4633523 19552 0.4
bridge-app debug (read only) 4550329 4570233 19904 0.4
(read/write) 216728 216792 64 0.0
.bss 117952 117984 32 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85904 85952 48 0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227573 227770 197 0.1
.text 4102915 4122483 19568 0.5
chip-tool debug (read only) 12162721 11961145 -201576 -1.7
(read/write) 520304 519824 -480 -0.1
.bss 94232 94296 64 0.1
.data 5090 5090 0 0.0
.data.rel.ro 413744 413200 -544 -0.1
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 442329 444889 2560 0.6
.text 11010227 10812691 -197536 -1.8
chip-tool-ipv6only arm64 (read only) 11684592 11457784 -226808 -1.9
(read/write) 588832 590392 1560 0.3
.bss 103304 103352 48 0.0
.data 4472 4472 0 0.0
.data.rel.ro 453408 452984 -424 -0.1
.dynamic 512 512 0 0.0
.got 20440 20312 -128 -0.6
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 349548 351684 2136 0.6
.text 10442508 10220460 -222048 -2.1
lighting-app debug+rpc+ui (read only) 5471417 5491273 19856 0.4
(read/write) 225552 225608 56 0.0
.bss 118912 118936 24 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94320 94368 48 0.1
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352340 352500 160 0.0
.text 4873139 4892691 19552 0.4
lock-app debug (read only) 4625401 4645289 19888 0.4
(read/write) 204440 204520 80 0.0
.bss 113376 113424 48 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80216 80248 32 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254709 254906 197 0.1
.text 4159251 4178803 19552 0.5
ota-provider-app debug (read only) 4258737 4278913 20176 0.5
(read/write) 192912 192976 64 0.0
.bss 113216 113248 32 0.0
.data 4288 4288 0 0.0
.data.rel.ro 69520 69552 32 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206517 206714 197 0.1
.text 3860035 3879875 19840 0.5
ota-requestor-app debug (read only) 4374137 4394345 20208 0.5
(read/write) 197160 197224 64 0.0
.bss 114112 114144 32 0.0
.data 4688 4688 0 0.0
.data.rel.ro 72464 72512 48 0.1
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212469 212698 229 0.1
.text 3965203 3985043 19840 0.5
shell debug (read only) 2860745 2856817 -3928 -0.1
(read/write) 154920 155656 736 0.5
.bss 62224 62576 352 0.6
.data 1360 1360 0 0.0
.data.rel.ro 85560 85936 376 0.4
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186016 186560 544 0.3
.text 2502130 2497682 -4448 -0.2
thermostat-no-ble arm64 (read only) 4445640 4465824 20184 0.5
(read/write) 245840 246152 312 0.1
.bss 121720 121768 48 0.0
.data 3344 3344 0 0.0
.data.rel.ro 103464 103512 48 0.0
.dynamic 512 512 0 0.0
.got 12200 12208 8 0.1
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158652 158772 120 0.1
.text 3942652 3962540 19888 0.5
tv-app debug (read only) 5575561 5595337 19776 0.4
(read/write) 350456 350488 32 0.0
.bss 243232 243264 32 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93432 93448 16 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 283925 284058 133 0.0
.text 5051539 5071043 19504 0.4
tv-casting-app debug (read only) 10023921 9824625 -199296 -2.0
(read/write) 343064 339496 -3568 -1.0
.bss 156032 156048 16 0.0
.data 2912 2912 0 0.0
.data.rel.ro 177224 173624 -3600 -2.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 378728 380912 2184 0.6
.text 9171507 8979075 -192432 -2.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531240 2531376 136 0.0
.bss 220400 220408 8 0.0
.data 5208 5208 0 0.0
.text 1493924 1494060 136 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1094536 1094164 -372 -0.0
bss 129817 129891 74 0.1
rodata 111416 111636 220 0.2
text 805488 804896 -592 -0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1214668 1214476 -192 -0.0
bss 121955 122029 74 0.1
rodata 141248 141528 280 0.2
text 800972 800428 -544 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1044664 1044944 280 0.0
bss 129531 129539 8 0.0
rodata 99256 99264 8 0.0
text 768164 768304 140 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835368 835296 -72 -0.0
(read/write) 1789036 1788404 -632 -0.0
.bss 195332 195404 72 0.0
.data 2640 2640 0 0.0
.text 1582676 1581972 -704 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837648 -8 -0.0
(read/write) 1713524 1713644 120 0.0
.bss 193068 193076 8 0.0
.data 2616 2616 0 0.0
.text 1509452 1509564 112 0.0
light cy8ckit_062s2_43012 (read only) 844360 844352 -8 -0.0
(read/write) 1633932 1634052 120 0.0
.bss 186548 186556 8 0.0
.data 2432 2432 0 0.0
.text 1436564 1436676 112 0.0
lock cy8ckit_062s2_43012 (read only) 817224 817216 -8 -0.0
(read/write) 1665580 1665692 112 0.0
.bss 213660 213668 8 0.0
.data 2456 2456 0 0.0
.text 1441076 1441180 104 0.0
qpg lighting-app qpg6105+debug (read/write) 1124052 1124228 176 0.0
.bss 102376 102384 8 0.0
.data 808 808 0 0.0
.text 636432 636608 176 0.0
lock-app qpg6105+debug (read/write) 1088524 1088708 184 0.0
.bss 98592 98600 8 0.0
.data 852 852 0 0.0
.text 600900 601084 184 0.0
stm32 light STM32WB5MM-DK (read/write) 596485 596621 136 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78764 8 0.0
.text 379064 379184 120 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824910 825054 144 0.0
bss 51028 51036 8 0.0
text 616792 616918 126 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1112324 1111924 -400 -0.0
bss 100768 100844 76 0.1
text 787000 786328 -672 -0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1090936 1091080 144 0.0
bss 109928 109936 8 0.0
text 759226 759354 128 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935152 935296 144 0.0
bss 92976 92984 8 0.0
text 648958 649086 128 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826506 826650 144 0.0
bss 51080 51088 8 0.0
text 618454 618580 126 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984436 984628 192 0.0
bss 79120 79128 8 0.0
text 699160 699334 174 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1096412 1096604 192 0.0
bss 100056 100064 8 0.0
text 772446 772622 176 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971524 971668 144 0.0
bss 97440 97448 8 0.0
text 653382 653508 126 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952752 952944 192 0.0
bss 92552 92560 8 0.0
text 666668 666844 176 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884096 884240 144 0.0
bss 69144 69152 8 0.0
text 625328 625454 126 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 824716 824860 144 0.0
bss 57388 57396 8 0.0
text 592220 592346 126 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705780 705780 0 0.0
bss 73640 73640 0 0.0
text 462172 462172 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828186 828330 144 0.0
bss 51208 51216 8 0.0
text 621154 621280 126 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883473 883665 192 0.0
bss 60864 60872 8 0.0
text 635464 635638 174 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850736 850880 144 0.0
bss 57676 57684 8 0.0
text 612220 612346 126 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843492 843636 144 0.0
bss 57988 57996 8 0.0
text 604856 604982 126 0.0

@andy31415 andy31415 merged commit 446088c into project-chip:master Feb 2, 2024
57 checks passed
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.

3 participants