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

Connection and CASE session management over TCP #30339

Merged
merged 1 commit into from
May 1, 2024

Conversation

pidarped
Copy link
Contributor

@pidarped pidarped commented Nov 8, 2023

Currently, connecting to a peer is coupled with sending a message to the peer.
This decouples the two and creates a clear API for connecting to a peer address. Goes along with the existing Disconnect() API. This would be essential during activation of retained sessions by solely connecting to the peer and associating with the retained session.

Surface Connection completion and Closure callbacks and hook them through SessionManager(TransportMgr delegate) and CASESession.

Modify ActiveConnectionState in TCPBase to hold state for each connection, so that it is able to handle the various control flow paths.

Fixes #29536
Fixes #29696
Partially fixes #29538

Copy link

github-actions bot commented Nov 8, 2023

PR #30339: Size comparison from 1813bfa to b29cdd5

Increases above 0.2%:

platform target config section 1813bfa b29cdd5 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .rodata 84599 84863 264 0.3
pump-app LP_EM_CC1354P10_6 .rodata 80359 80631 272 0.3
pump-controller-app LP_EM_CC1354P10_6 .rodata 76199 76471 272 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 565554 1568 0.3
.debug_abbrev 907187 933250 26063 2.9
.debug_aranges 104984 105816 832 0.8
.debug_frame 353736 356332 2596 0.7
.debug_info 19611356 20027843 416487 2.1
.debug_line 2613031 2636191 23160 0.9
.debug_loclists 1590840 1602131 11291 0.7
.debug_rnglists 108518 109237 719 0.7
.debug_str 3415136 3427151 12015 0.4
.rodata 83690 83946 256 0.3
.strtab 469459 471781 2322 0.5
.symtab 280000 281232 1232 0.4
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
.debug_abbrev 947875 974446 26571 2.8
.debug_aranges 109456 110288 832 0.8
.debug_frame 369060 371656 2596 0.7
.debug_info 20793840 21228698 434858 2.1
.debug_line 2683528 2706730 23202 0.9
.debug_loclists 1646960 1658251 11291 0.7
.debug_rnglists 113061 113780 719 0.6
.debug_str 3479412 3491411 11999 0.3
.strtab 518852 521174 2322 0.4
.symtab 299696 300928 1232 0.4
.text 511824 513140 1316 0.3
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug .rodata 300284 301180 896 0.3
all-clusters-minimal-app debug .rodata 270061 270957 896 0.3
bridge-app debug .rodata 218101 219061 960 0.4
lighting-app debug+rpc+ui .rodata 336820 337716 896 0.3
lock-app debug .rodata 247381 248341 960 0.4
ota-provider-app debug .rodata 200085 200981 896 0.4
ota-requestor-app debug .rodata 203861 204757 896 0.4
shell debug (read only) 2765529 2772193 6664 0.2
.bss 59592 59784 192 0.3
.rodata 180992 181888 896 0.5
.text 2413874 2419282 5408 0.2
thermostat-no-ble arm64 .got 11928 11968 40 0.3
tv-app debug .rodata 266909 267549 640 0.2
tv-casting-app debug .rodata 339496 340392 896 0.3
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section 1813bfa b29cdd5 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737515 738923 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.rodata 84599 84863 264 0.3
.text 652528 653672 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759171 760355 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.rodata 80175 80319 144 0.2
.text 678604 679644 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746443 747859 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.rodata 106231 106495 264 0.2
.text 639820 640972 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697211 698627 1416 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.rodata 80359 80631 272 0.3
.text 616464 617608 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 682899 684315 1416 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.rodata 76199 76471 272 0.4
.text 606312 607456 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 565554 1568 0.3
(read/write) 206496 206624 128 0.1
.bss 199956 200084 128 0.1
.debug_abbrev 907187 933250 26063 2.9
.debug_aranges 104984 105816 832 0.8
.debug_frame 353736 356332 2596 0.7
.debug_info 19611356 20027843 416487 2.1
.debug_line 2613031 2636191 23160 0.9
.debug_loclists 1590840 1602131 11291 0.7
.debug_rnglists 108518 109237 719 0.7
.debug_str 3415136 3427151 12015 0.4
.rodata 83690 83946 256 0.3
.strtab 469459 471781 2322 0.5
.symtab 280000 281232 1232 0.4
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
(read/write) 206900 207028 128 0.1
.bss 200336 200464 128 0.1
.debug_abbrev 947875 974446 26571 2.8
.debug_aranges 109456 110288 832 0.8
.debug_frame 369060 371656 2596 0.7
.debug_info 20793840 21228698 434858 2.1
.debug_line 2683528 2706730 23202 0.9
.debug_loclists 1646960 1658251 11291 0.7
.debug_rnglists 113061 113780 719 0.6
.debug_str 3479412 3491411 11999 0.3
.rodata 106306 106562 256 0.2
.strtab 518852 521174 2322 0.4
.symtab 299696 300928 1232 0.4
.text 511824 513140 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1134724 1136164 1440 0.1
(read/write) 1670460 1670908 448 0.0
.dram0.bss 71880 72040 160 0.2
.flash.rodata 241688 241976 288 0.1
.flash.text 1134724 1136164 1440 0.1
m5stack (read only) 1179207 1180527 1320 0.1
(read/write) 520468 520908 440 0.1
.dram0.bss 78536 78696 160 0.2
.flash.rodata 273532 273812 280 0.1
.flash.text 1173823 1175143 1320 0.1
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.data.rel.ro 72168 72296 128 0.2
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug (read only) 5302593 5309289 6696 0.1
(read/write) 419416 419736 320 0.1
.bss 128944 129136 192 0.1
.data.rel.ro 279360 279480 120 0.0
.rodata 300284 301180 896 0.3
.text 4621779 4627219 5440 0.1
all-clusters-minimal-app debug (read only) 4892857 4899553 6696 0.1
(read/write) 233080 233368 288 0.1
.bss 126704 126896 192 0.2
.data.rel.ro 95440 95560 120 0.1
.rodata 270061 270957 896 0.3
.text 4391699 4397139 5440 0.1
bridge-app debug (read only) 4374281 4381025 6744 0.2
(read/write) 215128 215448 320 0.1
.bss 118904 119096 192 0.2
.data.rel.ro 84768 84880 112 0.1
.rodata 218101 219061 960 0.4
.text 3938547 3943971 5424 0.1
chip-tool debug (read only) 10360913 10365961 5048 0.0
(read/write) 448896 449056 160 0.0
.data.rel.ro 342920 343080 160 0.0
.rodata 391529 392161 632 0.2
.text 9363699 9367635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10238360 10242808 4448 0.0
.data.rel.ro 380480 380664 184 0.0
.got 18624 18648 24 0.1
.rodata 317744 317968 224 0.1
.text 9141688 9145336 3648 0.0
lighting-app debug+rpc+ui (read only) 5235777 5242473 6696 0.1
(read/write) 223136 223456 320 0.1
.bss 118208 118400 192 0.2
.data.rel.ro 92976 93104 128 0.1
.rodata 336820 337716 896 0.3
.text 4655731 4661171 5440 0.1
lock-app debug (read only) 4473977 4480737 6760 0.2
(read/write) 203304 203592 288 0.1
.bss 113472 113664 192 0.2
.data.rel.ro 79432 79544 112 0.1
.rodata 247381 248341 960 0.4
.text 4016995 4022435 5440 0.1
ota-provider-app debug (read only) 4132361 4139025 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data.rel.ro 68784 68880 96 0.1
.rodata 200085 200981 896 0.4
.text 3741427 3746883 5456 0.1
ota-requestor-app debug (read only) 4218665 4225329 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data.rel.ro 71744 71856 112 0.2
.rodata 203861 204757 896 0.4
.text 3819651 3825107 5456 0.1
shell debug (read only) 2765529 2772193 6664 0.2
(read/write) 149120 149408 288 0.2
.bss 59592 59784 192 0.3
.data.rel.ro 82912 83032 120 0.1
.rodata 180992 181888 896 0.5
.text 2413874 2419282 5408 0.2
thermostat-no-ble arm64 (read only) 4370504 4376856 6352 0.1
.bss 122184 122328 144 0.1
.data.rel.ro 101776 101904 128 0.1
.got 11928 11968 40 0.3
.rodata 161428 161732 304 0.2
.text 3870072 3875672 5600 0.1
tv-app debug (read only) 5243353 5248409 5056 0.1
(read/write) 344624 344976 352 0.1
.bss 242080 242272 192 0.1
.data.rel.ro 90240 90400 160 0.2
.rodata 266909 267549 640 0.2
.text 4741811 4745747 3936 0.1
tv-casting-app debug (read only) 8299185 8305881 6696 0.1
(read/write) 315640 315928 288 0.1
.bss 155936 156128 192 0.1
.data.rel.ro 150384 150496 112 0.1
.rodata 339496 340392 896 0.3
.text 7551571 7557011 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2525552 2527032 1480 0.1
.bss 219064 219224 160 0.1
.text 1488236 1489716 1480 0.1
Decreases (2 builds for linux)
platform target config section 1813bfa b29cdd5 change % change
linux chip-tool-ipv6only arm64 (read/write) 515072 514752 -320 -0.1
thermostat-no-ble arm64 (read/write) 247144 245088 -2056 -0.8
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section 1813bfa b29cdd5 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737515 738923 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.data 3424 3424 0 0.0
.rodata 84599 84863 264 0.3
.text 652528 653672 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759171 760355 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.data 3444 3444 0 0.0
.rodata 80175 80319 144 0.2
.text 678604 679644 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746443 747859 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.data 3444 3444 0 0.0
.rodata 106231 106495 264 0.2
.text 639820 640972 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697211 698627 1416 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.data 3412 3412 0 0.0
.rodata 80359 80631 272 0.3
.text 616464 617608 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 682899 684315 1416 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.data 3408 3408 0 0.0
.rodata 76199 76471 272 0.4
.text 606312 607456 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 563986 565554 1568 0.3
(read/write) 206496 206624 128 0.1
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 200084 128 0.1
.comment 206 206 0 0.0
.data 1416 1416 0 0.0
.debug_abbrev 907187 933250 26063 2.9
.debug_aranges 104984 105816 832 0.8
.debug_frame 353736 356332 2596 0.7
.debug_info 19611356 20027843 416487 2.1
.debug_line 2613031 2636191 23160 0.9
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1590840 1602131 11291 0.7
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108518 109237 719 0.7
.debug_str 3415136 3427151 12015 0.4
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83690 83946 256 0.3
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 469459 471781 2322 0.5
.symtab 280000 281232 1232 0.4
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
(read/write) 206900 207028 128 0.1
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200464 128 0.1
.comment 206 206 0 0.0
.data 1444 1444 0 0.0
.debug_abbrev 947875 974446 26571 2.8
.debug_aranges 109456 110288 832 0.8
.debug_frame 369060 371656 2596 0.7
.debug_info 20793840 21228698 434858 2.1
.debug_line 2683528 2706730 23202 0.9
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1646960 1658251 11291 0.7
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 113061 113780 719 0.6
.debug_str 3479412 3491411 11999 0.3
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106306 106562 256 0.2
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 518852 521174 2322 0.4
.symtab 299696 300928 1232 0.4
.text 0 0 0 0.0
511824 513140 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1134724 1136164 1440 0.1
(read/write) 1670460 1670908 448 0.0
.dram0.bss 71880 72040 160 0.2
.dram0.data 13020 13020 0 0.0
.flash.rodata 241688 241976 288 0.1
.flash.text 1134724 1136164 1440 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1179207 1180527 1320 0.1
(read/write) 520468 520908 440 0.1
.dram0.bss 78536 78696 160 0.2
.dram0.data 34036 34036 0 0.0
.flash.rodata 273532 273812 280 0.1
.flash.text 1173823 1175143 1320 0.1
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.data 1472 1472 0 0.0
.data.rel.ro 72168 72296 128 0.2
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug (read only) 5302593 5309289 6696 0.1
(read/write) 419416 419736 320 0.1
.bss 128944 129136 192 0.1
.data 3888 3888 0 0.0
.data.rel.ro 279360 279480 120 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300284 301180 896 0.3
.text 4621779 4627219 5440 0.1
all-clusters-minimal-app debug (read only) 4892857 4899553 6696 0.1
(read/write) 233080 233368 288 0.1
.bss 126704 126896 192 0.2
.data 3792 3792 0 0.0
.data.rel.ro 95440 95560 120 0.1
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270061 270957 896 0.3
.text 4391699 4397139 5440 0.1
bridge-app debug (read only) 4374281 4381025 6744 0.2
(read/write) 215128 215448 320 0.1
.bss 118904 119096 192 0.2
.data 4704 4704 0 0.0
.data.rel.ro 84768 84880 112 0.1
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218101 219061 960 0.4
.text 3938547 3943971 5424 0.1
chip-tool debug (read only) 10360913 10365961 5048 0.0
(read/write) 448896 449056 160 0.0
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 342920 343080 160 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 391529 392161 632 0.2
.text 9363699 9367635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10238360 10242808 4448 0.0
(read/write) 515072 514752 -320 -0.1
.bss 103112 103112 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 380480 380664 184 0.0
.dynamic 512 512 0 0.0
.got 18624 18648 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317744 317968 224 0.1
.text 9141688 9145336 3648 0.0
lighting-app debug+rpc+ui (read only) 5235777 5242473 6696 0.1
(read/write) 223136 223456 320 0.1
.bss 118208 118400 192 0.2
.data 4416 4416 0 0.0
.data.rel.ro 92976 93104 128 0.1
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336820 337716 896 0.3
.text 4655731 4661171 5440 0.1
lock-app debug (read only) 4473977 4480737 6760 0.2
(read/write) 203304 203592 288 0.1
.bss 113472 113664 192 0.2
.data 3648 3648 0 0.0
.data.rel.ro 79432 79544 112 0.1
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247381 248341 960 0.4
.text 4016995 4022435 5440 0.1
ota-provider-app debug (read only) 4132361 4139025 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data 3920 3920 0 0.0
.data.rel.ro 68784 68880 96 0.1
.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 200085 200981 896 0.4
.text 3741427 3746883 5456 0.1
ota-requestor-app debug (read only) 4218665 4225329 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data 4192 4192 0 0.0
.data.rel.ro 71744 71856 112 0.2
.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 203861 204757 896 0.4
.text 3819651 3825107 5456 0.1
shell debug (read only) 2765529 2772193 6664 0.2
(read/write) 149120 149408 288 0.2
.bss 59592 59784 192 0.3
.data 816 816 0 0.0
.data.rel.ro 82912 83032 120 0.1
.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 180992 181888 896 0.5
.text 2413874 2419282 5408 0.2
thermostat-no-ble arm64 (read only) 4370504 4376856 6352 0.1
(read/write) 247144 245088 -2056 -0.8
.bss 122184 122328 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 101776 101904 128 0.1
.dynamic 512 512 0 0.0
.got 11928 11968 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161428 161732 304 0.2
.text 3870072 3875672 5600 0.1
tv-app debug (read only) 5243353 5248409 5056 0.1
(read/write) 344624 344976 352 0.1
.bss 242080 242272 192 0.1
.data 4992 4992 0 0.0
.data.rel.ro 90240 90400 160 0.2
.dynamic 624 624 0 0.0
.got 5528 5528 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 266909 267549 640 0.2
.text 4741811 4745747 3936 0.1
tv-casting-app debug (read only) 8299185 8305881 6696 0.1
(read/write) 315640 315928 288 0.1
.bss 155936 156128 192 0.1
.data 2464 2464 0 0.0
.data.rel.ro 150384 150496 112 0.1
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339496 340392 896 0.3
.text 7551571 7557011 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525552 2527032 1480 0.1
.bss 219064 219224 160 0.1
.data 5136 5136 0 0.0
.text 1488236 1489716 1480 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from b29cdd5 to aea49ed Compare November 9, 2023 02:39
Copy link

github-actions bot commented Nov 9, 2023

PR #30339: Size comparison from 42c3af2 to aea49ed

Increases above 0.2%:

platform target config section 42c3af2 aea49ed change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .rodata 84599 84863 264 0.3
pump-app LP_EM_CC1354P10_6 .rodata 80359 80631 272 0.3
pump-controller-app LP_EM_CC1354P10_6 .rodata 76199 76471 272 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 565554 1568 0.3
.rodata 83690 83946 256 0.3
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
.text 511824 513140 1316 0.3
esp32 all-clusters-app c3devkit .dram0.bss 71848 72008 160 0.2
m5stack .dram0.bss 78496 78656 160 0.2
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug .rodata 299484 300380 896 0.3
all-clusters-minimal-app debug .rodata 270061 270957 896 0.3
bridge-app debug .rodata 218101 219061 960 0.4
lighting-app debug+rpc+ui .rodata 336820 337716 896 0.3
lock-app debug .rodata 247381 248341 960 0.4
ota-provider-app debug .rodata 200085 200981 896 0.4
ota-requestor-app debug .rodata 203861 204757 896 0.4
shell debug .bss 59528 59720 192 0.3
.rodata 179264 180160 896 0.5
thermostat-no-ble arm64 .got 11928 11968 40 0.3
tv-casting-app debug .rodata 339496 340392 896 0.3
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section 42c3af2 aea49ed change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737451 738859 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.rodata 84599 84863 264 0.3
.text 652464 653608 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759171 760355 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.rodata 80175 80319 144 0.2
.text 678604 679644 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746443 747859 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.rodata 106231 106495 264 0.2
.text 639820 640972 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697211 698627 1416 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.rodata 80359 80631 272 0.3
.text 616464 617608 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 682899 684315 1416 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.rodata 76199 76471 272 0.4
.text 606312 607456 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 565554 1568 0.3
(read/write) 206496 206624 128 0.1
.bss 199956 200084 128 0.1
.rodata 83690 83946 256 0.3
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
(read/write) 206900 207028 128 0.1
.bss 200336 200464 128 0.1
.rodata 106306 106562 256 0.2
.text 511824 513140 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1129862 1131314 1452 0.1
(read/write) 1670084 1670524 440 0.0
.dram0.bss 71848 72008 160 0.2
.flash.rodata 241360 241640 280 0.1
.flash.text 1129862 1131314 1452 0.1
m5stack (read only) 1175071 1176375 1304 0.1
(read/write) 520080 520520 440 0.1
.dram0.bss 78496 78656 160 0.2
.flash.rodata 273200 273480 280 0.1
.flash.text 1169687 1170991 1304 0.1
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.data.rel.ro 72168 72296 128 0.2
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug (read only) 5279265 5285961 6696 0.1
(read/write) 418800 419120 320 0.1
.bss 128880 129072 192 0.1
.data.rel.ro 278832 278952 120 0.0
.rodata 299484 300380 896 0.3
.text 4600115 4605555 5440 0.1
all-clusters-minimal-app debug (read only) 4892153 4898849 6696 0.1
(read/write) 233080 233368 288 0.1
.bss 126704 126896 192 0.2
.data.rel.ro 95440 95560 120 0.1
.rodata 270061 270957 896 0.3
.text 4390995 4396435 5440 0.1
bridge-app debug (read only) 4374281 4381025 6744 0.2
(read/write) 215128 215448 320 0.1
.bss 118904 119096 192 0.2
.data.rel.ro 84768 84880 112 0.1
.rodata 218101 219061 960 0.4
.text 3938547 3943971 5424 0.1
chip-tool debug (read only) 10360913 10365961 5048 0.0
(read/write) 448896 449056 160 0.0
.data.rel.ro 342920 343080 160 0.0
.rodata 391529 392161 632 0.2
.text 9363699 9367635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10238360 10242808 4448 0.0
.data.rel.ro 380480 380664 184 0.0
.got 18624 18648 24 0.1
.rodata 317744 317968 224 0.1
.text 9141688 9145336 3648 0.0
lighting-app debug+rpc+ui (read only) 5235073 5241769 6696 0.1
(read/write) 223136 223456 320 0.1
.bss 118208 118400 192 0.2
.data.rel.ro 92976 93104 128 0.1
.rodata 336820 337716 896 0.3
.text 4655027 4660467 5440 0.1
lock-app debug (read only) 4473977 4480737 6760 0.2
(read/write) 203304 203592 288 0.1
.bss 113472 113664 192 0.2
.data.rel.ro 79432 79544 112 0.1
.rodata 247381 248341 960 0.4
.text 4016995 4022435 5440 0.1
ota-provider-app debug (read only) 4132361 4139025 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data.rel.ro 68784 68880 96 0.1
.rodata 200085 200981 896 0.4
.text 3741427 3746883 5456 0.1
ota-requestor-app debug (read only) 4218665 4225329 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data.rel.ro 71744 71856 112 0.2
.rodata 203861 204757 896 0.4
.text 3819651 3825107 5456 0.1
shell debug (read only) 2741177 2747857 6680 0.2
(read/write) 148504 148792 288 0.2
.bss 59528 59720 192 0.3
.data.rel.ro 82400 82520 120 0.1
.rodata 179264 180160 896 0.5
.text 2392114 2397538 5424 0.2
thermostat-no-ble arm64 (read only) 4370504 4376856 6352 0.1
.bss 122184 122328 144 0.1
.data.rel.ro 101776 101904 128 0.1
.got 11928 11968 40 0.3
.rodata 161428 161732 304 0.2
.text 3870072 3875672 5600 0.1
tv-app debug (read only) 5243353 5248409 5056 0.1
(read/write) 344624 344976 352 0.1
.bss 242080 242272 192 0.1
.data.rel.ro 90240 90400 160 0.2
.rodata 266909 267549 640 0.2
.text 4741811 4745747 3936 0.1
tv-casting-app debug (read only) 8299185 8305881 6696 0.1
(read/write) 315640 315928 288 0.1
.bss 155936 156128 192 0.1
.data.rel.ro 150384 150496 112 0.1
.rodata 339496 340392 896 0.3
.text 7551571 7557011 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2525552 2527032 1480 0.1
.bss 219064 219224 160 0.1
.text 1488236 1489716 1480 0.1
Decreases (2 builds for linux)
platform target config section 42c3af2 aea49ed change % change
linux chip-tool-ipv6only arm64 (read/write) 515072 514752 -320 -0.1
thermostat-no-ble arm64 (read/write) 247144 245088 -2056 -0.8
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section 42c3af2 aea49ed change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737451 738859 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.data 3424 3424 0 0.0
.rodata 84599 84863 264 0.3
.text 652464 653608 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759171 760355 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.data 3444 3444 0 0.0
.rodata 80175 80319 144 0.2
.text 678604 679644 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746443 747859 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.data 3444 3444 0 0.0
.rodata 106231 106495 264 0.2
.text 639820 640972 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697211 698627 1416 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.data 3412 3412 0 0.0
.rodata 80359 80631 272 0.3
.text 616464 617608 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 682899 684315 1416 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.data 3408 3408 0 0.0
.rodata 76199 76471 272 0.4
.text 606312 607456 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 565554 1568 0.3
(read/write) 206496 206624 128 0.1
.bss 199956 200084 128 0.1
.data 1416 1416 0 0.0
.rodata 83690 83946 256 0.3
.text 478172 479488 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620250 621826 1576 0.3
(read/write) 206900 207028 128 0.1
.bss 200336 200464 128 0.1
.data 1444 1444 0 0.0
.rodata 106306 106562 256 0.2
.text 511824 513140 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1129862 1131314 1452 0.1
(read/write) 1670084 1670524 440 0.0
.dram0.bss 71848 72008 160 0.2
.dram0.data 12996 12996 0 0.0
.flash.rodata 241360 241640 280 0.1
.flash.text 1129862 1131314 1452 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1175071 1176375 1304 0.1
(read/write) 520080 520520 440 0.1
.dram0.bss 78496 78656 160 0.2
.dram0.data 34020 34020 0 0.0
.flash.rodata 273200 273480 280 0.1
.flash.text 1169687 1170991 1304 0.1
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2477461 2484157 6696 0.3
(read/write) 126280 126600 320 0.3
.bss 46656 46848 192 0.4
.data 1472 1472 0 0.0
.data.rel.ro 72168 72296 128 0.2
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177128 178056 928 0.5
.text 2126533 2131941 5408 0.3
all-clusters-app debug (read only) 5279265 5285961 6696 0.1
(read/write) 418800 419120 320 0.1
.bss 128880 129072 192 0.1
.data 3856 3856 0 0.0
.data.rel.ro 278832 278952 120 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1208 1208 0 0.0
.rodata 299484 300380 896 0.3
.text 4600115 4605555 5440 0.1
all-clusters-minimal-app debug (read only) 4892153 4898849 6696 0.1
(read/write) 233080 233368 288 0.1
.bss 126704 126896 192 0.2
.data 3792 3792 0 0.0
.data.rel.ro 95440 95560 120 0.1
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270061 270957 896 0.3
.text 4390995 4396435 5440 0.1
bridge-app debug (read only) 4374281 4381025 6744 0.2
(read/write) 215128 215448 320 0.1
.bss 118904 119096 192 0.2
.data 4704 4704 0 0.0
.data.rel.ro 84768 84880 112 0.1
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218101 219061 960 0.4
.text 3938547 3943971 5424 0.1
chip-tool debug (read only) 10360913 10365961 5048 0.0
(read/write) 448896 449056 160 0.0
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 342920 343080 160 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 391529 392161 632 0.2
.text 9363699 9367635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10238360 10242808 4448 0.0
(read/write) 515072 514752 -320 -0.1
.bss 103112 103112 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 380480 380664 184 0.0
.dynamic 512 512 0 0.0
.got 18624 18648 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317744 317968 224 0.1
.text 9141688 9145336 3648 0.0
lighting-app debug+rpc+ui (read only) 5235073 5241769 6696 0.1
(read/write) 223136 223456 320 0.1
.bss 118208 118400 192 0.2
.data 4416 4416 0 0.0
.data.rel.ro 92976 93104 128 0.1
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336820 337716 896 0.3
.text 4655027 4660467 5440 0.1
lock-app debug (read only) 4473977 4480737 6760 0.2
(read/write) 203304 203592 288 0.1
.bss 113472 113664 192 0.2
.data 3648 3648 0 0.0
.data.rel.ro 79432 79544 112 0.1
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247381 248341 960 0.4
.text 4016995 4022435 5440 0.1
ota-provider-app debug (read only) 4132361 4139025 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data 3920 3920 0 0.0
.data.rel.ro 68784 68880 96 0.1
.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 200085 200981 896 0.4
.text 3741427 3746883 5456 0.1
ota-requestor-app debug (read only) 4218665 4225329 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data 4192 4192 0 0.0
.data.rel.ro 71744 71856 112 0.2
.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 203861 204757 896 0.4
.text 3819651 3825107 5456 0.1
shell debug (read only) 2741177 2747857 6680 0.2
(read/write) 148504 148792 288 0.2
.bss 59528 59720 192 0.3
.data 784 784 0 0.0
.data.rel.ro 82400 82520 120 0.1
.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 179264 180160 896 0.5
.text 2392114 2397538 5424 0.2
thermostat-no-ble arm64 (read only) 4370504 4376856 6352 0.1
(read/write) 247144 245088 -2056 -0.8
.bss 122184 122328 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 101776 101904 128 0.1
.dynamic 512 512 0 0.0
.got 11928 11968 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161428 161732 304 0.2
.text 3870072 3875672 5600 0.1
tv-app debug (read only) 5243353 5248409 5056 0.1
(read/write) 344624 344976 352 0.1
.bss 242080 242272 192 0.1
.data 4992 4992 0 0.0
.data.rel.ro 90240 90400 160 0.2
.dynamic 624 624 0 0.0
.got 5528 5528 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 266909 267549 640 0.2
.text 4741811 4745747 3936 0.1
tv-casting-app debug (read only) 8299185 8305881 6696 0.1
(read/write) 315640 315928 288 0.1
.bss 155936 156128 192 0.1
.data 2464 2464 0 0.0
.data.rel.ro 150384 150496 112 0.1
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339496 340392 896 0.3
.text 7551571 7557011 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525552 2527032 1480 0.1
.bss 219064 219224 160 0.1
.data 5136 5136 0 0.0
.text 1488236 1489716 1480 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from aea49ed to 4ad2876 Compare November 13, 2023 13:44
Copy link

github-actions bot commented Nov 13, 2023

PR #30339: Size comparison from e02aa72 to 4ad2876

Increases above 0.2%:

platform target config section e02aa72f 4ad2876 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .rodata 84647 84911 264 0.3
pump-app LP_EM_CC1354P10_6 .rodata 80415 80679 264 0.3
pump-controller-app LP_EM_CC1354P10_6 .rodata 76247 76527 280 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564314 565882 1568 0.3
.rodata 83682 83938 256 0.3
.text 478508 479824 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620570 622146 1576 0.3
.text 512152 513468 1316 0.3
linux air-purifier-app debug (read only) 2479613 2486277 6664 0.3
(read/write) 126352 126672 320 0.3
.bss 46720 46912 192 0.4
.rodata 177512 178408 896 0.5
.text 2128181 2133589 5408 0.3
all-clusters-app debug .rodata 299868 300764 896 0.3
all-clusters-minimal-app debug .rodata 270413 271309 896 0.3
bridge-app debug .rodata 218485 219413 928 0.4
lighting-app debug+rpc+ui .rodata 337204 338100 896 0.3
lock-app debug .rodata 247765 248693 928 0.4
ota-provider-app debug .rodata 200309 201205 896 0.4
ota-requestor-app debug .rodata 204053 204949 896 0.4
shell debug (read only) 2743297 2749961 6664 0.2
(read/write) 148576 148896 320 0.2
.bss 59592 59784 192 0.3
.rodata 179616 180512 896 0.5
.text 2393762 2399170 5408 0.2
thermostat-no-ble arm64 .got 11928 11968 40 0.3
tv-app debug .rodata 267261 267901 640 0.2
tv-casting-app debug .rodata 339848 340744 896 0.3
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section e02aa72f 4ad2876 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737755 739163 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.rodata 84647 84911 264 0.3
.text 652720 653864 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759467 760651 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.rodata 80223 80367 144 0.2
.text 678852 679892 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746747 748163 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.rodata 106279 106543 264 0.2
.text 640076 641228 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697523 698931 1408 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.rodata 80415 80679 264 0.3
.text 616720 617864 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 683203 684627 1424 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.rodata 76247 76527 280 0.4
.text 606568 607712 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564314 565882 1568 0.3
(read/write) 206496 206624 128 0.1
.bss 199956 200084 128 0.1
.rodata 83682 83938 256 0.3
.text 478508 479824 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620570 622146 1576 0.3
(read/write) 206900 207028 128 0.1
.bss 200336 200464 128 0.1
.rodata 106298 106554 256 0.2
.text 512152 513468 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1130398 1131850 1452 0.1
(read/write) 1670084 1670524 440 0.0
.dram0.bss 71848 72008 160 0.2
.flash.rodata 241360 241640 280 0.1
.flash.text 1130398 1131850 1452 0.1
m5stack (read only) 1175463 1176771 1308 0.1
(read/write) 520080 520520 440 0.1
.dram0.bss 78496 78656 160 0.2
.flash.rodata 273200 273480 280 0.1
.flash.text 1170079 1171387 1308 0.1
linux air-purifier-app debug (read only) 2479613 2486277 6664 0.3
(read/write) 126352 126672 320 0.3
.bss 46720 46912 192 0.4
.data.rel.ro 72168 72296 128 0.2
.rodata 177512 178408 896 0.5
.text 2128181 2133589 5408 0.3
all-clusters-app debug (read only) 5281225 5287921 6696 0.1
(read/write) 418872 419192 320 0.1
.bss 128944 129136 192 0.1
.data.rel.ro 278832 278952 120 0.0
.rodata 299868 300764 896 0.3
.text 4601571 4607011 5440 0.1
all-clusters-minimal-app debug (read only) 4894265 4900961 6696 0.1
(read/write) 233152 233472 320 0.1
.bss 126768 126960 192 0.2
.data.rel.ro 95440 95560 120 0.1
.rodata 270413 271309 896 0.3
.text 4392643 4398083 5440 0.1
bridge-app debug (read only) 4376433 4383145 6712 0.2
(read/write) 215200 215520 320 0.1
.bss 118968 119160 192 0.2
.data.rel.ro 84768 84880 112 0.1
.rodata 218485 219413 928 0.4
.text 3940195 3945619 5424 0.1
chip-tool debug (read only) 10363513 10368561 5048 0.0
(read/write) 448968 449128 160 0.0
.data.rel.ro 342920 343080 160 0.0
.rodata 391913 392545 632 0.2
.text 9365699 9369635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10240640 10245088 4448 0.0
.data.rel.ro 380432 380616 184 0.0
.got 18624 18648 24 0.1
.rodata 317816 318040 224 0.1
.text 9143784 9147432 3648 0.0
lighting-app debug+rpc+ui (read only) 5237225 5243921 6696 0.1
(read/write) 223240 223560 320 0.1
.bss 118272 118464 192 0.2
.data.rel.ro 92976 93104 128 0.1
.rodata 337204 338100 896 0.3
.text 4656675 4662115 5440 0.1
lock-app debug (read only) 4476089 4482801 6712 0.1
(read/write) 203344 203664 320 0.2
.bss 113504 113696 192 0.2
.data.rel.ro 79432 79544 112 0.1
.rodata 247765 248693 928 0.4
.text 4018611 4024035 5424 0.1
ota-provider-app debug (read only) 4133353 4140017 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data.rel.ro 68784 68880 96 0.1
.rodata 200309 201205 896 0.4
.text 3742195 3747651 5456 0.1
ota-requestor-app debug (read only) 4219625 4226289 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data.rel.ro 71744 71856 112 0.2
.rodata 204053 204949 896 0.4
.text 3820419 3825875 5456 0.1
shell debug (read only) 2743297 2749961 6664 0.2
(read/write) 148576 148896 320 0.2
.bss 59592 59784 192 0.3
.data.rel.ro 82400 82520 120 0.1
.rodata 179616 180512 896 0.5
.text 2393762 2399170 5408 0.2
thermostat-no-ble arm64 (read only) 4371912 4378264 6352 0.1
.bss 122184 122328 144 0.1
.data.rel.ro 101776 101904 128 0.1
.got 11928 11968 40 0.3
.rodata 161540 161844 304 0.2
.text 3871368 3876968 5600 0.1
tv-app debug (read only) 5245473 5250529 5056 0.1
(read/write) 344664 345016 352 0.1
.bss 242112 242304 192 0.1
.data.rel.ro 90240 90400 160 0.2
.rodata 267261 267901 640 0.2
.text 4743459 4747395 3936 0.1
tv-casting-app debug (read only) 8301545 8308241 6696 0.1
(read/write) 315712 316032 320 0.1
.bss 156000 156192 192 0.1
.data.rel.ro 150384 150496 112 0.1
.rodata 339848 340744 896 0.3
.text 7553363 7558803 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2525288 2526776 1488 0.1
.bss 219064 219224 160 0.1
.text 1487972 1489460 1488 0.1
Decreases (2 builds for linux)
platform target config section e02aa72f 4ad2876 change % change
linux chip-tool-ipv6only arm64 (read/write) 512864 512480 -384 -0.1
thermostat-no-ble arm64 (read/write) 245784 243664 -2120 -0.9
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section e02aa72f 4ad2876 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737755 739163 1408 0.2
(read/write) 166528 166656 128 0.1
.bss 88940 89068 128 0.1
.data 3424 3424 0 0.0
.rodata 84647 84911 264 0.3
.text 652720 653864 1144 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 759467 760651 1184 0.2
(read/write) 176820 176948 128 0.1
.bss 99188 99316 128 0.1
.data 3444 3444 0 0.0
.rodata 80223 80367 144 0.2
.text 678852 679892 1040 0.2
lock-mtd LP_EM_CC1354P10_6 (read only) 746747 748163 1416 0.2
(read/write) 171276 171404 128 0.1
.bss 93644 93772 128 0.1
.data 3444 3444 0 0.0
.rodata 106279 106543 264 0.2
.text 640076 641228 1152 0.2
pump-app LP_EM_CC1354P10_6 (read only) 697523 698931 1408 0.2
(read/write) 165628 165756 128 0.1
.bss 87808 87936 128 0.1
.data 3412 3412 0 0.0
.rodata 80415 80679 264 0.3
.text 616720 617864 1144 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 683203 684627 1424 0.2
(read/write) 165760 165888 128 0.1
.bss 87952 88080 128 0.1
.data 3408 3408 0 0.0
.rodata 76247 76527 280 0.4
.text 606568 607712 1144 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564314 565882 1568 0.3
(read/write) 206496 206624 128 0.1
.bss 199956 200084 128 0.1
.data 1416 1416 0 0.0
.rodata 83682 83938 256 0.3
.text 478508 479824 1316 0.3
lock CC3235SF_LAUNCHXL (read only) 620570 622146 1576 0.3
(read/write) 206900 207028 128 0.1
.bss 200336 200464 128 0.1
.data 1444 1444 0 0.0
.rodata 106298 106554 256 0.2
.text 512152 513468 1316 0.3
esp32 all-clusters-app c3devkit (read only) 1130398 1131850 1452 0.1
(read/write) 1670084 1670524 440 0.0
.dram0.bss 71848 72008 160 0.2
.dram0.data 12996 12996 0 0.0
.flash.rodata 241360 241640 280 0.1
.flash.text 1130398 1131850 1452 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1175463 1176771 1308 0.1
(read/write) 520080 520520 440 0.1
.dram0.bss 78496 78656 160 0.2
.dram0.data 34020 34020 0 0.0
.flash.rodata 273200 273480 280 0.1
.flash.text 1170079 1171387 1308 0.1
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2479613 2486277 6664 0.3
(read/write) 126352 126672 320 0.3
.bss 46720 46912 192 0.4
.data 1472 1472 0 0.0
.data.rel.ro 72168 72296 128 0.2
.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 178408 896 0.5
.text 2128181 2133589 5408 0.3
all-clusters-app debug (read only) 5281225 5287921 6696 0.1
(read/write) 418872 419192 320 0.1
.bss 128944 129136 192 0.1
.data 3856 3856 0 0.0
.data.rel.ro 278832 278952 120 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 299868 300764 896 0.3
.text 4601571 4607011 5440 0.1
all-clusters-minimal-app debug (read only) 4894265 4900961 6696 0.1
(read/write) 233152 233472 320 0.1
.bss 126768 126960 192 0.2
.data 3792 3792 0 0.0
.data.rel.ro 95440 95560 120 0.1
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 270413 271309 896 0.3
.text 4392643 4398083 5440 0.1
bridge-app debug (read only) 4376433 4383145 6712 0.2
(read/write) 215200 215520 320 0.1
.bss 118968 119160 192 0.2
.data 4704 4704 0 0.0
.data.rel.ro 84768 84880 112 0.1
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218485 219413 928 0.4
.text 3940195 3945619 5424 0.1
chip-tool debug (read only) 10363513 10368561 5048 0.0
(read/write) 448968 449128 160 0.0
.bss 93816 93816 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 342920 343080 160 0.0
.dynamic 624 624 0 0.0
.got 5800 5800 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 391913 392545 632 0.2
.text 9365699 9369635 3936 0.0
chip-tool-ipv6only arm64 (read only) 10240640 10245088 4448 0.0
(read/write) 512864 512480 -384 -0.1
.bss 103144 103144 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 380432 380616 184 0.0
.dynamic 512 512 0 0.0
.got 18624 18648 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317816 318040 224 0.1
.text 9143784 9147432 3648 0.0
lighting-app debug+rpc+ui (read only) 5237225 5243921 6696 0.1
(read/write) 223240 223560 320 0.1
.bss 118272 118464 192 0.2
.data 4416 4416 0 0.0
.data.rel.ro 92976 93104 128 0.1
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 337204 338100 896 0.3
.text 4656675 4662115 5440 0.1
lock-app debug (read only) 4476089 4482801 6712 0.1
(read/write) 203344 203664 320 0.2
.bss 113504 113696 192 0.2
.data 3648 3648 0 0.0
.data.rel.ro 79432 79544 112 0.1
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 247765 248693 928 0.4
.text 4018611 4024035 5424 0.1
ota-provider-app debug (read only) 4133353 4140017 6664 0.2
(read/write) 192192 192448 256 0.1
.bss 113568 113728 160 0.1
.data 3920 3920 0 0.0
.data.rel.ro 68784 68880 96 0.1
.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 200309 201205 896 0.4
.text 3742195 3747651 5456 0.1
ota-requestor-app debug (read only) 4219625 4226289 6664 0.2
(read/write) 196440 196696 256 0.1
.bss 114592 114752 160 0.1
.data 4192 4192 0 0.0
.data.rel.ro 71744 71856 112 0.2
.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 204053 204949 896 0.4
.text 3820419 3825875 5456 0.1
shell debug (read only) 2743297 2749961 6664 0.2
(read/write) 148576 148896 320 0.2
.bss 59592 59784 192 0.3
.data 784 784 0 0.0
.data.rel.ro 82400 82520 120 0.1
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 179616 180512 896 0.5
.text 2393762 2399170 5408 0.2
thermostat-no-ble arm64 (read only) 4371912 4378264 6352 0.1
(read/write) 245784 243664 -2120 -0.9
.bss 122184 122328 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 101776 101904 128 0.1
.dynamic 512 512 0 0.0
.got 11928 11968 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161540 161844 304 0.2
.text 3871368 3876968 5600 0.1
tv-app debug (read only) 5245473 5250529 5056 0.1
(read/write) 344664 345016 352 0.1
.bss 242112 242304 192 0.1
.data 4992 4992 0 0.0
.data.rel.ro 90240 90400 160 0.2
.dynamic 624 624 0 0.0
.got 5536 5536 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267261 267901 640 0.2
.text 4743459 4747395 3936 0.1
tv-casting-app debug (read only) 8301545 8308241 6696 0.1
(read/write) 315712 316032 320 0.1
.bss 156000 156192 192 0.1
.data 2464 2464 0 0.0
.data.rel.ro 150384 150496 112 0.1
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 339848 340744 896 0.3
.text 7553363 7558803 5440 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525288 2526776 1488 0.1
.bss 219064 219224 160 0.1
.data 5136 5136 0 0.0
.text 1487972 1489460 1488 0.1

@woody-apple woody-apple added this to the 1.3 Feature Complete milestone Nov 16, 2023
@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 4ad2876 to 385d9fb Compare November 21, 2023 01:40
@github-actions github-actions bot added the app label Nov 21, 2023
Copy link

github-actions bot commented Nov 21, 2023

PR #30339: Size comparison from a3c5d19 to 385d9fb

Increases above 0.2%:

platform target config section a3c5d19 385d9fb change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
lock-ftd LP_EM_CC1354P10_6 .rodata 79951 80159 208 0.3
lock-mtd LP_EM_CC1354P10_6 .bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
pump-app LP_EM_CC1354P10_6 .bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
pump-controller-app LP_EM_CC1354P10_6 .bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
esp32 all-clusters-app c3devkit .dram0.bss 72432 72704 272 0.4
m5stack .dram0.bss 79080 79352 272 0.3
linux air-purifier-app debug (read only) 2504989 2512357 7368 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.rodata 177512 178472 960 0.5
.text 2152981 2159029 6048 0.3
all-clusters-app debug .rodata 302556 303516 960 0.3
all-clusters-minimal-app debug .rodata 270765 271725 960 0.4
bridge-app debug .rodata 218485 219445 960 0.4
chip-tool-ipv6only arm64 (read/write) 529776 532976 3200 0.6
lighting-app debug+rpc+ui .rodata 338036 338996 960 0.3
lock-app debug .rodata 246453 247413 960 0.4
ota-provider-app debug .rodata 200821 201781 960 0.5
ota-requestor-app debug .rodata 204597 205557 960 0.5
shell debug (read only) 2767905 2775273 7368 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.rodata 180800 181760 960 0.5
.text 2416418 2422466 6048 0.3
thermostat-no-ble arm64 (read/write) 245592 247056 1464 0.6
.got 11944 11984 40 0.3
tv-app debug .rodata 267261 267933 672 0.3
tv-casting-app debug .rodata 346664 347624 960 0.3
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section a3c5d19 385d9fb change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741811 1424 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
.text 655168 656252 1084 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759019 1192 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.rodata 79951 80159 208 0.3
.text 677484 678472 988 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746115 1416 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
.text 638632 639716 1084 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700155 1408 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
.text 617752 618828 1076 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685811 1408 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
.text 607568 608652 1084 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
esp32 all-clusters-app c3devkit (read only) 1133232 1134686 1454 0.1
(read/write) 1670868 1671428 560 0.0
.dram0.bss 72432 72704 272 0.4
.flash.rodata 241568 241856 288 0.1
.flash.text 1133232 1134686 1454 0.1
m5stack (read only) 1178135 1179575 1440 0.1
(read/write) 520872 521424 552 0.1
.dram0.bss 79080 79352 272 0.3
.flash.rodata 273408 273688 280 0.1
.flash.text 1172751 1174191 1440 0.1
linux air-purifier-app debug (read only) 2504989 2512357 7368 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.data.rel.ro 72408 72520 112 0.2
.rodata 177512 178472 960 0.5
.text 2152981 2159029 6048 0.3
all-clusters-app debug (read only) 5326449 5333833 7384 0.1
(read/write) 429888 430176 288 0.1
.bss 130032 130224 192 0.1
.data.rel.ro 288752 288872 120 0.0
.rodata 302556 303516 960 0.3
.text 4635459 4641523 6064 0.1
all-clusters-minimal-app debug (read only) 4928929 4936313 7384 0.1
(read/write) 234376 234696 320 0.1
.bss 127824 128016 192 0.2
.data.rel.ro 95616 95736 120 0.1
.rodata 270765 271725 960 0.4
.text 4426387 4432451 6064 0.1
bridge-app debug (read only) 4401857 4409241 7384 0.2
(read/write) 215680 216000 320 0.1
.bss 119224 119416 192 0.2
.data.rel.ro 84992 85120 128 0.2
.rodata 218485 219445 960 0.4
.text 3965347 3971411 6064 0.2
chip-tool debug (read only) 10745225 10750953 5728 0.1
(read/write) 465416 465576 160 0.0
.data.rel.ro 359112 359272 160 0.0
.rodata 400809 401497 688 0.2
.text 9715203 9719763 4560 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10601640 5024 0.0
(read/write) 529776 532976 3200 0.6
.data.rel.ro 396976 397160 184 0.0
.got 18960 18984 24 0.1
.rodata 325024 325312 288 0.1
.text 9467832 9471992 4160 0.0
lighting-app debug+rpc+ui (read only) 5272777 5280161 7384 0.1
(read/write) 224400 224688 288 0.1
.bss 119168 119360 192 0.2
.data.rel.ro 93248 93360 112 0.1
.rodata 338036 338996 960 0.3
.text 4690835 4696899 6064 0.1
lock-app debug (read only) 4487033 4494417 7384 0.2
(read/write) 203296 203616 320 0.2
.bss 113632 113824 192 0.2
.data.rel.ro 79272 79400 128 0.2
.rodata 246453 247413 960 0.4
.text 4031043 4037107 6064 0.2
ota-provider-app debug (read only) 4151177 4158529 7352 0.2
(read/write) 192448 192736 288 0.1
.bss 113632 113792 160 0.1
.data.rel.ro 68976 69088 112 0.2
.rodata 200821 201781 960 0.5
.text 3759027 3765107 6080 0.2
ota-requestor-app debug (read only) 4237481 4244833 7352 0.2
(read/write) 196696 196952 256 0.1
.bss 114656 114816 160 0.1
.data.rel.ro 71952 72048 96 0.1
.rodata 204597 205557 960 0.5
.text 3837251 3843331 6080 0.2
shell debug (read only) 2767905 2775273 7368 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.data.rel.ro 82464 82584 120 0.1
.rodata 180800 181760 960 0.5
.text 2416418 2422466 6048 0.3
thermostat-no-ble arm64 (read only) 4388528 4395440 6912 0.2
(read/write) 245592 247056 1464 0.6
.bss 122248 122392 144 0.1
.data.rel.ro 102048 102176 128 0.1
.got 11944 11984 40 0.3
.rodata 161900 162252 352 0.2
.text 3887048 3893160 6112 0.2
tv-app debug (read only) 5271025 5276753 5728 0.1
(read/write) 345208 345560 352 0.1
.bss 242432 242624 192 0.1
.data.rel.ro 90480 90640 160 0.2
.rodata 267261 267933 672 0.3
.text 4768739 4773315 4576 0.1
tv-casting-app debug (read only) 8686425 8693825 7400 0.1
(read/write) 322368 322720 352 0.1
.bss 156288 156480 192 0.1
.data.rel.ro 156768 156912 144 0.1
.rodata 346664 347624 960 0.3
.text 7915987 7922067 6080 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.text 1485772 1487388 1616 0.1
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section a3c5d19 385d9fb change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741811 1424 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.data 3424 3424 0 0.0
.rodata 84831 85167 336 0.4
.text 655168 656252 1084 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759019 1192 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.data 3444 3444 0 0.0
.rodata 79951 80159 208 0.3
.text 677484 678472 988 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746115 1416 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.data 3444 3444 0 0.0
.rodata 105679 106007 328 0.3
.text 638632 639716 1084 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700155 1408 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.data 3412 3412 0 0.0
.rodata 80607 80935 328 0.4
.text 617752 618828 1076 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685811 1408 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.data 3408 3408 0 0.0
.rodata 76447 76767 320 0.4
.text 607568 608652 1084 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.data 1416 1416 0 0.0
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.data 1444 1444 0 0.0
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
esp32 all-clusters-app c3devkit (read only) 1133232 1134686 1454 0.1
(read/write) 1670868 1671428 560 0.0
.dram0.bss 72432 72704 272 0.4
.dram0.data 12996 12996 0 0.0
.flash.rodata 241568 241856 288 0.1
.flash.text 1133232 1134686 1454 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178135 1179575 1440 0.1
(read/write) 520872 521424 552 0.1
.dram0.bss 79080 79352 272 0.3
.dram0.data 34020 34020 0 0.0
.flash.rodata 273408 273688 280 0.1
.flash.text 1172751 1174191 1440 0.1
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2504989 2512357 7368 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.data 1472 1472 0 0.0
.data.rel.ro 72408 72520 112 0.2
.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 178472 960 0.5
.text 2152981 2159029 6048 0.3
all-clusters-app debug (read only) 5326449 5333833 7384 0.1
(read/write) 429888 430176 288 0.1
.bss 130032 130224 192 0.1
.data 3856 3856 0 0.0
.data.rel.ro 288752 288872 120 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 303516 960 0.3
.text 4635459 4641523 6064 0.1
all-clusters-minimal-app debug (read only) 4928929 4936313 7384 0.1
(read/write) 234376 234696 320 0.1
.bss 127824 128016 192 0.2
.data 3792 3792 0 0.0
.data.rel.ro 95616 95736 120 0.1
.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 271725 960 0.4
.text 4426387 4432451 6064 0.1
bridge-app debug (read only) 4401857 4409241 7384 0.2
(read/write) 215680 216000 320 0.1
.bss 119224 119416 192 0.2
.data 4704 4704 0 0.0
.data.rel.ro 84992 85120 128 0.2
.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 219445 960 0.4
.text 3965347 3971411 6064 0.2
chip-tool debug (read only) 10745225 10750953 5728 0.1
(read/write) 465416 465576 160 0.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 359112 359272 160 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 401497 688 0.2
.text 9715203 9719763 4560 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10601640 5024 0.0
(read/write) 529776 532976 3200 0.6
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397160 184 0.0
.dynamic 512 512 0 0.0
.got 18960 18984 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325024 325312 288 0.1
.text 9467832 9471992 4160 0.0
lighting-app debug+rpc+ui (read only) 5272777 5280161 7384 0.1
(read/write) 224400 224688 288 0.1
.bss 119168 119360 192 0.2
.data 4416 4416 0 0.0
.data.rel.ro 93248 93360 112 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 338996 960 0.3
.text 4690835 4696899 6064 0.1
lock-app debug (read only) 4487033 4494417 7384 0.2
(read/write) 203296 203616 320 0.2
.bss 113632 113824 192 0.2
.data 3648 3648 0 0.0
.data.rel.ro 79272 79400 128 0.2
.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 247413 960 0.4
.text 4031043 4037107 6064 0.2
ota-provider-app debug (read only) 4151177 4158529 7352 0.2
(read/write) 192448 192736 288 0.1
.bss 113632 113792 160 0.1
.data 3920 3920 0 0.0
.data.rel.ro 68976 69088 112 0.2
.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 201781 960 0.5
.text 3759027 3765107 6080 0.2
ota-requestor-app debug (read only) 4237481 4244833 7352 0.2
(read/write) 196696 196952 256 0.1
.bss 114656 114816 160 0.1
.data 4192 4192 0 0.0
.data.rel.ro 71952 72048 96 0.1
.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 205557 960 0.5
.text 3837251 3843331 6080 0.2
shell debug (read only) 2767905 2775273 7368 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.data 784 784 0 0.0
.data.rel.ro 82464 82584 120 0.1
.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 181760 960 0.5
.text 2416418 2422466 6048 0.3
thermostat-no-ble arm64 (read only) 4388528 4395440 6912 0.2
(read/write) 245592 247056 1464 0.6
.bss 122248 122392 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 102048 102176 128 0.1
.dynamic 512 512 0 0.0
.got 11944 11984 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 162252 352 0.2
.text 3887048 3893160 6112 0.2
tv-app debug (read only) 5271025 5276753 5728 0.1
(read/write) 345208 345560 352 0.1
.bss 242432 242624 192 0.1
.data 4992 4992 0 0.0
.data.rel.ro 90480 90640 160 0.2
.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 267933 672 0.3
.text 4768739 4773315 4576 0.1
tv-casting-app debug (read only) 8686425 8693825 7400 0.1
(read/write) 322368 322720 352 0.1
.bss 156288 156480 192 0.1
.data 2464 2464 0 0.0
.data.rel.ro 156768 156912 144 0.1
.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 347624 960 0.3
.text 7915987 7922067 6080 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.data 5136 5136 0 0.0
.text 1485772 1487388 1616 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 385d9fb to ddc6415 Compare November 21, 2023 03:29
Copy link

github-actions bot commented Nov 21, 2023

PR #30339: Size comparison from a3c5d19 to ddc6415

Increases above 0.2%:

platform target config section a3c5d19 ddc6415 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
lock-ftd LP_EM_CC1354P10_6 .rodata 79951 80159 208 0.3
lock-mtd LP_EM_CC1354P10_6 .bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
pump-app LP_EM_CC1354P10_6 .bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
pump-controller-app LP_EM_CC1354P10_6 .bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
linux chip-tool-ipv6only arm64 (read/write) 529776 532976 3200 0.6
thermostat-no-ble arm64 (read/write) 245592 247056 1464 0.6
.got 11944 11984 40 0.3
.rodata 161900 162252 352 0.2
Increases (10 builds for cc13x4_26x4, cc32xx, linux, mbed)
platform target config section a3c5d19 ddc6415 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741811 1424 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
.text 655168 656252 1084 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759019 1192 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.rodata 79951 80159 208 0.3
.text 677484 678472 988 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746115 1416 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
.text 638632 639716 1084 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700155 1408 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
.text 617752 618828 1076 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685811 1408 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
.text 607568 608652 1084 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
linux chip-tool-ipv6only arm64 (read only) 10596616 10601640 5024 0.0
(read/write) 529776 532976 3200 0.6
.data.rel.ro 396976 397160 184 0.0
.got 18960 18984 24 0.1
.rodata 325024 325312 288 0.1
.text 9467832 9471992 4160 0.0
thermostat-no-ble arm64 (read only) 4388528 4395440 6912 0.2
(read/write) 245592 247056 1464 0.6
.bss 122248 122392 144 0.1
.data.rel.ro 102048 102176 128 0.1
.got 11944 11984 40 0.3
.rodata 161900 162252 352 0.2
.text 3887048 3893160 6112 0.2
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.text 1485772 1487388 1616 0.1
Full report (10 builds for cc13x4_26x4, cc32xx, linux, mbed)
platform target config section a3c5d19 ddc6415 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741811 1424 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.data 3424 3424 0 0.0
.rodata 84831 85167 336 0.4
.text 655168 656252 1084 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759019 1192 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.data 3444 3444 0 0.0
.rodata 79951 80159 208 0.3
.text 677484 678472 988 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746115 1416 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.data 3444 3444 0 0.0
.rodata 105679 106007 328 0.3
.text 638632 639716 1084 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700155 1408 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.data 3412 3412 0 0.0
.rodata 80607 80935 328 0.4
.text 617752 618828 1076 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685811 1408 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.data 3408 3408 0 0.0
.rodata 76447 76767 320 0.4
.text 607568 608652 1084 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.data 1416 1416 0 0.0
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.data 1444 1444 0 0.0
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
linux chip-tool-ipv6only arm64 (read only) 10596616 10601640 5024 0.0
(read/write) 529776 532976 3200 0.6
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397160 184 0.0
.dynamic 512 512 0 0.0
.got 18960 18984 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325024 325312 288 0.1
.text 9467832 9471992 4160 0.0
thermostat-no-ble arm64 (read only) 4388528 4395440 6912 0.2
(read/write) 245592 247056 1464 0.6
.bss 122248 122392 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 102048 102176 128 0.1
.dynamic 512 512 0 0.0
.got 11944 11984 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 162252 352 0.2
.text 3887048 3893160 6112 0.2
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.data 5136 5136 0 0.0
.text 1485772 1487388 1616 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from ddc6415 to 50b6791 Compare November 21, 2023 04:07
Copy link

PR #30339: Size comparison from a3c5d19 to 50b6791

Increases above 0.2%:

platform target config section a3c5d19 50b6791 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
Increases (2 builds for cc32xx)
platform target config section a3c5d19 50b6791 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3
Full report (2 builds for cc32xx)
platform target config section a3c5d19 50b6791 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567074 1784 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.data 1416 1416 0 0.0
.rodata 83866 84178 312 0.4
.text 479300 480772 1472 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619330 1784 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.data 1444 1444 0 0.0
.rodata 105674 105986 312 0.3
.text 509752 511224 1472 0.3

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 50b6791 to fb6e0f8 Compare November 21, 2023 04:18
Copy link

github-actions bot commented Nov 21, 2023

PR #30339: Size comparison from a3c5d19 to fb6e0f8

Increases above 0.2%:

platform target config section a3c5d19 fb6e0f8 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
lock-ftd LP_EM_CC1354P10_6 .rodata 79951 80159 208 0.3
lock-mtd LP_EM_CC1354P10_6 .bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
pump-app LP_EM_CC1354P10_6 .bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
pump-controller-app LP_EM_CC1354P10_6 .bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567066 1776 0.3
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480764 1464 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619322 1776 0.3
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511216 1464 0.3
esp32 all-clusters-app c3devkit .dram0.bss 72432 72704 272 0.4
m5stack .dram0.bss 79080 79352 272 0.3
linux air-purifier-app debug (read only) 2504989 2512293 7304 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.rodata 177512 178472 960 0.5
.text 2152981 2158965 5984 0.3
all-clusters-app debug .rodata 302556 303516 960 0.3
all-clusters-minimal-app debug .rodata 270765 271725 960 0.4
bridge-app debug .rodata 218485 219445 960 0.4
chip-tool-ipv6only arm64 (read/write) 529776 533072 3296 0.6
lighting-app debug+rpc+ui .rodata 338036 338996 960 0.3
lock-app debug .rodata 246453 247413 960 0.4
ota-provider-app debug .rodata 200821 201781 960 0.5
ota-requestor-app debug .rodata 204597 205557 960 0.5
shell debug (read only) 2767905 2775209 7304 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.rodata 180800 181760 960 0.5
.text 2416418 2422402 5984 0.2
thermostat-no-ble arm64 (read/write) 245592 247152 1560 0.6
.got 11944 11984 40 0.3
tv-app debug .rodata 267261 267933 672 0.3
tv-casting-app debug .rodata 346664 347624 960 0.3
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section a3c5d19 fb6e0f8 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741795 1408 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.rodata 84831 85167 336 0.4
.text 655168 656236 1068 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759003 1176 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.rodata 79951 80159 208 0.3
.text 677484 678456 972 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746099 1400 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.rodata 105679 106007 328 0.3
.text 638632 639700 1068 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700139 1392 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.rodata 80607 80935 328 0.4
.text 617752 618812 1060 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685795 1392 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.rodata 76447 76767 320 0.4
.text 607568 608636 1068 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567066 1776 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.rodata 83866 84178 312 0.4
.text 479300 480764 1464 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619322 1776 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.rodata 105674 105986 312 0.3
.text 509752 511216 1464 0.3
esp32 all-clusters-app c3devkit (read only) 1133232 1134674 1442 0.1
(read/write) 1670868 1671428 560 0.0
.dram0.bss 72432 72704 272 0.4
.flash.rodata 241568 241856 288 0.1
.flash.text 1133232 1134674 1442 0.1
m5stack (read only) 1178135 1179547 1412 0.1
(read/write) 520872 521424 552 0.1
.dram0.bss 79080 79352 272 0.3
.flash.rodata 273408 273688 280 0.1
.flash.text 1172751 1174163 1412 0.1
linux air-purifier-app debug (read only) 2504989 2512293 7304 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.data.rel.ro 72408 72520 112 0.2
.rodata 177512 178472 960 0.5
.text 2152981 2158965 5984 0.3
all-clusters-app debug (read only) 5326449 5333769 7320 0.1
(read/write) 429888 430176 288 0.1
.bss 130032 130224 192 0.1
.data.rel.ro 288752 288872 120 0.0
.rodata 302556 303516 960 0.3
.text 4635459 4641459 6000 0.1
all-clusters-minimal-app debug (read only) 4928929 4936249 7320 0.1
(read/write) 234376 234696 320 0.1
.bss 127824 128016 192 0.2
.data.rel.ro 95616 95736 120 0.1
.rodata 270765 271725 960 0.4
.text 4426387 4432387 6000 0.1
bridge-app debug (read only) 4401857 4409177 7320 0.2
(read/write) 215680 216000 320 0.1
.bss 119224 119416 192 0.2
.data.rel.ro 84992 85120 128 0.2
.rodata 218485 219445 960 0.4
.text 3965347 3971347 6000 0.2
chip-tool debug (read only) 10745225 10750889 5664 0.1
(read/write) 465416 465576 160 0.0
.data.rel.ro 359112 359272 160 0.0
.rodata 400809 401497 688 0.2
.text 9715203 9719699 4496 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10601544 4928 0.0
(read/write) 529776 533072 3296 0.6
.data.rel.ro 396976 397160 184 0.0
.got 18960 18984 24 0.1
.rodata 325024 325312 288 0.1
.text 9467832 9471896 4064 0.0
lighting-app debug+rpc+ui (read only) 5272777 5280097 7320 0.1
(read/write) 224400 224688 288 0.1
.bss 119168 119360 192 0.2
.data.rel.ro 93248 93360 112 0.1
.rodata 338036 338996 960 0.3
.text 4690835 4696835 6000 0.1
lock-app debug (read only) 4487033 4494353 7320 0.2
(read/write) 203296 203616 320 0.2
.bss 113632 113824 192 0.2
.data.rel.ro 79272 79400 128 0.2
.rodata 246453 247413 960 0.4
.text 4031043 4037043 6000 0.1
ota-provider-app debug (read only) 4151177 4158465 7288 0.2
(read/write) 192448 192736 288 0.1
.bss 113632 113792 160 0.1
.data.rel.ro 68976 69088 112 0.2
.rodata 200821 201781 960 0.5
.text 3759027 3765043 6016 0.2
ota-requestor-app debug (read only) 4237481 4244769 7288 0.2
(read/write) 196696 196952 256 0.1
.bss 114656 114816 160 0.1
.data.rel.ro 71952 72048 96 0.1
.rodata 204597 205557 960 0.5
.text 3837251 3843267 6016 0.2
shell debug (read only) 2767905 2775209 7304 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.data.rel.ro 82464 82584 120 0.1
.rodata 180800 181760 960 0.5
.text 2416418 2422402 5984 0.2
thermostat-no-ble arm64 (read only) 4388528 4395344 6816 0.2
(read/write) 245592 247152 1560 0.6
.bss 122248 122392 144 0.1
.data.rel.ro 102048 102176 128 0.1
.got 11944 11984 40 0.3
.rodata 161900 162252 352 0.2
.text 3887048 3893064 6016 0.2
tv-app debug (read only) 5271025 5276689 5664 0.1
(read/write) 345208 345560 352 0.1
.bss 242432 242624 192 0.1
.data.rel.ro 90480 90640 160 0.2
.rodata 267261 267933 672 0.3
.text 4768739 4773251 4512 0.1
tv-casting-app debug (read only) 8686425 8693761 7336 0.1
(read/write) 322368 322720 352 0.1
.bss 156288 156480 192 0.1
.data.rel.ro 156768 156912 144 0.1
.rodata 346664 347624 960 0.3
.text 7915987 7922003 6016 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.text 1485772 1487388 1616 0.1
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section a3c5d19 fb6e0f8 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740387 741795 1408 0.2
(read/write) 167088 167328 240 0.1
.bss 89500 89740 240 0.3
.data 3424 3424 0 0.0
.rodata 84831 85167 336 0.4
.text 655168 656236 1068 0.2
lock-ftd LP_EM_CC1354P10_6 (read only) 757827 759003 1176 0.2
(read/write) 177268 177508 240 0.1
.bss 99636 99876 240 0.2
.data 3444 3444 0 0.0
.rodata 79951 80159 208 0.3
.text 677484 678456 972 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 744699 746099 1400 0.2
(read/write) 171716 171956 240 0.1
.bss 94084 94324 240 0.3
.data 3444 3444 0 0.0
.rodata 105679 106007 328 0.3
.text 638632 639700 1068 0.2
pump-app LP_EM_CC1354P10_6 (read only) 698747 700139 1392 0.2
(read/write) 166124 166364 240 0.1
.bss 88304 88544 240 0.3
.data 3412 3412 0 0.0
.rodata 80607 80935 328 0.4
.text 617752 618812 1060 0.2
pump-controller-app LP_EM_CC1354P10_6 (read only) 684403 685795 1392 0.2
(read/write) 166264 166504 240 0.1
.bss 88456 88696 240 0.3
.data 3408 3408 0 0.0
.rodata 76447 76767 320 0.4
.text 607568 608636 1068 0.2
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565290 567066 1776 0.3
(read/write) 207520 208024 504 0.2
.bss 200980 201484 504 0.3
.data 1416 1416 0 0.0
.rodata 83866 84178 312 0.4
.text 479300 480764 1464 0.3
lock CC3235SF_LAUNCHXL (read only) 617546 619322 1776 0.3
(read/write) 207860 208364 504 0.2
.bss 201296 201800 504 0.3
.data 1444 1444 0 0.0
.rodata 105674 105986 312 0.3
.text 509752 511216 1464 0.3
esp32 all-clusters-app c3devkit (read only) 1133232 1134674 1442 0.1
(read/write) 1670868 1671428 560 0.0
.dram0.bss 72432 72704 272 0.4
.dram0.data 12996 12996 0 0.0
.flash.rodata 241568 241856 288 0.1
.flash.text 1133232 1134674 1442 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178135 1179547 1412 0.1
(read/write) 520872 521424 552 0.1
.dram0.bss 79080 79352 272 0.3
.dram0.data 34020 34020 0 0.0
.flash.rodata 273408 273688 280 0.1
.flash.text 1172751 1174163 1412 0.1
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2504989 2512293 7304 0.3
(read/write) 126832 127120 288 0.2
.bss 46944 47136 192 0.4
.data 1472 1472 0 0.0
.data.rel.ro 72408 72520 112 0.2
.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 178472 960 0.5
.text 2152981 2158965 5984 0.3
all-clusters-app debug (read only) 5326449 5333769 7320 0.1
(read/write) 429888 430176 288 0.1
.bss 130032 130224 192 0.1
.data 3856 3856 0 0.0
.data.rel.ro 288752 288872 120 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 303516 960 0.3
.text 4635459 4641459 6000 0.1
all-clusters-minimal-app debug (read only) 4928929 4936249 7320 0.1
(read/write) 234376 234696 320 0.1
.bss 127824 128016 192 0.2
.data 3792 3792 0 0.0
.data.rel.ro 95616 95736 120 0.1
.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 271725 960 0.4
.text 4426387 4432387 6000 0.1
bridge-app debug (read only) 4401857 4409177 7320 0.2
(read/write) 215680 216000 320 0.1
.bss 119224 119416 192 0.2
.data 4704 4704 0 0.0
.data.rel.ro 84992 85120 128 0.2
.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 219445 960 0.4
.text 3965347 3971347 6000 0.2
chip-tool debug (read only) 10745225 10750889 5664 0.1
(read/write) 465416 465576 160 0.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 359112 359272 160 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 401497 688 0.2
.text 9715203 9719699 4496 0.0
chip-tool-ipv6only arm64 (read only) 10596616 10601544 4928 0.0
(read/write) 529776 533072 3296 0.6
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396976 397160 184 0.0
.dynamic 512 512 0 0.0
.got 18960 18984 24 0.1
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325024 325312 288 0.1
.text 9467832 9471896 4064 0.0
lighting-app debug+rpc+ui (read only) 5272777 5280097 7320 0.1
(read/write) 224400 224688 288 0.1
.bss 119168 119360 192 0.2
.data 4416 4416 0 0.0
.data.rel.ro 93248 93360 112 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 338996 960 0.3
.text 4690835 4696835 6000 0.1
lock-app debug (read only) 4487033 4494353 7320 0.2
(read/write) 203296 203616 320 0.2
.bss 113632 113824 192 0.2
.data 3648 3648 0 0.0
.data.rel.ro 79272 79400 128 0.2
.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 247413 960 0.4
.text 4031043 4037043 6000 0.1
ota-provider-app debug (read only) 4151177 4158465 7288 0.2
(read/write) 192448 192736 288 0.1
.bss 113632 113792 160 0.1
.data 3920 3920 0 0.0
.data.rel.ro 68976 69088 112 0.2
.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 201781 960 0.5
.text 3759027 3765043 6016 0.2
ota-requestor-app debug (read only) 4237481 4244769 7288 0.2
(read/write) 196696 196952 256 0.1
.bss 114656 114816 160 0.1
.data 4192 4192 0 0.0
.data.rel.ro 71952 72048 96 0.1
.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 205557 960 0.5
.text 3837251 3843267 6016 0.2
shell debug (read only) 2767905 2775209 7304 0.3
(read/write) 149736 150056 320 0.2
.bss 60680 60872 192 0.3
.data 784 784 0 0.0
.data.rel.ro 82464 82584 120 0.1
.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 181760 960 0.5
.text 2416418 2422402 5984 0.2
thermostat-no-ble arm64 (read only) 4388528 4395344 6816 0.2
(read/write) 245592 247152 1560 0.6
.bss 122248 122392 144 0.1
.data 2800 2800 0 0.0
.data.rel.ro 102048 102176 128 0.1
.dynamic 512 512 0 0.0
.got 11944 11984 40 0.3
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161900 162252 352 0.2
.text 3887048 3893064 6016 0.2
tv-app debug (read only) 5271025 5276689 5664 0.1
(read/write) 345208 345560 352 0.1
.bss 242432 242624 192 0.1
.data 4992 4992 0 0.0
.data.rel.ro 90480 90640 160 0.2
.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 267933 672 0.3
.text 4768739 4773251 4512 0.1
tv-casting-app debug (read only) 8686425 8693761 7336 0.1
(read/write) 322368 322720 352 0.1
.bss 156288 156480 192 0.1
.data 2464 2464 0 0.0
.data.rel.ro 156768 156912 144 0.1
.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 347624 960 0.3
.text 7915987 7922003 6016 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2524704 1616 0.1
.bss 220032 220568 536 0.2
.data 5136 5136 0 0.0
.text 1485772 1487388 1616 0.1

Copy link

github-actions bot commented Nov 27, 2023

PR #30339: Size comparison from ac920cf to bc47623

Increases above 0.2%:

platform target config section ac920cf bc47623 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752283 12104 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.rodata 84607 85895 1288 1.5
.text 655184 665996 10812 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769379 11808 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.rodata 79695 80815 1120 1.4
.text 677484 688176 10692 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710643 12104 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.rodata 80383 81671 1288 1.6
.text 617768 628580 10812 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
.dram0.bss 72432 73704 1272 1.8
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data.rel.ro 72456 73448 992 1.4
.got 4568 4624 56 1.2
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data.rel.ro 289008 290008 1000 0.3
.got 5352 5368 16 0.3
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data.rel.ro 95680 96680 1000 1.0
.got 5312 5328 16 0.3
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data.rel.ro 85056 86064 1008 1.2
.got 5280 5296 16 0.3
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
.rodata 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 .got 18936 19064 128 0.7
lighting-app debug+rpc+ui (read only) 5277673 5325049 47376 0.9
(read/write) 224496 226256 1760 0.8
.bss 119168 119936 768 0.6
.data.rel.ro 93312 94304 992 1.1
.rodata 338196 339828 1632 0.5
.text 4695331 4738627 43296 0.9
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 79288 80296 1008 1.3
.got 5232 5248 16 0.3
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 69072 70064 992 1.4
.got 4544 4560 16 0.4
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data.rel.ro 72032 73024 992 1.4
.got 4480 4496 16 0.4
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data.rel.ro 82440 83440 1000 1.2
.got 4104 4160 56 1.4
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data.rel.ro 102120 103320 1200 1.2
.got 11944 12176 232 1.9
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data.rel.ro 90344 91176 832 0.9
.rodata 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data.rel.ro 156704 157712 1008 0.6
.got 5064 5120 56 1.1
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.text 1486500 1498188 11688 0.8
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section ac920cf bc47623 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752283 12104 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.rodata 84607 85895 1288 1.5
.text 655184 665996 10812 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769379 11808 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.rodata 79695 80815 1120 1.4
.text 677484 688176 10692 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710643 12104 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.rodata 80383 81671 1288 1.6
.text 617768 628580 10812 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
(read/write) 1671116 1673636 2520 0.2
.dram0.bss 72432 73704 1272 1.8
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data.rel.ro 72456 73448 992 1.4
.got 4568 4624 56 1.2
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data.rel.ro 289008 290008 1000 0.3
.got 5352 5368 16 0.3
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data.rel.ro 95680 96680 1000 1.0
.got 5312 5328 16 0.3
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data.rel.ro 85056 86064 1008 1.2
.got 5280 5296 16 0.3
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
(read/write) 465232 465840 608 0.1
.data.rel.ro 358936 359544 608 0.2
.rodata 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 (read only) 10599528 10623816 24288 0.2
(read/write) 530960 531264 304 0.1
.data.rel.ro 396872 397624 752 0.2
.got 18936 19064 128 0.7
.rodata 325040 325696 656 0.2
.text 9471064 9492584 21520 0.2
lighting-app debug+rpc+ui (read only) 5277673 5325049 47376 0.9
(read/write) 224496 226256 1760 0.8
.bss 119168 119936 768 0.6
.data.rel.ro 93312 94304 992 1.1
.got 5896 5904 8 0.1
.rodata 338196 339828 1632 0.5
.text 4695331 4738627 43296 0.9
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 79288 80296 1008 1.3
.got 5232 5248 16 0.3
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 69072 70064 992 1.4
.got 4544 4560 16 0.4
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data.rel.ro 72032 73024 992 1.4
.got 4480 4496 16 0.4
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data.rel.ro 82440 83440 1000 1.2
.got 4104 4160 56 1.4
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data.rel.ro 102120 103320 1200 1.2
.got 11944 12176 232 1.9
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data.rel.ro 90344 91176 832 0.9
.rodata 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data.rel.ro 156704 157712 1008 0.6
.got 5064 5120 56 1.1
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.text 1486500 1498188 11688 0.8
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section ac920cf bc47623 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752283 12104 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.data 3424 3424 0 0.0
.rodata 84607 85895 1288 1.5
.text 655184 665996 10812 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769379 11808 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.data 3444 3444 0 0.0
.rodata 79695 80815 1120 1.4
.text 677484 688176 10692 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.data 3444 3444 0 0.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710643 12104 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.data 3412 3412 0 0.0
.rodata 80383 81671 1288 1.6
.text 617768 628580 10812 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.data 3408 3408 0 0.0
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.data 1416 1416 0 0.0
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.data 1444 1444 0 0.0
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
(read/write) 1671116 1673636 2520 0.2
.dram0.bss 72432 73704 1272 1.8
.dram0.data 12996 12996 0 0.0
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.dram0.data 34020 34020 0 0.0
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data 1472 1472 0 0.0
.data.rel.ro 72456 73448 992 1.4
.dynamic 608 608 0 0.0
.got 4568 4624 56 1.2
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data 3856 3856 0 0.0
.data.rel.ro 289008 290008 1000 0.3
.dynamic 624 624 0 0.0
.got 5352 5368 16 0.3
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data 3792 3792 0 0.0
.data.rel.ro 95680 96680 1000 1.0
.dynamic 624 624 0 0.0
.got 5312 5328 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data 4704 4704 0 0.0
.data.rel.ro 85056 86064 1008 1.2
.dynamic 624 624 0 0.0
.got 5280 5296 16 0.3
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
(read/write) 465232 465840 608 0.1
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 358936 359544 608 0.2
.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 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 (read only) 10599528 10623816 24288 0.2
(read/write) 530960 531264 304 0.1
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396872 397624 752 0.2
.dynamic 512 512 0 0.0
.got 18936 19064 128 0.7
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325040 325696 656 0.2
.text 9471064 9492584 21520 0.2
lighting-app debug+rpc+ui (read only) 5277673 5325049 47376 0.9
(read/write) 224496 226256 1760 0.8
.bss 119168 119936 768 0.6
.data 4448 4448 0 0.0
.data.rel.ro 93312 94304 992 1.1
.dynamic 672 672 0 0.0
.got 5896 5904 8 0.1
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338196 339828 1632 0.5
.text 4695331 4738627 43296 0.9
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data 3648 3648 0 0.0
.data.rel.ro 79288 80296 1008 1.3
.dynamic 624 624 0 0.0
.got 5232 5248 16 0.3
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data 3920 3920 0 0.0
.data.rel.ro 69072 70064 992 1.4
.dynamic 624 624 0 0.0
.got 4544 4560 16 0.4
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data 4192 4192 0 0.0
.data.rel.ro 72032 73024 992 1.4
.dynamic 624 624 0 0.0
.got 4480 4496 16 0.4
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data 784 784 0 0.0
.data.rel.ro 82440 83440 1000 1.2
.dynamic 592 592 0 0.0
.got 4104 4160 56 1.4
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data 2800 2800 0 0.0
.data.rel.ro 102120 103320 1200 1.2
.dynamic 512 512 0 0.0
.got 11944 12176 232 1.9
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data 4992 4992 0 0.0
.data.rel.ro 90344 91176 832 0.9
.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 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data 2464 2464 0 0.0
.data.rel.ro 156704 157712 1008 0.6
.dynamic 624 624 0 0.0
.got 5064 5120 56 1.1
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.data 5136 5136 0 0.0
.text 1486500 1498188 11688 0.8

@pidarped pidarped changed the title TCP ConnectToPeer() API in Transport Manager Connection and CASE session management over TCP Nov 27, 2023
Copy link

github-actions bot commented Nov 27, 2023

PR #30339: Size comparison from ac920cf to a5ad9d1

Increases above 0.2%:

platform target config section ac920cf a5ad9d1 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752291 12112 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.rodata 84607 85895 1288 1.5
.text 655184 666004 10820 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769355 11784 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.rodata 79695 80815 1120 1.4
.text 677484 688152 10668 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710651 12112 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.rodata 80383 81671 1288 1.6
.text 617768 628588 10820 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
.dram0.bss 72432 73704 1272 1.8
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data.rel.ro 72456 73448 992 1.4
.got 4568 4624 56 1.2
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data.rel.ro 289008 290008 1000 0.3
.got 5352 5368 16 0.3
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data.rel.ro 95680 96680 1000 1.0
.got 5312 5328 16 0.3
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data.rel.ro 85056 86064 1008 1.2
.got 5280 5296 16 0.3
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
.rodata 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 .got 18936 19064 128 0.7
lighting-app debug+rpc+ui (read only) 5277673 5329217 51544 1.0
(read/write) 224496 226416 1920 0.9
.bss 119168 120128 960 0.8
.data.rel.ro 93312 94304 992 1.1
.rodata 338196 340148 1952 0.6
.text 4695331 4742499 47168 1.0
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 79288 80296 1008 1.3
.got 5232 5248 16 0.3
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 69072 70064 992 1.4
.got 4544 4560 16 0.4
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data.rel.ro 72032 73024 992 1.4
.got 4480 4496 16 0.4
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data.rel.ro 82440 83440 1000 1.2
.got 4104 4160 56 1.4
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data.rel.ro 102120 103320 1200 1.2
.got 11944 12176 232 1.9
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data.rel.ro 90344 91176 832 0.9
.rodata 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data.rel.ro 156704 157712 1008 0.6
.got 5064 5120 56 1.1
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.text 1486500 1498188 11688 0.8
Increases (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section ac920cf a5ad9d1 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752291 12112 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.rodata 84607 85895 1288 1.5
.text 655184 666004 10820 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769355 11784 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.rodata 79695 80815 1120 1.4
.text 677484 688152 10668 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710651 12112 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.rodata 80383 81671 1288 1.6
.text 617768 628588 10820 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
(read/write) 1671116 1673636 2520 0.2
.dram0.bss 72432 73704 1272 1.8
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data.rel.ro 72456 73448 992 1.4
.got 4568 4624 56 1.2
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data.rel.ro 289008 290008 1000 0.3
.got 5352 5368 16 0.3
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data.rel.ro 95680 96680 1000 1.0
.got 5312 5328 16 0.3
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data.rel.ro 85056 86064 1008 1.2
.got 5280 5296 16 0.3
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
(read/write) 465232 465840 608 0.1
.data.rel.ro 358936 359544 608 0.2
.rodata 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 (read only) 10599528 10623816 24288 0.2
(read/write) 530960 531264 304 0.1
.data.rel.ro 396872 397624 752 0.2
.got 18936 19064 128 0.7
.rodata 325040 325696 656 0.2
.text 9471064 9492584 21520 0.2
lighting-app debug+rpc+ui (read only) 5277673 5329217 51544 1.0
(read/write) 224496 226416 1920 0.9
.bss 119168 120128 960 0.8
.data.rel.ro 93312 94304 992 1.1
.got 5896 5904 8 0.1
.rodata 338196 340148 1952 0.6
.text 4695331 4742499 47168 1.0
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 79288 80296 1008 1.3
.got 5232 5248 16 0.3
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data.rel.ro 69072 70064 992 1.4
.got 4544 4560 16 0.4
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data.rel.ro 72032 73024 992 1.4
.got 4480 4496 16 0.4
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data.rel.ro 82440 83440 1000 1.2
.got 4104 4160 56 1.4
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data.rel.ro 102120 103320 1200 1.2
.got 11944 12176 232 1.9
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data.rel.ro 90344 91176 832 0.9
.rodata 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data.rel.ro 156704 157712 1008 0.6
.got 5064 5120 56 1.1
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.text 1486500 1498188 11688 0.8
Decreases (1 build for linux)
platform target config section ac920cf a5ad9d1 change % change
linux lighting-app debug+rpc+ui .data 4448 4416 -32 -0.7
Full report (24 builds for cc13x4_26x4, cc32xx, esp32, linux, mbed)
platform target config section ac920cf a5ad9d1 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 740179 752291 12112 1.6
(read/write) 167064 168032 968 0.6
.bss 89476 90444 968 1.1
.data 3424 3424 0 0.0
.rodata 84607 85895 1288 1.5
.text 655184 666004 10820 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 757571 769355 11784 1.6
(read/write) 177244 178212 968 0.5
.bss 99612 100580 968 1.0
.data 3444 3444 0 0.0
.rodata 79695 80815 1120 1.4
.text 677484 688152 10668 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 744491 756611 12120 1.6
(read/write) 171692 172660 968 0.6
.bss 94060 95028 968 1.0
.data 3444 3444 0 0.0
.rodata 105455 106743 1288 1.2
.text 638648 649476 10828 1.7
pump-app LP_EM_CC1354P10_6 (read only) 698539 710651 12112 1.7
(read/write) 166100 167068 968 0.6
.bss 88280 89248 968 1.1
.data 3412 3412 0 0.0
.rodata 80383 81671 1288 1.6
.text 617768 628588 10820 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 684187 696315 12128 1.8
(read/write) 166240 167208 968 0.6
.bss 88432 89400 968 1.1
.data 3408 3408 0 0.0
.rodata 76215 77503 1288 1.7
.text 607584 618420 10836 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 565042 579490 14448 2.6
(read/write) 207520 208744 1224 0.6
.bss 200980 202204 1224 0.6
.data 1416 1416 0 0.0
.rodata 83858 85234 1376 1.6
.text 479064 492132 13068 2.7
lock CC3235SF_LAUNCHXL (read only) 617898 632346 14448 2.3
(read/write) 207860 209084 1224 0.6
.bss 201296 202520 1224 0.6
.data 1444 1444 0 0.0
.rodata 105730 107106 1376 1.3
.text 510048 523116 13068 2.6
esp32 all-clusters-app c3devkit (read only) 1134040 1146372 12332 1.1
(read/write) 1671116 1673636 2520 0.2
.dram0.bss 72432 73704 1272 1.8
.dram0.data 12996 12996 0 0.0
.flash.rodata 241816 243056 1240 0.5
.flash.text 1134040 1146372 12332 1.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178463 1189131 10668 0.9
(read/write) 520728 523192 2464 0.5
.dram0.bss 79072 80344 1272 1.6
.dram0.data 34020 34020 0 0.0
.flash.rodata 273272 274464 1192 0.4
.flash.text 1173079 1183747 10668 0.9
.iram0.text 123907 123907 0 0.0
linux air-purifier-app debug (read only) 2507797 2555685 47888 1.9
(read/write) 126864 128688 1824 1.4
.bss 46944 47712 768 1.6
.data 1472 1472 0 0.0
.data.rel.ro 72456 73448 992 1.4
.dynamic 608 608 0 0.0
.got 4568 4624 56 1.2
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177512 179144 1632 0.9
.text 2155573 2198853 43280 2.0
all-clusters-app debug (read only) 5333521 5381073 47552 0.9
(read/write) 430184 431944 1760 0.4
.bss 130064 130832 768 0.6
.data 3856 3856 0 0.0
.data.rel.ro 289008 290008 1000 0.3
.dynamic 624 624 0 0.0
.got 5352 5368 16 0.3
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 303036 304668 1632 0.5
.text 4641619 4684947 43328 0.9
all-clusters-minimal-app debug (read only) 4933665 4981209 47544 1.0
(read/write) 234472 236264 1792 0.8
.bss 127856 128624 768 0.6
.data 3792 3792 0 0.0
.data.rel.ro 95680 96680 1000 1.0
.dynamic 624 624 0 0.0
.got 5312 5328 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270861 272493 1632 0.6
.text 4430787 4474115 43328 1.0
bridge-app debug (read only) 4406521 4454057 47536 1.1
(read/write) 215744 217536 1792 0.8
.bss 119224 119992 768 0.6
.data 4704 4704 0 0.0
.data.rel.ro 85056 86064 1008 1.2
.dynamic 624 624 0 0.0
.got 5280 5296 16 0.3
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218517 220149 1632 0.7
.text 3969763 4013075 43312 1.1
chip-tool debug (read only) 10748673 10776401 27728 0.3
(read/write) 465232 465840 608 0.1
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 358936 359544 608 0.2
.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 400905 401913 1008 0.3
.text 9718819 9744051 25232 0.3
chip-tool-ipv6only arm64 (read only) 10599528 10623816 24288 0.2
(read/write) 530960 531264 304 0.1
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396872 397624 752 0.2
.dynamic 512 512 0 0.0
.got 18936 19064 128 0.7
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 325040 325696 656 0.2
.text 9471064 9492584 21520 0.2
lighting-app debug+rpc+ui (read only) 5277673 5329217 51544 1.0
(read/write) 224496 226416 1920 0.9
.bss 119168 120128 960 0.8
.data 4448 4416 -32 -0.7
.data.rel.ro 93312 94304 992 1.1
.dynamic 672 672 0 0.0
.got 5896 5904 8 0.1
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338196 340148 1952 0.6
.text 4695331 4742499 47168 1.0
lock-app debug (read only) 4491041 4538537 47496 1.1
(read/write) 203296 205088 1792 0.9
.bss 113632 114400 768 0.7
.data 3648 3648 0 0.0
.data.rel.ro 79288 80296 1008 1.3
.dynamic 624 624 0 0.0
.got 5232 5248 16 0.3
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246517 248117 1600 0.6
.text 4034867 4078179 43312 1.1
ota-provider-app debug (read only) 4155697 4203513 47816 1.2
(read/write) 192544 194336 1792 0.9
.bss 113632 114400 768 0.7
.data 3920 3920 0 0.0
.data.rel.ro 69072 70064 992 1.4
.dynamic 624 624 0 0.0
.got 4544 4560 16 0.4
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200789 202389 1600 0.8
.text 3763363 3807091 43728 1.2
ota-requestor-app debug (read only) 4241953 4289817 47864 1.1
(read/write) 196792 198552 1760 0.9
.bss 114656 115424 768 0.7
.data 4192 4192 0 0.0
.data.rel.ro 72032 73024 992 1.4
.dynamic 624 624 0 0.0
.got 4480 4496 16 0.4
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204565 206197 1632 0.8
.text 3841539 3885283 43744 1.1
shell debug (read only) 2767857 2815777 47920 1.7
(read/write) 149640 151464 1824 1.2
.bss 60616 61384 768 1.3
.data 784 784 0 0.0
.data.rel.ro 82440 83440 1000 1.2
.dynamic 592 592 0 0.0
.got 4104 4160 56 1.4
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180768 182400 1632 0.9
.text 2416690 2460002 43312 1.8
thermostat-no-ble arm64 (read only) 4392944 4437264 44320 1.0
(read/write) 245312 246808 1496 0.6
.bss 122248 123016 768 0.6
.data 2800 2800 0 0.0
.data.rel.ro 102120 103320 1200 1.2
.dynamic 512 512 0 0.0
.got 11944 12176 232 1.9
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161980 162956 976 0.6
.text 3891176 3930936 39760 1.0
tv-app debug (read only) 5276737 5312537 35800 0.7
(read/write) 345240 346744 1504 0.4
.bss 242592 243264 672 0.3
.data 4992 4992 0 0.0
.data.rel.ro 90344 91176 832 0.9
.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 267285 268245 960 0.4
.text 4774691 4807491 32800 0.7
tv-casting-app debug (read only) 8688873 8736745 47872 0.6
(read/write) 322208 324032 1824 0.6
.bss 156192 156960 768 0.5
.data 2464 2464 0 0.0
.data.rel.ro 156704 157712 1008 0.6
.dynamic 624 624 0 0.0
.got 5064 5120 56 1.1
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346568 348232 1664 0.5
.text 7918675 7961907 43232 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523816 2535504 11688 0.5
.bss 220032 221256 1224 0.6
.data 5136 5136 0 0.0
.text 1486500 1498188 11688 0.8

@pidarped pidarped marked this pull request as ready for review November 27, 2023 19:35
@pullapprove pullapprove bot requested a review from andyg-apple November 27, 2023 19:35
@pidarped pidarped requested a review from bzbarsky-apple April 23, 2024 23:26
@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 0a664ca to a931fd9 Compare April 25, 2024 08:46
Copy link

github-actions bot commented Apr 25, 2024

PR #30339: Size comparison from 22188b6 to a931fd9

Increases above 0.2%:

platform target config section 22188b6 a931fd9 change % change
bl602 lighting-app bl602 (read/write) 1442986 1466066 23080 1.6
.bss 85448 86416 968 1.1
.rodata 159092 161764 2672 1.7
.text 1108274 1127708 19434 1.8
bl602+mfd (read/write) 1457402 1480466 23064 1.6
.bss 85616 86584 968 1.1
.rodata 158052 160724 2672 1.7
.text 1123592 1143006 19414 1.7
bl602+rpc (read/write) 1490626 1513474 22848 1.5
.bss 93488 94456 968 1.0
.rodata 166660 169340 2680 1.6
.text 1139920 1159106 19186 1.7
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783684 797356 13672 1.7
(read/write) 176668 177620 952 0.5
.bss 98612 99564 952 1.0
.rodata 82964 84756 1792 2.2
.text 700452 712332 11880 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799564 812716 13152 1.6
(read/write) 187156 188108 952 0.5
.bss 109100 110052 952 0.9
.rodata 76948 78388 1440 1.9
.text 722348 734060 11712 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788436 802108 13672 1.7
(read/write) 181276 182228 952 0.5
.bss 103220 104172 952 0.9
.rodata 103868 105660 1792 1.7
.text 684300 696180 11880 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740684 754356 13672 1.8
(read/write) 175644 176596 952 0.5
.bss 97352 98304 952 1.0
.rodata 78628 80420 1792 2.3
.text 661788 673668 11880 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726308 739988 13680 1.9
(read/write) 175852 176804 952 0.5
.bss 97576 98528 952 1.0
.rodata 74404 76196 1792 2.4
.text 651636 663524 11888 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586926 603374 16448 2.8
(read/write) 208100 209300 1200 0.6
.bss 201324 202524 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497276 511816 14540 2.9
lock CC3235SF_LAUNCHXL (read only) 633086 649550 16464 2.6
(read/write) 208364 209564 1200 0.6
.bss 201728 202928 1200 0.6
.rodata 108206 110118 1912 1.8
.text 522760 537308 14548 2.8
esp32 all-clusters-app c3devkit (read only) 1214972 1228500 13528 1.1
.dram0.bss 74352 75600 1248 1.7
.flash.rodata 253352 255104 1752 0.7
.flash.text 1214972 1228500 13528 1.1
m5stack (read only) 1256075 1267671 11596 0.9
(read/write) 537276 540204 2928 0.5
.dram0.bss 81104 82352 1248 1.5
.flash.rodata 285056 286736 1680 0.6
.flash.text 1249911 1261507 11596 0.9
linux air-purifier-app debug (read only) 2649709 2704501 54792 2.1
(read/write) 130064 132112 2048 1.6
.bss 46728 47432 704 1.5
.data.rel.ro 75112 76392 1280 1.7
.got 4520 4576 56 1.2
.rodata 185072 187248 2176 1.2
.text 2285525 2334485 48960 2.1
all-clusters-app debug (read only) 5964577 6018257 53680 0.9
(read/write) 481704 483624 1920 0.4
.bss 135040 135744 704 0.5
.data.rel.ro 334664 335864 1200 0.4
.got 5328 5344 16 0.3
.rodata 352016 354192 2176 0.6
.text 5177299 5225731 48432 0.9
all-clusters-minimal-app debug (read only) 5244553 5298177 53624 1.0
(read/write) 237656 239576 1920 0.8
.bss 127872 128576 704 0.6
.data.rel.ro 98248 99448 1200 1.2
.got 5248 5264 16 0.3
.rodata 290666 292810 2144 0.7
.text 4717283 4765699 48416 1.0
bridge-app debug (read only) 4635809 4689489 53680 1.2
(read/write) 218568 220488 1920 0.9
.bss 118400 119104 704 0.6
.data.rel.ro 87200 88400 1200 1.4
.got 5216 5232 16 0.3
.rodata 230890 233098 2208 1.0
.text 4182739 4231139 48400 1.2
chip-tool debug (read only) 12086809 12119521 32712 0.3
.data.rel.ro 416032 416872 840 0.2
.rodata 451353 452921 1568 0.3
.text 10926979 10956083 29104 0.3
chip-tool-ipv6only arm64 .got 17112 17240 128 0.7
.rodata 356276 357380 1104 0.3
lighting-app debug+rpc+ui (read only) 5559345 5613609 54264 1.0
(read/write) 227336 229320 1984 0.9
.bss 119344 120048 704 0.6
.data.rel.ro 95568 96832 1264 1.3
.rodata 354804 357012 2208 0.6
.text 4955971 5004915 48944 1.0
lock-app debug (read only) 4701737 4755361 53624 1.1
(read/write) 205792 207712 1920 0.9
.bss 113704 114408 704 0.6
.data.rel.ro 81192 82408 1216 1.5
.got 5168 5184 16 0.3
.rodata 256746 258922 2176 0.8
.text 4231875 4280259 48384 1.1
ota-provider-app debug (read only) 4311481 4365153 53672 1.2
(read/write) 194232 196184 1952 1.0
.bss 113440 114176 736 0.6
.data.rel.ro 70480 71664 1184 1.7
.got 4536 4552 16 0.4
.rodata 209514 211658 2144 1.0
.text 3907363 3955971 48608 1.2
ota-requestor-app debug (read only) 4442105 4495841 53736 1.2
(read/write) 198600 200552 1952 1.0
.bss 114336 115072 736 0.6
.data.rel.ro 73584 74768 1184 1.6
.got 4472 4488 16 0.4
.rodata 215594 217802 2208 1.0
.text 4027363 4075971 48608 1.2
shell debug (read only) 2932657 2986697 54040 1.8
(read/write) 157072 159056 1984 1.3
.bss 62512 63216 704 1.1
.data.rel.ro 87344 88552 1208 1.4
.got 4056 4112 56 1.4
.rodata 188384 190528 2144 1.1
.text 2569042 2617474 48432 1.9
thermostat-no-ble arm64 (read only) 4435196 4483292 48096 1.1
(read/write) 244336 246080 1744 0.7
.bss 121976 122680 704 0.6
.data.rel.ro 104464 105856 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161796 1408 0.9
.text 3937864 3980456 42592 1.1
tv-app debug (read only) 5775665 5808417 32752 0.6
(read/write) 353560 355000 1440 0.4
.bss 244336 244944 608 0.2
.data.rel.ro 95368 96216 848 0.9
.rodata 295242 296746 1504 0.5
.text 5236547 5265731 29184 0.6
tv-casting-app debug (read only) 9901409 9956217 54808 0.6
(read/write) 342784 344800 2016 0.6
.bss 157976 158680 704 0.4
.data.rel.ro 174896 176144 1248 0.7
.got 5040 5096 56 1.1
.rodata 384536 386712 2176 0.6
.text 9049875 9098851 48976 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535776 2549136 13360 0.5
.bss 220488 221688 1200 0.5
.text 1498460 1511820 13360 0.9
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1804868 1823932 19064 1.1
.bss 198380 204148 5768 2.9
.text 1595412 1608708 13296 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1726772 1745820 19048 1.1
.bss 195260 201028 5768 3.0
.text 1520468 1533748 13280 0.9
light cy8ckit_062s2_43012 (read/write) 1645508 1664564 19056 1.2
.bss 188724 194492 5768 3.1
.text 1445924 1459212 13288 0.9
lock cy8ckit_062s2_43012 (read/write) 1674172 1693212 19040 1.1
.bss 215804 221572 5768 2.7
.text 1447516 1460788 13272 0.9
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 22188b6 a931fd9 change % change
bl602 lighting-app bl602 (read/write) 1442986 1466066 23080 1.6
.bss 85448 86416 968 1.1
.rodata 159092 161764 2672 1.7
.text 1108274 1127708 19434 1.8
bl602+mfd (read/write) 1457402 1480466 23064 1.6
.bss 85616 86584 968 1.1
.rodata 158052 160724 2672 1.7
.text 1123592 1143006 19414 1.7
bl602+rpc (read/write) 1490626 1513474 22848 1.5
.bss 93488 94456 968 1.0
.rodata 166660 169340 2680 1.6
.text 1139920 1159106 19186 1.7
bl702 lighting-app bl702 (read/write) 1209255 1209659 404 0.0
.text 978630 979054 424 0.0
bl702+mfd (read/write) 1220075 1220479 404 0.0
.text 990384 990808 424 0.0
bl702+rpc (read/write) 1300743 1301147 404 0.0
.text 1053338 1053762 424 0.0
bl706-eth (read/write) 1025373 1025781 408 0.0
.text 768546 768966 420 0.1
bl706-wifi (read/write) 1260050 1260498 448 0.0
.text 1000454 1000924 470 0.0
bl702l lighting-app bl702l (read/write) 1178576 1178980 404 0.0
.text 971484 971908 424 0.0
bl702l+mfd (read/write) 1189992 1190396 404 0.0
.text 983806 984230 424 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783684 797356 13672 1.7
(read/write) 176668 177620 952 0.5
.bss 98612 99564 952 1.0
.rodata 82964 84756 1792 2.2
.text 700452 712332 11880 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799564 812716 13152 1.6
(read/write) 187156 188108 952 0.5
.bss 109100 110052 952 0.9
.rodata 76948 78388 1440 1.9
.text 722348 734060 11712 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788436 802108 13672 1.7
(read/write) 181276 182228 952 0.5
.bss 103220 104172 952 0.9
.rodata 103868 105660 1792 1.7
.text 684300 696180 11880 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740684 754356 13672 1.8
(read/write) 175644 176596 952 0.5
.bss 97352 98304 952 1.0
.rodata 78628 80420 1792 2.3
.text 661788 673668 11880 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726308 739988 13680 1.9
(read/write) 175852 176804 952 0.5
.bss 97576 98528 952 1.0
.rodata 74404 76196 1792 2.4
.text 651636 663524 11888 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586926 603374 16448 2.8
(read/write) 208100 209300 1200 0.6
.bss 201324 202524 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497276 511816 14540 2.9
lock CC3235SF_LAUNCHXL (read only) 633086 649550 16464 2.6
(read/write) 208364 209564 1200 0.6
.bss 201728 202928 1200 0.6
.rodata 108206 110118 1912 1.8
.text 522760 537308 14548 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570359 570639 280 0.0
.app_xip_area 460269 460549 280 0.1
lock cyw930739m2evb_01 (read/write) 552575 552863 288 0.1
.app_xip_area 437813 438101 288 0.1
ota-requestor cyw930739m2evb_01 (read/write) 573111 573439 328 0.1
.app_xip_area 464517 464845 328 0.1
switch cyw930739m2evb_01 (read/write) 565559 565871 312 0.1
.app_xip_area 453781 454093 312 0.1
efr32 lighting-app BRD4187C (read/write) 1069600 1069800 200 0.0
.bss 179920 179944 24 0.0
.text 886228 886404 176 0.0
lock-app BRD4338a (read/write) 962164 962420 256 0.0
.text 702272 702528 256 0.0
window-app BRD4187C (read/write) 1135972 1136220 248 0.0
.bss 164520 164544 24 0.0
.text 968096 968320 224 0.0
esp32 all-clusters-app c3devkit (read only) 1214972 1228500 13528 1.1
(read/write) 1750888 1753888 3000 0.2
.dram0.bss 74352 75600 1248 1.7
.flash.rodata 253352 255104 1752 0.7
.flash.text 1214972 1228500 13528 1.1
m5stack (read only) 1256075 1267671 11596 0.9
(read/write) 537276 540204 2928 0.5
.dram0.bss 81104 82352 1248 1.5
.flash.rodata 285056 286736 1680 0.6
.flash.text 1249911 1261507 11596 0.9
linux air-purifier-app debug (read only) 2649709 2704501 54792 2.1
(read/write) 130064 132112 2048 1.6
.bss 46728 47432 704 1.5
.data.rel.ro 75112 76392 1280 1.7
.got 4520 4576 56 1.2
.rodata 185072 187248 2176 1.2
.text 2285525 2334485 48960 2.1
all-clusters-app debug (read only) 5964577 6018257 53680 0.9
(read/write) 481704 483624 1920 0.4
.bss 135040 135744 704 0.5
.data.rel.ro 334664 335864 1200 0.4
.got 5328 5344 16 0.3
.rodata 352016 354192 2176 0.6
.text 5177299 5225731 48432 0.9
all-clusters-minimal-app debug (read only) 5244553 5298177 53624 1.0
(read/write) 237656 239576 1920 0.8
.bss 127872 128576 704 0.6
.data.rel.ro 98248 99448 1200 1.2
.got 5248 5264 16 0.3
.rodata 290666 292810 2144 0.7
.text 4717283 4765699 48416 1.0
bridge-app debug (read only) 4635809 4689489 53680 1.2
(read/write) 218568 220488 1920 0.9
.bss 118400 119104 704 0.6
.data.rel.ro 87200 88400 1200 1.4
.got 5216 5232 16 0.3
.rodata 230890 233098 2208 1.0
.text 4182739 4231139 48400 1.2
chip-tool debug (read only) 12086809 12119521 32712 0.3
(read/write) 523136 523968 832 0.2
.data.rel.ro 416032 416872 840 0.2
.rodata 451353 452921 1568 0.3
.text 10926979 10956083 29104 0.3
chip-tool-ipv6only arm64 (read only) 11405924 11434212 28288 0.2
(read/write) 589384 589744 360 0.1
.data.rel.ro 455976 456960 984 0.2
.got 17112 17240 128 0.7
.rodata 356276 357380 1104 0.3
.text 10167848 10192312 24464 0.2
lighting-app debug+rpc+ui (read only) 5559345 5613609 54264 1.0
(read/write) 227336 229320 1984 0.9
.bss 119344 120048 704 0.6
.data.rel.ro 95568 96832 1264 1.3
.got 5856 5864 8 0.1
.rodata 354804 357012 2208 0.6
.text 4955971 5004915 48944 1.0
lock-app debug (read only) 4701737 4755361 53624 1.1
(read/write) 205792 207712 1920 0.9
.bss 113704 114408 704 0.6
.data.rel.ro 81192 82408 1216 1.5
.got 5168 5184 16 0.3
.rodata 256746 258922 2176 0.8
.text 4231875 4280259 48384 1.1
ota-provider-app debug (read only) 4311481 4365153 53672 1.2
(read/write) 194232 196184 1952 1.0
.bss 113440 114176 736 0.6
.data.rel.ro 70480 71664 1184 1.7
.got 4536 4552 16 0.4
.rodata 209514 211658 2144 1.0
.text 3907363 3955971 48608 1.2
ota-requestor-app debug (read only) 4442105 4495841 53736 1.2
(read/write) 198600 200552 1952 1.0
.bss 114336 115072 736 0.6
.data.rel.ro 73584 74768 1184 1.6
.got 4472 4488 16 0.4
.rodata 215594 217802 2208 1.0
.text 4027363 4075971 48608 1.2
shell debug (read only) 2932657 2986697 54040 1.8
(read/write) 157072 159056 1984 1.3
.bss 62512 63216 704 1.1
.data.rel.ro 87344 88552 1208 1.4
.got 4056 4112 56 1.4
.rodata 188384 190528 2144 1.1
.text 2569042 2617474 48432 1.9
thermostat-no-ble arm64 (read only) 4435196 4483292 48096 1.1
(read/write) 244336 246080 1744 0.7
.bss 121976 122680 704 0.6
.data.rel.ro 104464 105856 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161796 1408 0.9
.text 3937864 3980456 42592 1.1
tv-app debug (read only) 5775665 5808417 32752 0.6
(read/write) 353560 355000 1440 0.4
.bss 244336 244944 608 0.2
.data.rel.ro 95368 96216 848 0.9
.rodata 295242 296746 1504 0.5
.text 5236547 5265731 29184 0.6
tv-casting-app debug (read only) 9901409 9956217 54808 0.6
(read/write) 342784 344800 2016 0.6
.bss 157976 158680 704 0.4
.data.rel.ro 174896 176144 1248 0.7
.got 5040 5096 56 1.1
.rodata 384536 386712 2176 0.6
.text 9049875 9098851 48976 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535776 2549136 13360 0.5
.bss 220488 221688 1200 0.5
.text 1498460 1511820 13360 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1065856 1066160 304 0.0
text 782088 782408 320 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1226488 1226792 304 0.0
text 797896 798224 328 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1013424 1013728 304 0.0
text 743432 743744 312 0.0
nxp contact k32w0+release (read only) 575676 575980 304 0.1
.text 575140 575444 304 0.1
k32w1+release (read/write) 702996 703316 320 0.0
.text 589552 589872 320 0.1
light k32w0+release (read only) 609688 609976 288 0.0
.text 609152 609440 288 0.0
k32w1+release (read/write) 794888 795192 304 0.0
.text 672712 673016 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1804868 1823932 19064 1.1
.bss 198380 204148 5768 2.9
.text 1595412 1608708 13296 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1726772 1745820 19048 1.1
.bss 195260 201028 5768 3.0
.text 1520468 1533748 13280 0.9
light cy8ckit_062s2_43012 (read/write) 1645508 1664564 19056 1.2
.bss 188724 194492 5768 3.1
.text 1445924 1459212 13288 0.9
lock cy8ckit_062s2_43012 (read/write) 1674172 1693212 19040 1.1
.bss 215804 221572 5768 2.7
.text 1447516 1460788 13272 0.9
qpg lighting-app qpg6105+debug (read/write) 1133220 1133532 312 0.0
.text 645600 645912 312 0.0
lock-app qpg6105+debug (read/write) 1093220 1093556 336 0.0
.text 605604 605940 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604809 605137 328 0.1
.text 385400 385744 344 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 833942 834246 304 0.0
text 624610 624930 320 0.1
all-clusters-app tlsr9518adk80d (read/write) 1097020 1097324 304 0.0
text 798010 798336 326 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058476 1058788 312 0.0
text 772372 772696 324 0.0
bridge-app tlsr9518adk80d (read/write) 913996 914300 304 0.0
text 655852 656170 318 0.0
contact-sensor-app tlsr9528a_retention (read/write) 835962 836266 304 0.0
text 626710 627030 320 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936636 936948 312 0.0
text 703252 703580 328 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090508 1090812 304 0.0
text 793954 794276 322 0.0
lock-app-dfu tlsr9528a (read/write) 911216 911512 296 0.0
text 660246 660564 318 0.0
ota-requestor-app tlsr9518adk80d (read/write) 932848 933152 304 0.0
text 674888 675210 322 0.0
pump-app tlsr9258a (read/write) 833520 833824 304 0.0
text 623710 624034 324 0.1
pump-controller-app tlsr9518adk80d (read/write) 799640 799944 304 0.0
text 598616 598940 324 0.1
shell tlsr9518adk80d (read/write) 676128 676136 8 0.0
text 461864 461880 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843694 843998 304 0.0
text 633242 633562 320 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858521 858833 312 0.0
text 642200 642522 322 0.1
thermostat tlsr9518adk80d (read/write) 825188 825492 304 0.0
text 618166 618490 324 0.1
window-covering tlsr9258a (read/write) 838408 838712 304 0.0
text 626174 626492 318 0.1
Decreases (16 builds for bl702, bl702l, nrfconnect, psoc6, stm32, telink)
platform target config section 22188b6 a931fd9 change % change
bl702 lighting-app bl702 .rodata 108788 108768 -20 -0.0
bl702+mfd .rodata 107728 107708 -20 -0.0
bl702+rpc .rodata 124160 124140 -20 -0.0
bl706-eth .rodata 101776 101764 -12 -0.0
bl706-wifi .rodata 122776 122756 -20 -0.0
bl702l lighting-app bl702l .rodata 102792 102772 -20 -0.0
bl702l+mfd .rodata 101732 101712 -20 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 103432 103416 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151384 151368 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 90696 90680 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 826504 -5768 -0.7
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 829656 -5768 -0.7
light cy8ckit_062s2_43012 (read only) 842144 836376 -5768 -0.7
lock cy8ckit_062s2_43012 (read only) 815072 809304 -5768 -0.7
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
telink shell tlsr9518adk80d bss 73424 73384 -40 -0.1
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 22188b6 a931fd9 change % change
bl602 lighting-app bl602 (read/write) 1442986 1466066 23080 1.6
.bss 85448 86416 968 1.1
.data 9512 9512 0 0.0
.rodata 159092 161764 2672 1.7
.text 1108274 1127708 19434 1.8
bl602+mfd (read/write) 1457402 1480466 23064 1.6
.bss 85616 86584 968 1.1
.data 9488 9488 0 0.0
.rodata 158052 160724 2672 1.7
.text 1123592 1143006 19414 1.7
bl602+rpc (read/write) 1490626 1513474 22848 1.5
.bss 93488 94456 968 1.0
.data 9888 9888 0 0.0
.rodata 166660 169340 2680 1.6
.text 1139920 1159106 19186 1.7
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209255 1209659 404 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108788 108768 -20 -0.0
.text 978630 979054 424 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220075 1220479 404 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107728 107708 -20 -0.0
.text 990384 990808 424 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300743 1301147 404 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124160 124140 -20 -0.0
.text 1053338 1053762 424 0.0
bl706-eth (read/write) 1025373 1025781 408 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101776 101764 -12 -0.0
.text 768546 768966 420 0.1
bl706-wifi (read/write) 1260050 1260498 448 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122776 122756 -20 -0.0
.text 1000454 1000924 470 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178576 1178980 404 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102792 102772 -20 -0.0
.text 971484 971908 424 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1189992 1190396 404 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101732 101712 -20 -0.0
.text 983806 984230 424 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783684 797356 13672 1.7
(read/write) 176668 177620 952 0.5
.bss 98612 99564 952 1.0
.data 3588 3588 0 0.0
.rodata 82964 84756 1792 2.2
.text 700452 712332 11880 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799564 812716 13152 1.6
(read/write) 187156 188108 952 0.5
.bss 109100 110052 952 0.9
.data 3588 3588 0 0.0
.rodata 76948 78388 1440 1.9
.text 722348 734060 11712 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788436 802108 13672 1.7
(read/write) 181276 182228 952 0.5
.bss 103220 104172 952 0.9
.data 3588 3588 0 0.0
.rodata 103868 105660 1792 1.7
.text 684300 696180 11880 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740684 754356 13672 1.8
(read/write) 175644 176596 952 0.5
.bss 97352 98304 952 1.0
.data 3580 3580 0 0.0
.rodata 78628 80420 1792 2.3
.text 661788 673668 11880 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726308 739988 13680 1.9
(read/write) 175852 176804 952 0.5
.bss 97576 98528 952 1.0
.data 3572 3572 0 0.0
.rodata 74404 76196 1792 2.4
.text 651636 663524 11888 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586926 603374 16448 2.8
(read/write) 208100 209300 1200 0.6
.bss 201324 202524 1200 0.6
.data 1652 1652 0 0.0
.rodata 87526 89438 1912 2.2
.text 497276 511816 14540 2.9
lock CC3235SF_LAUNCHXL (read only) 633086 649550 16464 2.6
(read/write) 208364 209564 1200 0.6
.bss 201728 202928 1200 0.6
.data 1516 1516 0 0.0
.rodata 108206 110118 1912 1.8
.text 522760 537308 14548 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570359 570639 280 0.0
.app_xip_area 460269 460549 280 0.1
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552575 552863 288 0.1
.app_xip_area 437813 438101 288 0.1
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573111 573439 328 0.1
.app_xip_area 464517 464845 328 0.1
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565559 565871 312 0.1
.app_xip_area 453781 454093 312 0.1
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069600 1069800 200 0.0
.bss 179920 179944 24 0.0
.data 3432 3432 0 0.0
.text 886228 886404 176 0.0
lock-app BRD4338a (read/write) 962164 962420 256 0.0
.bss 210236 210236 0 0.0
.data 30288 30288 0 0.0
.text 702272 702528 256 0.0
window-app BRD4187C (read/write) 1135972 1136220 248 0.0
.bss 164520 164544 24 0.0
.data 3336 3336 0 0.0
.text 968096 968320 224 0.0
esp32 all-clusters-app c3devkit (read only) 1214972 1228500 13528 1.1
(read/write) 1750888 1753888 3000 0.2
.dram0.bss 74352 75600 1248 1.7
.dram0.data 13652 13652 0 0.0
.flash.rodata 253352 255104 1752 0.7
.flash.text 1214972 1228500 13528 1.1
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256075 1267671 11596 0.9
(read/write) 537276 540204 2928 0.5
.dram0.bss 81104 82352 1248 1.5
.dram0.data 35196 35196 0 0.0
.flash.rodata 285056 286736 1680 0.6
.flash.text 1249911 1261507 11596 0.9
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2649709 2704501 54792 2.1
(read/write) 130064 132112 2048 1.6
.bss 46728 47432 704 1.5
.data 2272 2272 0 0.0
.data.rel.ro 75112 76392 1280 1.7
.dynamic 608 608 0 0.0
.got 4520 4576 56 1.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185072 187248 2176 1.2
.text 2285525 2334485 48960 2.1
all-clusters-app debug (read only) 5964577 6018257 53680 0.9
(read/write) 481704 483624 1920 0.4
.bss 135040 135744 704 0.5
.data 4560 4560 0 0.0
.data.rel.ro 334664 335864 1200 0.4
.dynamic 624 624 0 0.0
.got 5328 5344 16 0.3
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352016 354192 2176 0.6
.text 5177299 5225731 48432 0.9
all-clusters-minimal-app debug (read only) 5244553 5298177 53624 1.0
(read/write) 237656 239576 1920 0.8
.bss 127872 128576 704 0.6
.data 4464 4464 0 0.0
.data.rel.ro 98248 99448 1200 1.2
.dynamic 624 624 0 0.0
.got 5248 5264 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290666 292810 2144 0.7
.text 4717283 4765699 48416 1.0
bridge-app debug (read only) 4635809 4689489 53680 1.2
(read/write) 218568 220488 1920 0.9
.bss 118400 119104 704 0.6
.data 6240 6240 0 0.0
.data.rel.ro 87200 88400 1200 1.4
.dynamic 624 624 0 0.0
.got 5216 5232 16 0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230890 233098 2208 1.0
.text 4182739 4231139 48400 1.2
chip-tool debug (read only) 12086809 12119521 32712 0.3
(read/write) 523136 523968 832 0.2
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416032 416872 840 0.2
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451353 452921 1568 0.3
.text 10926979 10956083 29104 0.3
chip-tool-ipv6only arm64 (read only) 11405924 11434212 28288 0.2
(read/write) 589384 589744 360 0.1
.bss 103720 103720 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455976 456960 984 0.2
.dynamic 512 512 0 0.0
.got 17112 17240 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356276 357380 1104 0.3
.text 10167848 10192312 24464 0.2
lighting-app debug+rpc+ui (read only) 5559345 5613609 54264 1.0
(read/write) 227336 229320 1984 0.9
.bss 119344 120048 704 0.6
.data 4896 4896 0 0.0
.data.rel.ro 95568 96832 1264 1.3
.dynamic 672 672 0 0.0
.got 5856 5864 8 0.1
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354804 357012 2208 0.6
.text 4955971 5004915 48944 1.0
lock-app debug (read only) 4701737 4755361 53624 1.1
(read/write) 205792 207712 1920 0.9
.bss 113704 114408 704 0.6
.data 4192 4192 0 0.0
.data.rel.ro 81192 82408 1216 1.5
.dynamic 624 624 0 0.0
.got 5168 5184 16 0.3
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256746 258922 2176 0.8
.text 4231875 4280259 48384 1.1
ota-provider-app debug (read only) 4311481 4365153 53672 1.2
(read/write) 194232 196184 1952 1.0
.bss 113440 114176 736 0.6
.data 4368 4368 0 0.0
.data.rel.ro 70480 71664 1184 1.7
.dynamic 624 624 0 0.0
.got 4536 4552 16 0.4
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209514 211658 2144 1.0
.text 3907363 3955971 48608 1.2
ota-requestor-app debug (read only) 4442105 4495841 53736 1.2
(read/write) 198600 200552 1952 1.0
.bss 114336 115072 736 0.6
.data 4768 4768 0 0.0
.data.rel.ro 73584 74768 1184 1.6
.dynamic 624 624 0 0.0
.got 4472 4488 16 0.4
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215594 217802 2208 1.0
.text 4027363 4075971 48608 1.2
shell debug (read only) 2932657 2986697 54040 1.8
(read/write) 157072 159056 1984 1.3
.bss 62512 63216 704 1.1
.data 1424 1424 0 0.0
.data.rel.ro 87344 88552 1208 1.4
.dynamic 592 592 0 0.0
.got 4056 4112 56 1.4
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188384 190528 2144 1.1
.text 2569042 2617474 48432 1.9
thermostat-no-ble arm64 (read only) 4435196 4483292 48096 1.1
(read/write) 244336 246080 1744 0.7
.bss 121976 122680 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104464 105856 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 161796 1408 0.9
.text 3937864 3980456 42592 1.1
tv-app debug (read only) 5775665 5808417 32752 0.6
(read/write) 353560 355000 1440 0.4
.bss 244336 244944 608 0.2
.data 6560 6560 0 0.0
.data.rel.ro 95368 96216 848 0.9
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295242 296746 1504 0.5
.text 5236547 5265731 29184 0.6
tv-casting-app debug (read only) 9901409 9956217 54808 0.6
(read/write) 342784 344800 2016 0.6
.bss 157976 158680 704 0.4
.data 3008 3008 0 0.0
.data.rel.ro 174896 176144 1248 0.7
.dynamic 624 624 0 0.0
.got 5040 5096 56 1.1
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384536 386712 2176 0.6
.text 9049875 9098851 48976 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535776 2549136 13360 0.5
.bss 220488 221688 1200 0.5
.data 5216 5216 0 0.0
.text 1498460 1511820 13360 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1065856 1066160 304 0.0
bss 133119 133119 0 0.0
rodata 103432 103416 -16 -0.0
text 782088 782408 320 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226488 1226792 304 0.0
bss 127175 127175 0 0.0
rodata 151384 151368 -16 -0.0
text 797896 798224 328 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1013424 1013728 304 0.0
bss 131977 131977 0 0.0
rodata 90696 90680 -16 -0.0
text 743432 743744 312 0.0
nxp contact k32w0+release (read only) 575676 575980 304 0.1
(read/write) 83140 83140 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575140 575444 304 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702996 703316 320 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589552 589872 320 0.1
light k32w0+release (read only) 609688 609976 288 0.0
(read/write) 82600 82600 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609152 609440 288 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794888 795192 304 0.0
.bss 80744 80744 0 0.0
.data 2064 2064 0 0.0
.text 672712 673016 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 826504 -5768 -0.7
(read/write) 1804868 1823932 19064 1.1
.bss 198380 204148 5768 2.9
.data 2688 2688 0 0.0
.text 1595412 1608708 13296 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 829656 -5768 -0.7
(read/write) 1726772 1745820 19048 1.1
.bss 195260 201028 5768 3.0
.data 2656 2656 0 0.0
.text 1520468 1533748 13280 0.9
light cy8ckit_062s2_43012 (read only) 842144 836376 -5768 -0.7
(read/write) 1645508 1664564 19056 1.2
.bss 188724 194492 5768 3.1
.data 2472 2472 0 0.0
.text 1445924 1459212 13288 0.9
lock cy8ckit_062s2_43012 (read only) 815072 809304 -5768 -0.7
(read/write) 1674172 1693212 19040 1.1
.bss 215804 221572 5768 2.7
.data 2464 2464 0 0.0
.text 1447516 1460788 13272 0.9
qpg lighting-app qpg6105+debug (read/write) 1133220 1133532 312 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645600 645912 312 0.0
lock-app qpg6105+debug (read/write) 1093220 1093556 336 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605604 605940 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604809 605137 328 0.1
.bss 128444 128444 0 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385400 385744 344 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833942 834246 304 0.0
bss 49856 49856 0 0.0
text 624610 624930 320 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1097020 1097324 304 0.0
bss 101540 101540 0 0.0
text 798010 798336 326 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058476 1058788 312 0.0
bss 109988 109988 0 0.0
text 772372 772696 324 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913996 914300 304 0.0
bss 92744 92744 0 0.0
text 655852 656170 318 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835962 836266 304 0.0
bss 49900 49900 0 0.0
text 626710 627030 320 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936636 936948 312 0.0
bss 77512 77512 0 0.0
text 703252 703580 328 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090508 1090812 304 0.0
bss 99836 99836 0 0.0
text 793954 794276 322 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911216 911512 296 0.0
bss 69180 69180 0 0.0
text 660246 660564 318 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932848 933152 304 0.0
bss 92448 92448 0 0.0
text 674888 675210 322 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833520 833824 304 0.0
bss 58144 58144 0 0.0
text 623710 624034 324 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799640 799944 304 0.0
bss 56072 56072 0 0.0
text 598616 598940 324 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676128 676136 8 0.0
bss 73424 73384 -40 -0.1
text 461864 461880 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843694 843998 304 0.0
bss 51528 51528 0 0.0
text 633242 633562 320 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858521 858833 312 0.0
bss 59696 59696 0 0.0
text 642200 642522 322 0.1
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825188 825492 304 0.0
bss 56404 56404 0 0.0
text 618166 618490 324 0.1
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838408 838712 304 0.0
bss 58360 58360 0 0.0
text 626174 626492 318 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from a931fd9 to 9a21070 Compare April 25, 2024 22:56
Copy link

github-actions bot commented Apr 25, 2024

PR #30339: Size comparison from b2234c2 to 9a21070

Increases above 0.2%:

platform target config section b2234c2 9a21070 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 603990 16456 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497884 512432 14548 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650166 16464 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108206 110118 1912 1.8
.text 523376 537924 14548 2.8
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535904 2549264 13360 0.5
.bss 220752 221952 1200 0.5
.text 1498588 1511948 13360 0.9
Increases (6 builds for cc32xx, mbed, qpg, stm32)
platform target config section b2234c2 9a21070 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 603990 16456 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497884 512432 14548 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650166 16464 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108206 110118 1912 1.8
.text 523376 537924 14548 2.8
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535904 2549264 13360 0.5
.bss 220752 221952 1200 0.5
.text 1498588 1511948 13360 0.9
qpg lighting-app qpg6105+debug (read/write) 1133164 1133476 312 0.0
.text 645544 645856 312 0.0
lock-app qpg6105+debug (read/write) 1093164 1093500 336 0.0
.text 605548 605884 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604745 605073 328 0.1
.text 385344 385688 344 0.1
Decreases (1 build for stm32)
platform target config section b2234c2 9a21070 change % change
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
Full report (6 builds for cc32xx, mbed, qpg, stm32)
platform target config section b2234c2 9a21070 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 603990 16456 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87526 89438 1912 2.2
.text 497884 512432 14548 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650166 16464 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108206 110118 1912 1.8
.text 523376 537924 14548 2.8
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535904 2549264 13360 0.5
.bss 220752 221952 1200 0.5
.data 5216 5216 0 0.0
.text 1498588 1511948 13360 0.9
qpg lighting-app qpg6105+debug (read/write) 1133164 1133476 312 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645544 645856 312 0.0
lock-app qpg6105+debug (read/write) 1093164 1093500 336 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605548 605884 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604745 605073 328 0.1
.bss 128436 128436 0 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385344 385688 344 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 9a21070 to 06cf12d Compare April 25, 2024 23:22
@pidarped pidarped requested a review from bzbarsky-apple April 25, 2024 23:26
Copy link

github-actions bot commented Apr 25, 2024

PR #30339: Size comparison from b2234c2 to 06cf12d

Increases above 0.2%:

platform target config section b2234c2 06cf12d change % change
bl602 lighting-app bl602 (read/write) 1443026 1466146 23120 1.6
.bss 85720 86688 968 1.1
.rodata 159092 161764 2672 1.7
.text 1108046 1127520 19474 1.8
bl602+mfd (read/write) 1457450 1480554 23104 1.6
.bss 85888 86856 968 1.1
.rodata 158052 160724 2672 1.7
.text 1123364 1142818 19454 1.7
bl602+rpc (read/write) 1490674 1513554 22880 1.5
.bss 93760 94728 968 1.0
.rodata 166660 169340 2680 1.6
.text 1139692 1158918 19226 1.7
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783668 797356 13688 1.7
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 82996 84780 1784 2.1
.text 700404 712308 11904 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799556 812708 13152 1.6
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 76980 78412 1432 1.9
.text 722308 734028 11720 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788420 802108 13688 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103900 105684 1784 1.7
.text 684252 696156 11904 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740676 754348 13672 1.8
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78660 80444 1784 2.3
.text 661748 673636 11888 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726300 739980 13680 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74436 76220 1784 2.4
.text 651596 663492 11896 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 604014 16480 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497884 512456 14572 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650190 16488 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108206 110118 1912 1.8
.text 523376 537948 14572 2.8
esp32 all-clusters-app c3devkit (read only) 1215060 1228618 13558 1.1
.dram0.bss 74616 75864 1248 1.7
.flash.rodata 253352 255104 1752 0.7
.flash.text 1215060 1228618 13558 1.1
m5stack (read only) 1256423 1268039 11616 0.9
(read/write) 537564 540500 2936 0.5
.dram0.bss 81368 82616 1248 1.5
.flash.rodata 285080 286768 1688 0.6
.flash.text 1250259 1261875 11616 0.9
linux air-purifier-app debug (read only) 2651229 2706069 54840 2.1
(read/write) 130352 132400 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75112 76392 1280 1.7
.got 4520 4576 56 1.2
.rodata 185040 187216 2176 1.2
.text 2287077 2336085 49008 2.1
all-clusters-app debug (read only) 5966129 6019841 53712 0.9
(read/write) 481992 483912 1920 0.4
.bss 135328 136032 704 0.5
.data.rel.ro 334664 335864 1200 0.4
.got 5328 5344 16 0.3
.rodata 351984 354160 2176 0.6
.text 5178883 5227347 48464 0.9
all-clusters-minimal-app debug (read only) 5246105 5299777 53672 1.0
(read/write) 237944 239864 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98248 99448 1200 1.2
.got 5248 5264 16 0.3
.rodata 290634 292778 2144 0.7
.text 4718867 4767331 48464 1.0
bridge-app debug (read only) 4637361 4691089 53728 1.2
(read/write) 218856 220776 1920 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87200 88400 1200 1.4
.got 5216 5232 16 0.3
.rodata 230858 233066 2208 1.0
.text 4184323 4232771 48448 1.2
chip-tool debug (read only) 12088889 12121617 32728 0.3
.data.rel.ro 416032 416872 840 0.2
.rodata 451769 453337 1568 0.3
.text 10928643 10957763 29120 0.3
chip-tool-ipv6only arm64 .got 17104 17232 128 0.7
.rodata 356276 357396 1120 0.3
lighting-app debug+rpc+ui (read only) 5560913 5615209 54296 1.0
(read/write) 227624 229608 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95568 96832 1264 1.3
.rodata 354772 356980 2208 0.6
.text 4957571 5006547 48976 1.0
lock-app debug (read only) 4703289 4756961 53672 1.1
(read/write) 206048 207968 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81192 82408 1216 1.5
.got 5168 5184 16 0.3
.rodata 256714 258890 2176 0.8
.text 4233459 4281891 48432 1.1
ota-provider-app debug (read only) 4313177 4366881 53704 1.2
(read/write) 194520 196472 1952 1.0
.bss 113728 114464 736 0.6
.data.rel.ro 70480 71664 1184 1.7
.got 4536 4552 16 0.4
.rodata 209514 211658 2144 1.0
.text 3909059 3957699 48640 1.2
ota-requestor-app debug (read only) 4443801 4497585 53784 1.2
(read/write) 198888 200840 1952 1.0
.bss 114624 115360 736 0.6
.data.rel.ro 73584 74768 1184 1.6
.got 4472 4488 16 0.4
.rodata 215594 217802 2208 1.0
.text 4029059 4077715 48656 1.2
shell debug (read only) 2935345 2989417 54072 1.8
(read/write) 157360 159344 1984 1.3
.bss 62800 63504 704 1.1
.data.rel.ro 87344 88552 1208 1.4
.got 4056 4112 56 1.4
.rodata 188480 190624 2144 1.1
.text 2571634 2620098 48464 1.9
thermostat-no-ble arm64 (read only) 4436140 4484268 48128 1.1
(read/write) 243680 249488 5808 2.4
.bss 122264 122968 704 0.6
.data.rel.ro 104464 105856 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161796 1408 0.9
.text 3938808 3981432 42624 1.1
tv-app debug (read only) 5778945 5811745 32800 0.6
(read/write) 353752 355192 1440 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95368 96216 848 0.9
.rodata 295722 297226 1504 0.5
.text 5239347 5268579 29232 0.6
tv-casting-app debug (read only) 9904497 9959337 54840 0.6
(read/write) 343552 345568 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174896 176144 1248 0.7
.got 5040 5096 56 1.1
.rodata 385112 387288 2176 0.6
.text 9052387 9101395 49008 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535904 2549328 13424 0.5
.bss 220752 221952 1200 0.5
.text 1498588 1512012 13424 0.9
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1805740 1824820 19080 1.1
.bss 198644 204412 5768 2.9
.text 1596020 1609332 13312 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1727628 1746708 19080 1.1
.bss 195524 201292 5768 3.0
.text 1521060 1534372 13312 0.9
light cy8ckit_062s2_43012 (read/write) 1646380 1665452 19072 1.2
.bss 188988 194756 5768 3.1
.text 1446532 1459836 13304 0.9
lock cy8ckit_062s2_43012 (read/write) 1675044 1694116 19072 1.1
.bss 216068 221836 5768 2.7
.text 1448124 1461428 13304 0.9
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b2234c2 06cf12d change % change
bl602 lighting-app bl602 (read/write) 1443026 1466146 23120 1.6
.bss 85720 86688 968 1.1
.rodata 159092 161764 2672 1.7
.text 1108046 1127520 19474 1.8
bl602+mfd (read/write) 1457450 1480554 23104 1.6
.bss 85888 86856 968 1.1
.rodata 158052 160724 2672 1.7
.text 1123364 1142818 19454 1.7
bl602+rpc (read/write) 1490674 1513554 22880 1.5
.bss 93760 94728 968 1.0
.rodata 166660 169340 2680 1.6
.text 1139692 1158918 19226 1.7
bl702 lighting-app bl702 (read/write) 1209067 1209471 404 0.0
.text 978460 978884 424 0.0
bl702+mfd (read/write) 1219907 1220311 404 0.0
.text 990214 990638 424 0.0
bl702+rpc (read/write) 1300555 1300959 404 0.0
.text 1053168 1053592 424 0.0
bl706-eth (read/write) 1025433 1025841 408 0.0
.text 768336 768756 420 0.1
bl706-wifi (read/write) 1260066 1260518 452 0.0
.text 1000200 1000670 470 0.0
bl702l lighting-app bl702l .text 971314 971738 424 0.0
bl702l+mfd (read/write) 1189804 1190720 916 0.1
.text 983636 984060 424 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783668 797356 13688 1.7
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 82996 84780 1784 2.1
.text 700404 712308 11904 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799556 812708 13152 1.6
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 76980 78412 1432 1.9
.text 722308 734028 11720 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788420 802108 13688 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103900 105684 1784 1.7
.text 684252 696156 11904 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740676 754348 13672 1.8
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78660 80444 1784 2.3
.text 661748 673636 11888 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726300 739980 13680 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74436 76220 1784 2.4
.text 651596 663492 11896 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 604014 16480 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87526 89438 1912 2.2
.text 497884 512456 14572 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650190 16488 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108206 110118 1912 1.8
.text 523376 537948 14572 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570567 570863 296 0.1
.app_xip_area 460477 460773 296 0.1
lock cyw930739m2evb_01 (read/write) 552783 553087 304 0.1
.app_xip_area 438021 438325 304 0.1
ota-requestor cyw930739m2evb_01 (read/write) 573335 573663 328 0.1
.app_xip_area 464741 465069 328 0.1
switch cyw930739m2evb_01 (read/write) 565783 566087 304 0.1
.app_xip_area 454005 454309 304 0.1
efr32 lighting-app BRD4187C (read/write) 1069560 1069792 232 0.0
.bss 179920 179944 24 0.0
.text 886188 886396 208 0.0
lock-app BRD4338a (read/write) 963036 963292 256 0.0
.text 702880 703136 256 0.0
window-app BRD4187C (read/write) 1136028 1136276 248 0.0
.bss 164512 164536 24 0.0
.text 968160 968384 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215060 1228618 13558 1.1
(read/write) 1751160 1754160 3000 0.2
.dram0.bss 74616 75864 1248 1.7
.flash.rodata 253352 255104 1752 0.7
.flash.text 1215060 1228618 13558 1.1
m5stack (read only) 1256423 1268039 11616 0.9
(read/write) 537564 540500 2936 0.5
.dram0.bss 81368 82616 1248 1.5
.flash.rodata 285080 286768 1688 0.6
.flash.text 1250259 1261875 11616 0.9
linux air-purifier-app debug (read only) 2651229 2706069 54840 2.1
(read/write) 130352 132400 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75112 76392 1280 1.7
.got 4520 4576 56 1.2
.rodata 185040 187216 2176 1.2
.text 2287077 2336085 49008 2.1
all-clusters-app debug (read only) 5966129 6019841 53712 0.9
(read/write) 481992 483912 1920 0.4
.bss 135328 136032 704 0.5
.data.rel.ro 334664 335864 1200 0.4
.got 5328 5344 16 0.3
.rodata 351984 354160 2176 0.6
.text 5178883 5227347 48464 0.9
all-clusters-minimal-app debug (read only) 5246105 5299777 53672 1.0
(read/write) 237944 239864 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98248 99448 1200 1.2
.got 5248 5264 16 0.3
.rodata 290634 292778 2144 0.7
.text 4718867 4767331 48464 1.0
bridge-app debug (read only) 4637361 4691089 53728 1.2
(read/write) 218856 220776 1920 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87200 88400 1200 1.4
.got 5216 5232 16 0.3
.rodata 230858 233066 2208 1.0
.text 4184323 4232771 48448 1.2
chip-tool debug (read only) 12088889 12121617 32728 0.3
(read/write) 523424 524256 832 0.2
.data.rel.ro 416032 416872 840 0.2
.rodata 451769 453337 1568 0.3
.text 10928643 10957763 29120 0.3
chip-tool-ipv6only arm64 (read only) 11406612 11434916 28304 0.2
(read/write) 588960 589384 424 0.1
.data.rel.ro 455976 456960 984 0.2
.got 17104 17232 128 0.7
.rodata 356276 357396 1120 0.3
.text 10168552 10193032 24480 0.2
lighting-app debug+rpc+ui (read only) 5560913 5615209 54296 1.0
(read/write) 227624 229608 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95568 96832 1264 1.3
.got 5856 5864 8 0.1
.rodata 354772 356980 2208 0.6
.text 4957571 5006547 48976 1.0
lock-app debug (read only) 4703289 4756961 53672 1.1
(read/write) 206048 207968 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81192 82408 1216 1.5
.got 5168 5184 16 0.3
.rodata 256714 258890 2176 0.8
.text 4233459 4281891 48432 1.1
ota-provider-app debug (read only) 4313177 4366881 53704 1.2
(read/write) 194520 196472 1952 1.0
.bss 113728 114464 736 0.6
.data.rel.ro 70480 71664 1184 1.7
.got 4536 4552 16 0.4
.rodata 209514 211658 2144 1.0
.text 3909059 3957699 48640 1.2
ota-requestor-app debug (read only) 4443801 4497585 53784 1.2
(read/write) 198888 200840 1952 1.0
.bss 114624 115360 736 0.6
.data.rel.ro 73584 74768 1184 1.6
.got 4472 4488 16 0.4
.rodata 215594 217802 2208 1.0
.text 4029059 4077715 48656 1.2
shell debug (read only) 2935345 2989417 54072 1.8
(read/write) 157360 159344 1984 1.3
.bss 62800 63504 704 1.1
.data.rel.ro 87344 88552 1208 1.4
.got 4056 4112 56 1.4
.rodata 188480 190624 2144 1.1
.text 2571634 2620098 48464 1.9
thermostat-no-ble arm64 (read only) 4436140 4484268 48128 1.1
(read/write) 243680 249488 5808 2.4
.bss 122264 122968 704 0.6
.data.rel.ro 104464 105856 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161796 1408 0.9
.text 3938808 3981432 42624 1.1
tv-app debug (read only) 5778945 5811745 32800 0.6
(read/write) 353752 355192 1440 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95368 96216 848 0.9
.rodata 295722 297226 1504 0.5
.text 5239347 5268579 29232 0.6
tv-casting-app debug (read only) 9904497 9959337 54840 0.6
(read/write) 343552 345568 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174896 176144 1248 0.7
.got 5040 5096 56 1.1
.rodata 385112 387288 2176 0.6
.text 9052387 9101395 49008 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535904 2549328 13424 0.5
.bss 220752 221952 1200 0.5
.text 1498588 1512012 13424 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1050432 1050736 304 0.0
text 771624 771944 320 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1226216 1226520 304 0.0
text 798024 798352 328 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 997896 998184 288 0.0
text 732972 733280 308 0.0
nxp contact k32w0+release (read only) 575628 575916 288 0.1
.text 575092 575380 288 0.1
k32w1+release (read/write) 702980 703300 320 0.0
.text 589536 589856 320 0.1
light k32w0+release (read only) 609640 609928 288 0.0
.text 609104 609392 288 0.0
k32w1+release (read/write) 794872 795176 304 0.0
.text 672704 673008 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1805740 1824820 19080 1.1
.bss 198644 204412 5768 2.9
.text 1596020 1609332 13312 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1727628 1746708 19080 1.1
.bss 195524 201292 5768 3.0
.text 1521060 1534372 13312 0.9
light cy8ckit_062s2_43012 (read/write) 1646380 1665452 19072 1.2
.bss 188988 194756 5768 3.1
.text 1446532 1459836 13304 0.9
lock cy8ckit_062s2_43012 (read/write) 1675044 1694116 19072 1.1
.bss 216068 221836 5768 2.7
.text 1448124 1461428 13304 0.9
qpg lighting-app qpg6105+debug (read/write) 1133164 1133476 312 0.0
.text 645544 645856 312 0.0
lock-app qpg6105+debug (read/write) 1093164 1093500 336 0.0
.text 605548 605884 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604745 605073 328 0.1
.text 385344 385688 344 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 833818 834122 304 0.0
text 624494 624814 320 0.1
all-clusters-app tlsr9518adk80d (read/write) 1096896 1097208 312 0.0
text 797894 798220 326 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058360 1058664 304 0.0
text 772256 772580 324 0.0
bridge-app tlsr9518adk80d (read/write) 913880 914184 304 0.0
text 655736 656054 318 0.0
contact-sensor-app tlsr9528a_retention (read/write) 835846 836150 304 0.0
text 626594 626914 320 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936796 937108 312 0.0
text 703390 703718 328 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090384 1090688 304 0.0
text 793838 794160 322 0.0
lock-app-dfu tlsr9528a (read/write) 911092 911396 304 0.0
text 660130 660448 318 0.0
ota-requestor-app tlsr9518adk80d (read/write) 932724 933036 312 0.0
text 674772 675094 322 0.0
pump-app tlsr9258a (read/write) 833396 833708 312 0.0
text 623594 623918 324 0.1
pump-controller-app tlsr9518adk80d (read/write) 799516 799828 312 0.0
text 598500 598824 324 0.1
shell tlsr9518adk80d (read/write) 676304 676312 8 0.0
text 462014 462030 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843570 843874 304 0.0
text 633126 633446 320 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858405 858709 304 0.0
text 642084 642406 322 0.1
thermostat tlsr9518adk80d (read/write) 825064 825376 312 0.0
text 618050 618374 324 0.1
window-covering tlsr9258a (read/write) 838292 838588 296 0.0
text 626058 626376 318 0.1
Decreases (16 builds for bl702, bl702l, nrfconnect, psoc6, stm32, telink)
platform target config section b2234c2 06cf12d change % change
bl702 lighting-app bl702 .rodata 108788 108768 -20 -0.0
bl702+mfd .rodata 107728 107708 -20 -0.0
bl702+rpc .rodata 124160 124140 -20 -0.0
bl706-eth .rodata 101776 101764 -12 -0.0
bl706-wifi .rodata 122776 122756 -20 -0.0
bl702l lighting-app bl702l (read/write) 1178920 1178812 -108 -0.0
.rodata 102792 102772 -20 -0.0
bl702l+mfd .rodata 101732 101712 -20 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101552 101536 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151384 151368 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88816 88800 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832008 826240 -5768 -0.7
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835160 829392 -5768 -0.7
light cy8ckit_062s2_43012 (read only) 841880 836112 -5768 -0.7
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
telink shell tlsr9518adk80d bss 73420 73380 -40 -0.1
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b2234c2 06cf12d change % change
bl602 lighting-app bl602 (read/write) 1443026 1466146 23120 1.6
.bss 85720 86688 968 1.1
.data 9512 9512 0 0.0
.rodata 159092 161764 2672 1.7
.text 1108046 1127520 19474 1.8
bl602+mfd (read/write) 1457450 1480554 23104 1.6
.bss 85888 86856 968 1.1
.data 9488 9488 0 0.0
.rodata 158052 160724 2672 1.7
.text 1123364 1142818 19454 1.7
bl602+rpc (read/write) 1490674 1513554 22880 1.5
.bss 93760 94728 968 1.0
.data 9888 9888 0 0.0
.rodata 166660 169340 2680 1.6
.text 1139692 1158918 19226 1.7
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209067 1209471 404 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108788 108768 -20 -0.0
.text 978460 978884 424 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1219907 1220311 404 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107728 107708 -20 -0.0
.text 990214 990638 424 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300555 1300959 404 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124160 124140 -20 -0.0
.text 1053168 1053592 424 0.0
bl706-eth (read/write) 1025433 1025841 408 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101776 101764 -12 -0.0
.text 768336 768756 420 0.1
bl706-wifi (read/write) 1260066 1260518 452 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122776 122756 -20 -0.0
.text 1000200 1000670 470 0.0
bl702l lighting-app bl702l (read/write) 1178920 1178812 -108 -0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102792 102772 -20 -0.0
.text 971314 971738 424 0.0
bl702l+mfd (read/write) 1189804 1190720 916 0.1
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101732 101712 -20 -0.0
.text 983636 984060 424 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783668 797356 13688 1.7
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 82996 84780 1784 2.1
.text 700404 712308 11904 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799556 812708 13152 1.6
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 76980 78412 1432 1.9
.text 722308 734028 11720 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788420 802108 13688 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103900 105684 1784 1.7
.text 684252 696156 11904 1.7
pump-app LP_EM_CC1354P10_6 (read only) 740676 754348 13672 1.8
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78660 80444 1784 2.3
.text 661748 673636 11888 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726300 739980 13680 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74436 76220 1784 2.4
.text 651596 663492 11896 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 587534 604014 16480 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87526 89438 1912 2.2
.text 497884 512456 14572 2.9
lock CC3235SF_LAUNCHXL (read only) 633702 650190 16488 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108206 110118 1912 1.8
.text 523376 537948 14572 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570567 570863 296 0.1
.app_xip_area 460477 460773 296 0.1
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552783 553087 304 0.1
.app_xip_area 438021 438325 304 0.1
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573335 573663 328 0.1
.app_xip_area 464741 465069 328 0.1
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565783 566087 304 0.1
.app_xip_area 454005 454309 304 0.1
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069560 1069792 232 0.0
.bss 179920 179944 24 0.0
.data 3432 3432 0 0.0
.text 886188 886396 208 0.0
lock-app BRD4338a (read/write) 963036 963292 256 0.0
.bss 210504 210504 0 0.0
.data 30288 30288 0 0.0
.text 702880 703136 256 0.0
window-app BRD4187C (read/write) 1136028 1136276 248 0.0
.bss 164512 164536 24 0.0
.data 3336 3336 0 0.0
.text 968160 968384 224 0.0
esp32 all-clusters-app c3devkit (read only) 1215060 1228618 13558 1.1
(read/write) 1751160 1754160 3000 0.2
.dram0.bss 74616 75864 1248 1.7
.dram0.data 13652 13652 0 0.0
.flash.rodata 253352 255104 1752 0.7
.flash.text 1215060 1228618 13558 1.1
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256423 1268039 11616 0.9
(read/write) 537564 540500 2936 0.5
.dram0.bss 81368 82616 1248 1.5
.dram0.data 35196 35196 0 0.0
.flash.rodata 285080 286768 1688 0.6
.flash.text 1250259 1261875 11616 0.9
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2651229 2706069 54840 2.1
(read/write) 130352 132400 2048 1.6
.bss 47016 47720 704 1.5
.data 2272 2272 0 0.0
.data.rel.ro 75112 76392 1280 1.7
.dynamic 608 608 0 0.0
.got 4520 4576 56 1.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185040 187216 2176 1.2
.text 2287077 2336085 49008 2.1
all-clusters-app debug (read only) 5966129 6019841 53712 0.9
(read/write) 481992 483912 1920 0.4
.bss 135328 136032 704 0.5
.data 4560 4560 0 0.0
.data.rel.ro 334664 335864 1200 0.4
.dynamic 624 624 0 0.0
.got 5328 5344 16 0.3
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 351984 354160 2176 0.6
.text 5178883 5227347 48464 0.9
all-clusters-minimal-app debug (read only) 5246105 5299777 53672 1.0
(read/write) 237944 239864 1920 0.8
.bss 128160 128864 704 0.5
.data 4464 4464 0 0.0
.data.rel.ro 98248 99448 1200 1.2
.dynamic 624 624 0 0.0
.got 5248 5264 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290634 292778 2144 0.7
.text 4718867 4767331 48464 1.0
bridge-app debug (read only) 4637361 4691089 53728 1.2
(read/write) 218856 220776 1920 0.9
.bss 118688 119392 704 0.6
.data 6240 6240 0 0.0
.data.rel.ro 87200 88400 1200 1.4
.dynamic 624 624 0 0.0
.got 5216 5232 16 0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230858 233066 2208 1.0
.text 4184323 4232771 48448 1.2
chip-tool debug (read only) 12088889 12121617 32728 0.3
(read/write) 523424 524256 832 0.2
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416032 416872 840 0.2
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451769 453337 1568 0.3
.text 10928643 10957763 29120 0.3
chip-tool-ipv6only arm64 (read only) 11406612 11434916 28304 0.2
(read/write) 588960 589384 424 0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455976 456960 984 0.2
.dynamic 512 512 0 0.0
.got 17104 17232 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356276 357396 1120 0.3
.text 10168552 10193032 24480 0.2
lighting-app debug+rpc+ui (read only) 5560913 5615209 54296 1.0
(read/write) 227624 229608 1984 0.9
.bss 119632 120336 704 0.6
.data 4896 4896 0 0.0
.data.rel.ro 95568 96832 1264 1.3
.dynamic 672 672 0 0.0
.got 5856 5864 8 0.1
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354772 356980 2208 0.6
.text 4957571 5006547 48976 1.0
lock-app debug (read only) 4703289 4756961 53672 1.1
(read/write) 206048 207968 1920 0.9
.bss 113960 114664 704 0.6
.data 4192 4192 0 0.0
.data.rel.ro 81192 82408 1216 1.5
.dynamic 624 624 0 0.0
.got 5168 5184 16 0.3
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256714 258890 2176 0.8
.text 4233459 4281891 48432 1.1
ota-provider-app debug (read only) 4313177 4366881 53704 1.2
(read/write) 194520 196472 1952 1.0
.bss 113728 114464 736 0.6
.data 4368 4368 0 0.0
.data.rel.ro 70480 71664 1184 1.7
.dynamic 624 624 0 0.0
.got 4536 4552 16 0.4
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209514 211658 2144 1.0
.text 3909059 3957699 48640 1.2
ota-requestor-app debug (read only) 4443801 4497585 53784 1.2
(read/write) 198888 200840 1952 1.0
.bss 114624 115360 736 0.6
.data 4768 4768 0 0.0
.data.rel.ro 73584 74768 1184 1.6
.dynamic 624 624 0 0.0
.got 4472 4488 16 0.4
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215594 217802 2208 1.0
.text 4029059 4077715 48656 1.2
shell debug (read only) 2935345 2989417 54072 1.8
(read/write) 157360 159344 1984 1.3
.bss 62800 63504 704 1.1
.data 1424 1424 0 0.0
.data.rel.ro 87344 88552 1208 1.4
.dynamic 592 592 0 0.0
.got 4056 4112 56 1.4
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188480 190624 2144 1.1
.text 2571634 2620098 48464 1.9
thermostat-no-ble arm64 (read only) 4436140 4484268 48128 1.1
(read/write) 243680 249488 5808 2.4
.bss 122264 122968 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104464 105856 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 161796 1408 0.9
.text 3938808 3981432 42624 1.1
tv-app debug (read only) 5778945 5811745 32800 0.6
(read/write) 353752 355192 1440 0.4
.bss 244528 245136 608 0.2
.data 6560 6560 0 0.0
.data.rel.ro 95368 96216 848 0.9
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295722 297226 1504 0.5
.text 5239347 5268579 29232 0.6
tv-casting-app debug (read only) 9904497 9959337 54840 0.6
(read/write) 343552 345568 2016 0.6
.bss 158744 159448 704 0.4
.data 3008 3008 0 0.0
.data.rel.ro 174896 176144 1248 0.7
.dynamic 624 624 0 0.0
.got 5040 5096 56 1.1
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 385112 387288 2176 0.6
.text 9052387 9101395 49008 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535904 2549328 13424 0.5
.bss 220752 221952 1200 0.5
.data 5216 5216 0 0.0
.text 1498588 1512012 13424 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050432 1050736 304 0.0
bss 130015 130015 0 0.0
rodata 101552 101536 -16 -0.0
text 771624 771944 320 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226216 1226520 304 0.0
bss 126771 126771 0 0.0
rodata 151384 151368 -16 -0.0
text 798024 798352 328 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 997896 998184 288 0.0
bss 128873 128873 0 0.0
rodata 88816 88800 -16 -0.0
text 732972 733280 308 0.0
nxp contact k32w0+release (read only) 575628 575916 288 0.1
(read/write) 83140 83140 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575092 575380 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702980 703300 320 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589536 589856 320 0.1
light k32w0+release (read only) 609640 609928 288 0.0
(read/write) 82600 82600 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609104 609392 288 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794872 795176 304 0.0
.bss 80736 80736 0 0.0
.data 2064 2064 0 0.0
.text 672704 673008 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832008 826240 -5768 -0.7
(read/write) 1805740 1824820 19080 1.1
.bss 198644 204412 5768 2.9
.data 2688 2688 0 0.0
.text 1596020 1609332 13312 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835160 829392 -5768 -0.7
(read/write) 1727628 1746708 19080 1.1
.bss 195524 201292 5768 3.0
.data 2656 2656 0 0.0
.text 1521060 1534372 13312 0.9
light cy8ckit_062s2_43012 (read only) 841880 836112 -5768 -0.7
(read/write) 1646380 1665452 19072 1.2
.bss 188988 194756 5768 3.1
.data 2472 2472 0 0.0
.text 1446532 1459836 13304 0.9
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
(read/write) 1675044 1694116 19072 1.1
.bss 216068 221836 5768 2.7
.data 2464 2464 0 0.0
.text 1448124 1461428 13304 0.9
qpg lighting-app qpg6105+debug (read/write) 1133164 1133476 312 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645544 645856 312 0.0
lock-app qpg6105+debug (read/write) 1093164 1093500 336 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605548 605884 336 0.1
stm32 light STM32WB5MM-DK (read/write) 604745 605073 328 0.1
.bss 128436 128436 0 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385344 385688 344 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833818 834122 304 0.0
bss 49852 49852 0 0.0
text 624494 624814 320 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096896 1097208 312 0.0
bss 101536 101536 0 0.0
text 797894 798220 326 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058360 1058664 304 0.0
bss 109984 109984 0 0.0
text 772256 772580 324 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913880 914184 304 0.0
bss 92740 92740 0 0.0
text 655736 656054 318 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835846 836150 304 0.0
bss 49896 49896 0 0.0
text 626594 626914 320 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936796 937108 312 0.0
bss 77508 77508 0 0.0
text 703390 703718 328 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090384 1090688 304 0.0
bss 99832 99832 0 0.0
text 793838 794160 322 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911092 911396 304 0.0
bss 69176 69176 0 0.0
text 660130 660448 318 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932724 933036 312 0.0
bss 92444 92444 0 0.0
text 674772 675094 322 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833396 833708 312 0.0
bss 58140 58140 0 0.0
text 623594 623918 324 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799516 799828 312 0.0
bss 56068 56068 0 0.0
text 598500 598824 324 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676304 676312 8 0.0
bss 73420 73380 -40 -0.1
text 462014 462030 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843570 843874 304 0.0
bss 51524 51524 0 0.0
text 633126 633446 320 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858405 858709 304 0.0
bss 59692 59692 0 0.0
text 642084 642406 322 0.1
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825064 825376 312 0.0
bss 56400 56400 0 0.0
text 618050 618374 324 0.1
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838292 838588 296 0.0
bss 58356 58356 0 0.0
text 626058 626376 318 0.1

Copy link

github-actions bot commented Apr 29, 2024

PR #30339: Size comparison from 6cdb5da to 6335b79

Increases above 0.2%:

platform target config section 6cdb5da 6335b79 change % change
bl602 lighting-app bl602 (read/write) 1443554 1466746 23192 1.6
.bss 85720 86688 968 1.1
.rodata 159220 161924 2704 1.7
.text 1108442 1127954 19512 1.8
bl602+mfd (read/write) 1457970 1481146 23176 1.6
.bss 85888 86856 968 1.1
.rodata 158180 160884 2704 1.7
.text 1123760 1143252 19492 1.7
bl602+rpc (read/write) 1491194 1514146 22952 1.5
.bss 93760 94728 968 1.0
.rodata 166788 169500 2712 1.6
.text 1140088 1159352 19264 1.7
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784164 797980 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700804 712788 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800020 813296 13276 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722672 734476 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788884 802700 13816 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684620 696604 11984 1.8
pump-app LP_EM_CC1354P10_6 (read only) 741164 754956 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662140 674108 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726804 740604 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651996 663972 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588198 604750 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 498424 513036 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634382 650926 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108342 110278 1936 1.8
.text 523916 538528 14612 2.8
esp32 all-clusters-app c3devkit (read only) 1215526 1229082 13556 1.1
.dram0.bss 74616 75864 1248 1.7
.flash.rodata 253544 255320 1776 0.7
.flash.text 1215526 1229082 13556 1.1
m5stack (read only) 1256751 1268411 11660 0.9
(read/write) 537732 540708 2976 0.6
.dram0.bss 81368 82616 1248 1.5
.flash.rodata 285248 286976 1728 0.6
.flash.text 1250587 1262247 11660 0.9
linux air-purifier-app debug (read only) 2654389 2709309 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184944 187152 2208 1.2
.text 2290165 2339221 49056 2.1
all-clusters-app debug (read only) 5969961 6023801 53840 0.9
(read/write) 482024 483944 1920 0.4
.bss 135328 136032 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 351920 354160 2240 0.6
.text 5182611 5231139 48528 0.9
all-clusters-minimal-app debug (read only) 5249761 5303545 53784 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 290570 292778 2208 0.8
.text 4722419 4770931 48512 1.0
bridge-app debug (read only) 4640569 4694377 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230794 233034 2240 1.0
.text 4187427 4235923 48496 1.2
chip-tool debug (read only) 12092225 12125081 32856 0.3
.rodata 451673 453273 1600 0.4
.text 10931955 10961171 29216 0.3
chip-tool-ipv6only arm64 .got 17104 17232 128 0.7
.rodata 356276 357428 1152 0.3
lighting-app debug+rpc+ui (read only) 5564233 5618673 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.rodata 354708 356980 2272 0.6
.text 4960787 5009843 49056 1.0
lock-app debug (read only) 4706417 4760233 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256650 258890 2240 0.9
.text 4236483 4284995 48512 1.1
ota-provider-app debug (read only) 4315569 4369401 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209418 211626 2208 1.1
.text 3911379 3960083 48704 1.2
ota-requestor-app debug (read only) 4446481 4500345 53864 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215530 217770 2240 1.0
.text 4031635 4080339 48704 1.2
shell debug (read only) 2939033 2993233 54200 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 188384 190592 2208 1.2
.text 2575250 2623778 48528 1.9
thermostat-no-ble arm64 (read only) 4438156 4486204 48048 1.1
(read/write) 245752 247560 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161828 1440 0.9
.text 3940648 3983176 42528 1.1
tv-app debug (read only) 5782849 5815777 32928 0.6
(read/write) 353816 355224 1408 0.4
.data.rel.ro 95432 96248 816 0.9
.rodata 295594 297162 1568 0.5
.text 5243187 5272483 29296 0.6
tv-casting-app debug (read only) 9908481 9963433 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 385016 387224 2208 0.6
.text 9056275 9105363 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536312 2549776 13464 0.5
.bss 220808 222008 1200 0.5
.text 1498996 1512460 13464 0.9
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1806396 1825556 19160 1.1
.bss 198644 204412 5768 2.9
.text 1596676 1610068 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1728284 1747444 19160 1.1
.bss 195524 201292 5768 3.0
.text 1521716 1535108 13392 0.9
light cy8ckit_062s2_43012 (read/write) 1647028 1666180 19152 1.2
.bss 188988 194756 5768 3.1
.text 1447180 1460564 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1675692 1694828 19136 1.1
.bss 216068 221836 5768 2.7
.text 1448772 1462140 13368 0.9
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 6cdb5da 6335b79 change % change
bl602 lighting-app bl602 (read/write) 1443554 1466746 23192 1.6
.bss 85720 86688 968 1.1
.rodata 159220 161924 2704 1.7
.text 1108442 1127954 19512 1.8
bl602+mfd (read/write) 1457970 1481146 23176 1.6
.bss 85888 86856 968 1.1
.rodata 158180 160884 2704 1.7
.text 1123760 1143252 19492 1.7
bl602+rpc (read/write) 1491194 1514146 22952 1.5
.bss 93760 94728 968 1.0
.rodata 166788 169500 2712 1.6
.text 1140088 1159352 19264 1.7
bl702 lighting-app bl702 (read/write) 1209379 1209819 440 0.0
.text 978712 979154 442 0.0
bl702+mfd (read/write) 1220219 1220655 436 0.0
.text 990466 990908 442 0.0
bl702+rpc (read/write) 1300867 1301307 440 0.0
.text 1053420 1053862 442 0.0
bl706-eth (read/write) 1025897 1026341 444 0.0
.text 768670 769110 440 0.1
bl706-wifi (read/write) 1260758 1261238 480 0.0
.text 1000762 1001232 470 0.0
bl702l lighting-app bl702l (read/write) 1178720 1179156 436 0.0
.text 971566 972008 442 0.0
bl702l+mfd (read/write) 1190116 1190556 440 0.0
.text 983888 984330 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784164 797980 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700804 712788 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800020 813296 13276 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722672 734476 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788884 802700 13816 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684620 696604 11984 1.8
pump-app LP_EM_CC1354P10_6 (read only) 741164 754956 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662140 674108 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726804 740604 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651996 663972 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588198 604750 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 498424 513036 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634382 650926 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108342 110278 1936 1.8
.text 523916 538528 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570847 571167 320 0.1
.app_xip_area 460757 461053 296 0.1
.bss 64908 64932 24 0.0
lock cyw930739m2evb_01 (read/write) 553031 553359 328 0.1
.app_xip_area 438269 438573 304 0.1
.bss 69572 69596 24 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573607 573967 360 0.1
.app_xip_area 465013 465349 336 0.1
.bss 63452 63476 24 0.0
switch cyw930739m2evb_01 (read/write) 566071 566407 336 0.1
.app_xip_area 454293 454605 312 0.1
.bss 66556 66580 24 0.0
efr32 lighting-app BRD4187C (read/write) 1069888 1070184 296 0.0
.text 886460 886756 296 0.0
lock-app BRD4338a (read/write) 963708 963964 256 0.0
.text 703528 703784 256 0.0
window-app BRD4187C (read/write) 1136556 1136828 272 0.0
.text 968632 968904 272 0.0
esp32 all-clusters-app c3devkit (read only) 1215526 1229082 13556 1.1
(read/write) 1751352 1754376 3024 0.2
.dram0.bss 74616 75864 1248 1.7
.flash.rodata 253544 255320 1776 0.7
.flash.text 1215526 1229082 13556 1.1
m5stack (read only) 1256751 1268411 11660 0.9
(read/write) 537732 540708 2976 0.6
.dram0.bss 81368 82616 1248 1.5
.flash.rodata 285248 286976 1728 0.6
.flash.text 1250587 1262247 11660 0.9
linux air-purifier-app debug (read only) 2654389 2709309 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184944 187152 2208 1.2
.text 2290165 2339221 49056 2.1
all-clusters-app debug (read only) 5969961 6023801 53840 0.9
(read/write) 482024 483944 1920 0.4
.bss 135328 136032 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 351920 354160 2240 0.6
.text 5182611 5231139 48528 0.9
all-clusters-minimal-app debug (read only) 5249761 5303545 53784 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 290570 292778 2208 0.8
.text 4722419 4770931 48512 1.0
bridge-app debug (read only) 4640569 4694377 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230794 233034 2240 1.0
.text 4187427 4235923 48496 1.2
chip-tool debug (read only) 12092225 12125081 32856 0.3
(read/write) 523456 524288 832 0.2
.data.rel.ro 416064 416904 840 0.2
.rodata 451673 453273 1600 0.4
.text 10931955 10961171 29216 0.3
chip-tool-ipv6only arm64 (read only) 11408772 11437092 28320 0.2
(read/write) 590952 591264 312 0.1
.data.rel.ro 456016 457000 984 0.2
.got 17104 17232 128 0.7
.rodata 356276 357428 1152 0.3
.text 10170600 10195048 24448 0.2
lighting-app debug+rpc+ui (read only) 5564233 5618673 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.got 5856 5864 8 0.1
.rodata 354708 356980 2272 0.6
.text 4960787 5009843 49056 1.0
lock-app debug (read only) 4706417 4760233 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256650 258890 2240 0.9
.text 4236483 4284995 48512 1.1
ota-provider-app debug (read only) 4315569 4369401 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209418 211626 2208 1.1
.text 3911379 3960083 48704 1.2
ota-requestor-app debug (read only) 4446481 4500345 53864 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215530 217770 2240 1.0
.text 4031635 4080339 48704 1.2
shell debug (read only) 2939033 2993233 54200 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 188384 190592 2208 1.2
.text 2575250 2623778 48528 1.9
thermostat-no-ble arm64 (read only) 4438156 4486204 48048 1.1
(read/write) 245752 247560 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160388 161828 1440 0.9
.text 3940648 3983176 42528 1.1
tv-app debug (read only) 5782849 5815777 32928 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95432 96248 816 0.9
.rodata 295594 297162 1568 0.5
.text 5243187 5272483 29296 0.6
tv-casting-app debug (read only) 9908481 9963433 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 385016 387224 2208 0.6
.text 9056275 9105363 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536312 2549776 13464 0.5
.bss 220808 222008 1200 0.5
.text 1498996 1512460 13464 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1059928 1060232 304 0.0
text 771904 772216 312 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1237136 1237432 296 0.0
bss 137443 137467 24 0.0
text 798268 798556 288 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1007360 1007648 288 0.0
text 733216 733520 304 0.0
nxp contact k32w0+release (read only) 575916 576236 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.text 575380 575700 320 0.1
k32w1+release (read/write) 703300 703668 368 0.1
.bss 71200 71224 24 0.0
.text 589856 590200 344 0.1
light k32w0+release (read only) 609944 610296 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.text 609408 609760 352 0.1
k32w1+release (read/write) 795208 795536 328 0.0
.bss 80736 80760 24 0.0
.text 673040 673344 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1806396 1825556 19160 1.1
.bss 198644 204412 5768 2.9
.text 1596676 1610068 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1728284 1747444 19160 1.1
.bss 195524 201292 5768 3.0
.text 1521716 1535108 13392 0.9
light cy8ckit_062s2_43012 (read/write) 1647028 1666180 19152 1.2
.bss 188988 194756 5768 3.1
.text 1447180 1460564 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1675692 1694828 19136 1.1
.bss 216068 221836 5768 2.7
.text 1448772 1462140 13368 0.9
qpg lighting-app qpg6105+debug (read/write) 1133492 1133820 328 0.0
.bss 102620 102644 24 0.0
.text 645872 646200 328 0.1
lock-app qpg6105+debug (read/write) 1093460 1093804 344 0.0
.bss 97292 97316 24 0.0
.text 605844 606188 344 0.1
stm32 light STM32WB5MM-DK (read/write) 605121 605465 344 0.1
.bss 128468 128492 24 0.0
.text 385688 386024 336 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834134 834454 320 0.0
bss 49852 49876 24 0.0
text 624794 625108 314 0.1
all-clusters-app tlsr9518adk80d (read/write) 1097260 1097604 344 0.0
bss 101568 101592 24 0.0
text 798216 798546 330 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058684 1059020 336 0.0
bss 110016 110040 24 0.0
text 772536 772864 328 0.0
bridge-app tlsr9518adk80d (read/write) 914268 914604 336 0.0
bss 92772 92796 24 0.0
text 656084 656406 322 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836154 836474 320 0.0
bss 49896 49920 24 0.0
text 626894 627208 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 937040 937368 328 0.0
bss 77508 77532 24 0.0
text 703622 703944 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090756 1091092 336 0.0
bss 99864 99888 24 0.0
text 794168 794494 326 0.0
lock-app-dfu tlsr9528a (read/write) 911368 911688 320 0.0
bss 69176 69200 24 0.0
text 660390 660702 312 0.0
ota-requestor-app tlsr9518adk80d (read/write) 933104 933432 328 0.0
bss 92476 92500 24 0.0
text 675102 675428 326 0.0
pump-app tlsr9258a (read/write) 833688 834016 328 0.0
bss 58140 58164 24 0.0
text 623872 624190 318 0.1
pump-controller-app tlsr9518adk80d (read/write) 799808 800136 328 0.0
bss 56068 56092 24 0.0
text 598778 599096 318 0.1
shell tlsr9518adk80d (read/write) 676216 676224 8 0.0
text 461890 461906 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843998 844326 328 0.0
bss 51524 51548 24 0.0
text 633538 633864 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858697 859025 328 0.0
bss 59692 59716 24 0.0
text 642368 642684 316 0.0
thermostat tlsr9518adk80d (read/write) 825356 825684 328 0.0
bss 56400 56424 24 0.0
text 618328 618646 318 0.1
window-covering tlsr9258a (read/write) 838600 838920 320 0.0
bss 58356 58380 24 0.0
text 626360 626672 312 0.0
Decreases (16 builds for bl702, bl702l, nrfconnect, psoc6, stm32, telink)
platform target config section 6cdb5da 6335b79 change % change
bl702 lighting-app bl702 .rodata 108816 108796 -20 -0.0
bl702+mfd .rodata 107756 107736 -20 -0.0
bl702+rpc .rodata 124188 124168 -20 -0.0
bl706-eth .rodata 101904 101892 -12 -0.0
bl706-wifi .rodata 122904 122884 -20 -0.0
bl702l lighting-app bl702l .rodata 102820 102800 -20 -0.0
bl702l+mfd .rodata 101760 101740 -20 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101560 101544 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151392 151376 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88824 88808 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832008 826240 -5768 -0.7
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835160 829392 -5768 -0.7
light cy8ckit_062s2_43012 (read only) 841880 836112 -5768 -0.7
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
telink shell tlsr9518adk80d bss 73452 73412 -40 -0.1
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 6cdb5da 6335b79 change % change
bl602 lighting-app bl602 (read/write) 1443554 1466746 23192 1.6
.bss 85720 86688 968 1.1
.data 9512 9512 0 0.0
.rodata 159220 161924 2704 1.7
.text 1108442 1127954 19512 1.8
bl602+mfd (read/write) 1457970 1481146 23176 1.6
.bss 85888 86856 968 1.1
.data 9488 9488 0 0.0
.rodata 158180 160884 2704 1.7
.text 1123760 1143252 19492 1.7
bl602+rpc (read/write) 1491194 1514146 22952 1.5
.bss 93760 94728 968 1.0
.data 9888 9888 0 0.0
.rodata 166788 169500 2712 1.6
.text 1140088 1159352 19264 1.7
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209379 1209819 440 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108816 108796 -20 -0.0
.text 978712 979154 442 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220219 1220655 436 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107756 107736 -20 -0.0
.text 990466 990908 442 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300867 1301307 440 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124188 124168 -20 -0.0
.text 1053420 1053862 442 0.0
bl706-eth (read/write) 1025897 1026341 444 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101904 101892 -12 -0.0
.text 768670 769110 440 0.1
bl706-wifi (read/write) 1260758 1261238 480 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122904 122884 -20 -0.0
.text 1000762 1001232 470 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178720 1179156 436 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102820 102800 -20 -0.0
.text 971566 972008 442 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190116 1190556 440 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101760 101740 -20 -0.0
.text 983888 984330 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784164 797980 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 83092 84924 1832 2.2
.text 700804 712788 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800020 813296 13276 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 77084 78552 1468 1.9
.text 722672 734476 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788884 802700 13816 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103996 105828 1832 1.8
.text 684620 696604 11984 1.8
pump-app LP_EM_CC1354P10_6 (read only) 741164 754956 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78756 80580 1824 2.3
.text 662140 674108 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726804 740604 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74540 76364 1824 2.4
.text 651996 663972 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588198 604750 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87654 89590 1936 2.2
.text 498424 513036 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634382 650926 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108342 110278 1936 1.8
.text 523916 538528 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570847 571167 320 0.1
.app_xip_area 460757 461053 296 0.1
.bss 64908 64932 24 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553031 553359 328 0.1
.app_xip_area 438269 438573 304 0.1
.bss 69572 69596 24 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573607 573967 360 0.1
.app_xip_area 465013 465349 336 0.1
.bss 63452 63476 24 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566071 566407 336 0.1
.app_xip_area 454293 454605 312 0.1
.bss 66556 66580 24 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069888 1070184 296 0.0
.bss 179976 179976 0 0.0
.data 3432 3432 0 0.0
.text 886460 886756 296 0.0
lock-app BRD4338a (read/write) 963708 963964 256 0.0
.bss 210528 210528 0 0.0
.data 30288 30288 0 0.0
.text 703528 703784 256 0.0
window-app BRD4187C (read/write) 1136556 1136828 272 0.0
.bss 164568 164568 0 0.0
.data 3336 3336 0 0.0
.text 968632 968904 272 0.0
esp32 all-clusters-app c3devkit (read only) 1215526 1229082 13556 1.1
(read/write) 1751352 1754376 3024 0.2
.dram0.bss 74616 75864 1248 1.7
.dram0.data 13652 13652 0 0.0
.flash.rodata 253544 255320 1776 0.7
.flash.text 1215526 1229082 13556 1.1
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256751 1268411 11660 0.9
(read/write) 537732 540708 2976 0.6
.dram0.bss 81368 82616 1248 1.5
.dram0.data 35196 35196 0 0.0
.flash.rodata 285248 286976 1728 0.6
.flash.text 1250587 1262247 11660 0.9
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2654389 2709309 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data 2272 2272 0 0.0
.data.rel.ro 75160 76440 1280 1.7
.dynamic 608 608 0 0.0
.got 4520 4576 56 1.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 184944 187152 2208 1.2
.text 2290165 2339221 49056 2.1
all-clusters-app debug (read only) 5969961 6023801 53840 0.9
(read/write) 482024 483944 1920 0.4
.bss 135328 136032 704 0.5
.data 4560 4560 0 0.0
.data.rel.ro 334712 335912 1200 0.4
.dynamic 624 624 0 0.0
.got 5328 5344 16 0.3
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 351920 354160 2240 0.6
.text 5182611 5231139 48528 0.9
all-clusters-minimal-app debug (read only) 5249761 5303545 53784 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data 4464 4464 0 0.0
.data.rel.ro 98296 99496 1200 1.2
.dynamic 624 624 0 0.0
.got 5248 5264 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290570 292778 2208 0.8
.text 4722419 4770931 48512 1.0
bridge-app debug (read only) 4640569 4694377 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data 6240 6240 0 0.0
.data.rel.ro 87248 88464 1216 1.4
.dynamic 624 624 0 0.0
.got 5216 5232 16 0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230794 233034 2240 1.0
.text 4187427 4235923 48496 1.2
chip-tool debug (read only) 12092225 12125081 32856 0.3
(read/write) 523456 524288 832 0.2
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416064 416904 840 0.2
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451673 453273 1600 0.4
.text 10931955 10961171 29216 0.3
chip-tool-ipv6only arm64 (read only) 11408772 11437092 28320 0.2
(read/write) 590952 591264 312 0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 456016 457000 984 0.2
.dynamic 512 512 0 0.0
.got 17104 17232 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356276 357428 1152 0.3
.text 10170600 10195048 24448 0.2
lighting-app debug+rpc+ui (read only) 5564233 5618673 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data 4896 4896 0 0.0
.data.rel.ro 95616 96880 1264 1.3
.dynamic 672 672 0 0.0
.got 5856 5864 8 0.1
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354708 356980 2272 0.6
.text 4960787 5009843 49056 1.0
lock-app debug (read only) 4706417 4760233 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data 4192 4192 0 0.0
.data.rel.ro 81256 82472 1216 1.5
.dynamic 624 624 0 0.0
.got 5168 5184 16 0.3
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256650 258890 2240 0.9
.text 4236483 4284995 48512 1.1
ota-provider-app debug (read only) 4315569 4369401 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data 4368 4368 0 0.0
.data.rel.ro 70544 71712 1168 1.7
.dynamic 624 624 0 0.0
.got 4536 4552 16 0.4
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209418 211626 2208 1.1
.text 3911379 3960083 48704 1.2
ota-requestor-app debug (read only) 4446481 4500345 53864 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data 4768 4768 0 0.0
.data.rel.ro 73648 74816 1168 1.6
.dynamic 624 624 0 0.0
.got 4472 4488 16 0.4
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215530 217770 2240 1.0
.text 4031635 4080339 48704 1.2
shell debug (read only) 2939033 2993233 54200 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data 1424 1424 0 0.0
.data.rel.ro 87400 88608 1208 1.4
.dynamic 592 592 0 0.0
.got 4056 4112 56 1.4
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188384 190592 2208 1.2
.text 2575250 2623778 48528 1.9
thermostat-no-ble arm64 (read only) 4438156 4486204 48048 1.1
(read/write) 245752 247560 1808 0.7
.bss 122264 122968 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104520 105912 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 161828 1440 0.9
.text 3940648 3983176 42528 1.1
tv-app debug (read only) 5782849 5815777 32928 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data 6560 6560 0 0.0
.data.rel.ro 95432 96248 816 0.9
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295594 297162 1568 0.5
.text 5243187 5272483 29296 0.6
tv-casting-app debug (read only) 9908481 9963433 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data 3008 3008 0 0.0
.data.rel.ro 174960 176208 1248 0.7
.dynamic 624 624 0 0.0
.got 5040 5096 56 1.1
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 385016 387224 2208 0.6
.text 9056275 9105363 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536312 2549776 13464 0.5
.bss 220808 222008 1200 0.5
.data 5216 5216 0 0.0
.text 1498996 1512460 13464 0.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1059928 1060232 304 0.0
bss 139171 139171 0 0.0
rodata 101560 101544 -16 -0.0
text 771904 772216 312 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237136 1237432 296 0.0
bss 137443 137467 24 0.0
rodata 151392 151376 -16 -0.0
text 798268 798556 288 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1007360 1007648 288 0.0
bss 138029 138029 0 0.0
rodata 88824 88808 -16 -0.0
text 733216 733520 304 0.0
nxp contact k32w0+release (read only) 575916 576236 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.data 2188 2188 0 0.0
.text 575380 575700 320 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703300 703668 368 0.1
.bss 71200 71224 24 0.0
.data 2864 2864 0 0.0
.text 589856 590200 344 0.1
light k32w0+release (read only) 609944 610296 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.data 2208 2208 0 0.0
.text 609408 609760 352 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795208 795536 328 0.0
.bss 80736 80760 24 0.0
.data 2064 2064 0 0.0
.text 673040 673344 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832008 826240 -5768 -0.7
(read/write) 1806396 1825556 19160 1.1
.bss 198644 204412 5768 2.9
.data 2688 2688 0 0.0
.text 1596676 1610068 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835160 829392 -5768 -0.7
(read/write) 1728284 1747444 19160 1.1
.bss 195524 201292 5768 3.0
.data 2656 2656 0 0.0
.text 1521716 1535108 13392 0.9
light cy8ckit_062s2_43012 (read only) 841880 836112 -5768 -0.7
(read/write) 1647028 1666180 19152 1.2
.bss 188988 194756 5768 3.1
.data 2472 2472 0 0.0
.text 1447180 1460564 13384 0.9
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
(read/write) 1675692 1694828 19136 1.1
.bss 216068 221836 5768 2.7
.data 2464 2464 0 0.0
.text 1448772 1462140 13368 0.9
qpg lighting-app qpg6105+debug (read/write) 1133492 1133820 328 0.0
.bss 102620 102644 24 0.0
.data 856 856 0 0.0
.text 645872 646200 328 0.1
lock-app qpg6105+debug (read/write) 1093460 1093804 344 0.0
.bss 97292 97316 24 0.0
.data 860 860 0 0.0
.text 605844 606188 344 0.1
stm32 light STM32WB5MM-DK (read/write) 605121 605465 344 0.1
.bss 128468 128492 24 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385688 386024 336 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834134 834454 320 0.0
bss 49852 49876 24 0.0
text 624794 625108 314 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1097260 1097604 344 0.0
bss 101568 101592 24 0.0
text 798216 798546 330 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058684 1059020 336 0.0
bss 110016 110040 24 0.0
text 772536 772864 328 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914268 914604 336 0.0
bss 92772 92796 24 0.0
text 656084 656406 322 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836154 836474 320 0.0
bss 49896 49920 24 0.0
text 626894 627208 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937040 937368 328 0.0
bss 77508 77532 24 0.0
text 703622 703944 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090756 1091092 336 0.0
bss 99864 99888 24 0.0
text 794168 794494 326 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911368 911688 320 0.0
bss 69176 69200 24 0.0
text 660390 660702 312 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933104 933432 328 0.0
bss 92476 92500 24 0.0
text 675102 675428 326 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833688 834016 328 0.0
bss 58140 58164 24 0.0
text 623872 624190 318 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799808 800136 328 0.0
bss 56068 56092 24 0.0
text 598778 599096 318 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676216 676224 8 0.0
bss 73452 73412 -40 -0.1
text 461890 461906 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843998 844326 328 0.0
bss 51524 51548 24 0.0
text 633538 633864 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858697 859025 328 0.0
bss 59692 59716 24 0.0
text 642368 642684 316 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825356 825684 328 0.0
bss 56400 56424 24 0.0
text 618328 618646 318 0.1
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838600 838920 320 0.0
bss 58356 58380 24 0.0
text 626360 626672 312 0.0

pidarped added a commit to pidarped/connectedhomeip that referenced this pull request Apr 29, 2024
Some of the MCU based platforms had TCP enabled on them without
having to use it.
Disabling the flag before landing the TCP PR project-chip#30339 to avoid
increase in code size.
We can assess the need to enable TCP on these platforms later.
pidarped added a commit to pidarped/connectedhomeip that referenced this pull request Apr 29, 2024
Some of the MCU based platforms had TCP enabled on them without
having to use it.
Disabling the flag before landing the TCP PR project-chip#30339 to avoid
increase in code size.
We can assess the need to enable TCP on these platforms later.
mergify bot pushed a commit that referenced this pull request Apr 30, 2024
Some of the MCU based platforms had TCP enabled on them without
having to use it.
Disabling the flag before landing the TCP PR #30339 to avoid
increase in code size.
We can assess the need to enable TCP on these platforms later.
@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 6335b79 to 14dbefc Compare April 30, 2024 06:22
Copy link

github-actions bot commented Apr 30, 2024

PR #30339: Size comparison from aec50d4 to 14dbefc

Increases above 0.2%:

platform target config section aec50d4 14dbefc change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784252 798068 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700896 712880 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800052 813320 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722700 734504 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788820 802628 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684560 696536 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741212 755004 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662192 674160 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726876 740692 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 652072 664064 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 589022 605574 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499248 513860 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634870 651414 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524332 538944 14612 2.8
linux chip-tool-ipv6only arm64 .got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
thermostat-no-ble arm64 (read only) 4443628 4491676 48048 1.1
(read/write) 244360 246168 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3946072 3988600 42528 1.1
Increases (30 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, linux, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section aec50d4 14dbefc change % change
bl602 lighting-app bl602 (read/write) 1444226 1444654 428 0.0
.bss 85720 85744 24 0.0
.text 1109116 1109530 414 0.0
bl602+mfd (read/write) 1458650 1459070 420 0.0
.bss 85888 85912 24 0.0
.text 1124434 1124848 414 0.0
bl602+rpc (read/write) 1491618 1492038 420 0.0
.bss 93760 93784 24 0.0
.text 1140506 1140920 414 0.0
bl702 lighting-app bl702 (read/write) 1209543 1209979 436 0.0
.text 978874 979316 442 0.0
bl702+mfd (read/write) 1220635 1221075 440 0.0
.text 990884 991326 442 0.0
bl702+rpc (read/write) 1301287 1301723 436 0.0
.text 1053838 1054280 442 0.0
bl706-eth (read/write) 1026313 1026757 444 0.0
.text 769088 769528 440 0.1
bl706-wifi (read/write) 1261482 1261966 484 0.0
.text 1001488 1001958 470 0.0
bl702l lighting-app bl702l (read/write) 1179136 1180088 952 0.1
.text 971984 972426 442 0.0
bl702l+mfd (read/write) 1190280 1190716 436 0.0
.text 984050 984492 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784252 798068 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700896 712880 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800052 813320 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722700 734504 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788820 802628 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684560 696536 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741212 755004 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662192 674160 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726876 740692 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 652072 664064 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 589022 605574 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499248 513860 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634870 651414 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524332 538944 14612 2.8
linux chip-tool-ipv6only arm64 (read only) 11443476 11471796 28320 0.2
(read/write) 589016 589312 296 0.1
.data.rel.ro 456016 457000 984 0.2
.got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
.text 10205240 10229704 24464 0.2
thermostat-no-ble arm64 (read only) 4443628 4491676 48048 1.1
(read/write) 244360 246168 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3946072 3988600 42528 1.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536184 2536552 368 0.0
.bss 220744 220768 24 0.0
.text 1498868 1499236 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1059400 1059688 288 0.0
text 771500 771808 308 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1236720 1237016 296 0.0
bss 137395 137419 24 0.0
text 797908 798192 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1007360 1007648 288 0.0
text 733220 733520 300 0.0
nxp contact k32w0+release (read only) 576012 576316 304 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.text 575476 575780 304 0.1
k32w1+release (read/write) 703404 703772 368 0.1
.bss 71200 71224 24 0.0
.text 589960 590304 344 0.1
light k32w0+release (read only) 610008 610360 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.text 609472 609824 352 0.1
k32w1+release (read/write) 795256 795600 344 0.0
.bss 80736 80760 24 0.0
.text 673088 673408 320 0.0
qpg lighting-app qpg6105+debug (read/write) 1133588 1133908 320 0.0
.bss 102620 102644 24 0.0
.text 645968 646288 320 0.0
lock-app qpg6105+debug (read/write) 1093412 1093764 352 0.0
.bss 97292 97316 24 0.0
.text 605796 606148 352 0.1
stm32 light STM32WB5MM-DK (read/write) 605201 605561 360 0.1
.bss 128468 128492 24 0.0
.text 385768 386120 352 0.1
Decreases (14 builds for bl602, bl702, bl702l, nrfconnect, stm32)
platform target config section aec50d4 14dbefc change % change
bl602 lighting-app bl602 .rodata 159220 159200 -20 -0.0
bl602+mfd .rodata 158180 158160 -20 -0.0
bl602+rpc .rodata 166788 166768 -20 -0.0
bl702 lighting-app bl702 .rodata 108816 108796 -20 -0.0
bl702+mfd .rodata 107756 107736 -20 -0.0
bl702+rpc .rodata 124188 124168 -20 -0.0
bl706-eth .rodata 101904 101892 -12 -0.0
bl706-wifi .rodata 122904 122884 -20 -0.0
bl702l lighting-app bl702l .rodata 102820 102800 -20 -0.0
bl702l+mfd .rodata 101760 101740 -20 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101560 101544 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151392 151376 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88824 88808 -16 -0.0
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
Full report (30 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, linux, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section aec50d4 14dbefc change % change
bl602 lighting-app bl602 (read/write) 1444226 1444654 428 0.0
.bss 85720 85744 24 0.0
.data 9512 9512 0 0.0
.rodata 159220 159200 -20 -0.0
.text 1109116 1109530 414 0.0
bl602+mfd (read/write) 1458650 1459070 420 0.0
.bss 85888 85912 24 0.0
.data 9488 9488 0 0.0
.rodata 158180 158160 -20 -0.0
.text 1124434 1124848 414 0.0
bl602+rpc (read/write) 1491618 1492038 420 0.0
.bss 93760 93784 24 0.0
.data 9888 9888 0 0.0
.rodata 166788 166768 -20 -0.0
.text 1140506 1140920 414 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209543 1209979 436 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108816 108796 -20 -0.0
.text 978874 979316 442 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220635 1221075 440 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107756 107736 -20 -0.0
.text 990884 991326 442 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301287 1301723 436 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124188 124168 -20 -0.0
.text 1053838 1054280 442 0.0
bl706-eth (read/write) 1026313 1026757 444 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101904 101892 -12 -0.0
.text 769088 769528 440 0.1
bl706-wifi (read/write) 1261482 1261966 484 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122904 122884 -20 -0.0
.text 1001488 1001958 470 0.0
bl702l lighting-app bl702l (read/write) 1179136 1180088 952 0.1
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102820 102800 -20 -0.0
.text 971984 972426 442 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190280 1190716 436 0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101760 101740 -20 -0.0
.text 984050 984492 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784252 798068 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 83092 84924 1832 2.2
.text 700896 712880 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800052 813320 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 77084 78552 1468 1.9
.text 722700 734504 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788820 802628 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103996 105828 1832 1.8
.text 684560 696536 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741212 755004 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78756 80580 1824 2.3
.text 662192 674160 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726876 740692 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74540 76364 1824 2.4
.text 652072 664064 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 589022 605574 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87654 89590 1936 2.2
.text 499248 513860 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634870 651414 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108414 110350 1936 1.8
.text 524332 538944 14612 2.8
linux chip-tool-ipv6only arm64 (read only) 11443476 11471796 28320 0.2
(read/write) 589016 589312 296 0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 456016 457000 984 0.2
.dynamic 512 512 0 0.0
.got 17104 17232 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356340 357476 1136 0.3
.text 10205240 10229704 24464 0.2
thermostat-no-ble arm64 (read only) 4443628 4491676 48048 1.1
(read/write) 244360 246168 1808 0.7
.bss 122264 122968 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104520 105912 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160436 161876 1440 0.9
.text 3946072 3988600 42528 1.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536184 2536552 368 0.0
.bss 220744 220768 24 0.0
.data 5216 5216 0 0.0
.text 1498868 1499236 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1059400 1059688 288 0.0
bss 139123 139123 0 0.0
rodata 101560 101544 -16 -0.0
text 771500 771808 308 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1236720 1237016 296 0.0
bss 137395 137419 24 0.0
rodata 151392 151376 -16 -0.0
text 797908 798192 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1007360 1007648 288 0.0
bss 138029 138029 0 0.0
rodata 88824 88808 -16 -0.0
text 733220 733520 300 0.0
nxp contact k32w0+release (read only) 576012 576316 304 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.data 2188 2188 0 0.0
.text 575476 575780 304 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703404 703772 368 0.1
.bss 71200 71224 24 0.0
.data 2864 2864 0 0.0
.text 589960 590304 344 0.1
light k32w0+release (read only) 610008 610360 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.data 2208 2208 0 0.0
.text 609472 609824 352 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795256 795600 344 0.0
.bss 80736 80760 24 0.0
.data 2064 2064 0 0.0
.text 673088 673408 320 0.0
qpg lighting-app qpg6105+debug (read/write) 1133588 1133908 320 0.0
.bss 102620 102644 24 0.0
.data 856 856 0 0.0
.text 645968 646288 320 0.0
lock-app qpg6105+debug (read/write) 1093412 1093764 352 0.0
.bss 97292 97316 24 0.0
.data 860 860 0 0.0
.text 605796 606148 352 0.1
stm32 light STM32WB5MM-DK (read/write) 605201 605561 360 0.1
.bss 128468 128492 24 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385768 386120 352 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 14dbefc to 2daa081 Compare April 30, 2024 07:04
Copy link

github-actions bot commented Apr 30, 2024

PR #30339: Size comparison from ffaeaa1 to 2daa081

Increases above 0.2%:

platform target config section ffaeaa1 2daa081 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
Increases (18 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section ffaeaa1 2daa081 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535992 2536360 368 0.0
.bss 220744 220768 24 0.0
.text 1498676 1499044 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1059160 1059448 288 0.0
text 771260 771568 308 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1236496 1236792 296 0.0
bss 137395 137419 24 0.0
text 797676 797960 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1007152 1007440 288 0.0
text 733004 733308 304 0.0
nxp contact k32w0+release (read only) 575756 576076 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.text 575220 575540 320 0.1
k32w1+release (read/write) 703156 703524 368 0.1
.bss 71200 71224 24 0.0
.text 589712 590056 344 0.1
light k32w0+release (read only) 609752 610104 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.text 609216 609568 352 0.1
k32w1+release (read/write) 795016 795352 336 0.0
.bss 80736 80760 24 0.0
.text 672848 673160 312 0.0
qpg lighting-app qpg6105+debug (read/write) 1133340 1133660 320 0.0
.bss 102620 102644 24 0.0
.text 645720 646040 320 0.0
lock-app qpg6105+debug (read/write) 1093164 1093516 352 0.0
.bss 97292 97316 24 0.0
.text 605548 605900 352 0.1
stm32 light STM32WB5MM-DK (read/write) 604953 605313 360 0.1
.bss 128468 128492 24 0.0
.text 385520 385872 352 0.1
Decreases (4 builds for nrfconnect, stm32)
platform target config section ffaeaa1 2daa081 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101560 101544 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151392 151376 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88824 88808 -16 -0.0
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
Full report (18 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section ffaeaa1 2daa081 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535992 2536360 368 0.0
.bss 220744 220768 24 0.0
.data 5216 5216 0 0.0
.text 1498676 1499044 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1059160 1059448 288 0.0
bss 139123 139123 0 0.0
rodata 101560 101544 -16 -0.0
text 771260 771568 308 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1236496 1236792 296 0.0
bss 137395 137419 24 0.0
rodata 151392 151376 -16 -0.0
text 797676 797960 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1007152 1007440 288 0.0
bss 138029 138029 0 0.0
rodata 88824 88808 -16 -0.0
text 733004 733308 304 0.0
nxp contact k32w0+release (read only) 575756 576076 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.data 2188 2188 0 0.0
.text 575220 575540 320 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703156 703524 368 0.1
.bss 71200 71224 24 0.0
.data 2864 2864 0 0.0
.text 589712 590056 344 0.1
light k32w0+release (read only) 609752 610104 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.data 2208 2208 0 0.0
.text 609216 609568 352 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795016 795352 336 0.0
.bss 80736 80760 24 0.0
.data 2064 2064 0 0.0
.text 672848 673160 312 0.0
qpg lighting-app qpg6105+debug (read/write) 1133340 1133660 320 0.0
.bss 102620 102644 24 0.0
.data 856 856 0 0.0
.text 645720 646040 320 0.0
lock-app qpg6105+debug (read/write) 1093164 1093516 352 0.0
.bss 97292 97316 24 0.0
.data 860 860 0 0.0
.text 605548 605900 352 0.1
stm32 light STM32WB5MM-DK (read/write) 604953 605313 360 0.1
.bss 128468 128492 24 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385520 385872 352 0.1

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 2daa081 to a518945 Compare April 30, 2024 07:37
Copy link

github-actions bot commented Apr 30, 2024

PR #30339: Size comparison from ffaeaa1 to a518945

Increases above 0.2%:

platform target config section ffaeaa1 a518945 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
linux air-purifier-app debug (read only) 2656821 2711741 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184464 186672 2208 1.2
.text 2293077 2342133 49056 2.1
all-clusters-app debug (read only) 5970057 6023913 53856 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 350832 353072 2240 0.6
.text 5183795 5232339 48544 0.9
all-clusters-minimal-app debug (read only) 5254049 5307849 53800 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 290058 292266 2208 0.8
.text 4727219 4775747 48528 1.0
bridge-app debug (read only) 4644649 4698457 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230474 232714 2240 1.0
.text 4191827 4240323 48496 1.2
chip-tool debug (read only) 12112865 12145721 32856 0.3
.rodata 451577 453177 1600 0.4
.text 10952691 10981907 29216 0.3
chip-tool-ipv6only arm64 .got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
lighting-app debug+rpc+ui (read only) 5567897 5622337 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.rodata 354292 356564 2272 0.6
.text 4964867 5013923 49056 1.0
lock-app debug (read only) 4711905 4765721 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256394 258634 2240 0.9
.text 4242227 4290739 48512 1.1
ota-provider-app debug (read only) 4319601 4373433 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209290 211498 2208 1.1
.text 3915539 3964243 48704 1.2
ota-requestor-app debug (read only) 4450177 4504057 53880 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215338 217578 2240 1.0
.text 4035523 4084243 48720 1.2
shell debug (read only) 2941337 2995553 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 187744 189952 2208 1.2
.text 2578194 2626738 48544 1.9
thermostat-no-ble arm64 (read only) 4443916 4491964 48048 1.1
(read/write) 244072 245880 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3946360 3988888 42528 1.1
tv-app debug (read only) 5788401 5821329 32928 0.6
(read/write) 353816 355224 1408 0.4
.data.rel.ro 95432 96248 816 0.9
.rodata 295274 296842 1568 0.5
.text 5249059 5278355 29296 0.6
tv-casting-app debug (read only) 9929393 9984345 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 384760 386968 2208 0.6
.text 9077443 9126531 49088 0.5
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1807324 1826484 19160 1.1
.bss 198540 204308 5768 2.9
.text 1597652 1611044 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1728772 1747932 19160 1.1
.bss 195468 201236 5768 3.0
.text 1522196 1535588 13392 0.9
light cy8ckit_062s2_43012 (read/write) 1647388 1666540 19152 1.2
.bss 188932 194700 5768 3.1
.text 1447532 1460916 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1676068 1695204 19136 1.1
.bss 216012 221780 5768 2.7
.text 1449148 1462516 13368 0.9
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section ffaeaa1 a518945 change % change
bl602 lighting-app bl602 (read/write) 1444122 1444542 420 0.0
.bss 85720 85744 24 0.0
.text 1109010 1109424 414 0.0
bl602+mfd (read/write) 1458538 1458966 428 0.0
.bss 85888 85912 24 0.0
.text 1124328 1124742 414 0.0
bl602+rpc (read/write) 1491506 1491934 428 0.0
.bss 93760 93784 24 0.0
.text 1140400 1140814 414 0.0
bl702 lighting-app bl702 (read/write) 1209431 1209871 440 0.0
.text 978764 979206 442 0.0
bl702+mfd (read/write) 1220527 1220963 436 0.0
.text 990774 991216 442 0.0
bl702+rpc (read/write) 1301175 1301615 440 0.0
.text 1053728 1054170 442 0.0
bl706-eth (read/write) 1026209 1026653 444 0.0
.text 768982 769422 440 0.1
bl706-wifi (read/write) 1261378 1261858 480 0.0
.text 1001382 1001852 470 0.0
bl702l lighting-app bl702l (read/write) 1179028 1179976 948 0.1
.text 971874 972316 442 0.0
bl702l+mfd (read/write) 1190168 1191120 952 0.1
.text 983940 984382 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570719 571047 328 0.1
.app_xip_area 460629 460933 304 0.1
.bss 64908 64932 24 0.0
lock cyw930739m2evb_01 (read/write) 552799 553135 336 0.1
.app_xip_area 438037 438349 312 0.1
.bss 69572 69596 24 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573471 573839 368 0.1
.app_xip_area 464877 465221 344 0.1
.bss 63452 63476 24 0.0
switch cyw930739m2evb_01 (read/write) 565911 566239 328 0.1
.app_xip_area 454133 454437 304 0.1
.bss 66556 66580 24 0.0
efr32 lighting-app BRD4187C (read/write) 1069940 1070212 272 0.0
.text 886480 886752 272 0.0
lock-app BRD4338a (read/write) 961412 961652 240 0.0
.text 699568 699808 240 0.0
window-app BRD4187C (read/write) 1136904 1137136 232 0.0
.text 968948 969180 232 0.0
esp32 all-clusters-app c3devkit (read only) 1214720 1215072 352 0.0
.dram0.bss 74568 74592 24 0.0
.flash.text 1214720 1215072 352 0.0
m5stack (read only) 1256495 1256783 288 0.0
(read/write) 537684 537692 8 0.0
.dram0.bss 81320 81344 24 0.0
.flash.text 1250331 1250619 288 0.0
linux air-purifier-app debug (read only) 2656821 2711741 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184464 186672 2208 1.2
.text 2293077 2342133 49056 2.1
all-clusters-app debug (read only) 5970057 6023913 53856 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 350832 353072 2240 0.6
.text 5183795 5232339 48544 0.9
all-clusters-minimal-app debug (read only) 5254049 5307849 53800 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 290058 292266 2208 0.8
.text 4727219 4775747 48528 1.0
bridge-app debug (read only) 4644649 4698457 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230474 232714 2240 1.0
.text 4191827 4240323 48496 1.2
chip-tool debug (read only) 12112865 12145721 32856 0.3
(read/write) 523456 524288 832 0.2
.data.rel.ro 416064 416904 840 0.2
.rodata 451577 453177 1600 0.4
.text 10952691 10981907 29216 0.3
chip-tool-ipv6only arm64 (read only) 11443780 11472100 28320 0.2
(read/write) 588712 589008 296 0.1
.data.rel.ro 456016 457000 984 0.2
.got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
.text 10205544 10230008 24464 0.2
lighting-app debug+rpc+ui (read only) 5567897 5622337 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.got 5856 5864 8 0.1
.rodata 354292 356564 2272 0.6
.text 4964867 5013923 49056 1.0
lock-app debug (read only) 4711905 4765721 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256394 258634 2240 0.9
.text 4242227 4290739 48512 1.1
ota-provider-app debug (read only) 4319601 4373433 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209290 211498 2208 1.1
.text 3915539 3964243 48704 1.2
ota-requestor-app debug (read only) 4450177 4504057 53880 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215338 217578 2240 1.0
.text 4035523 4084243 48720 1.2
shell debug (read only) 2941337 2995553 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 187744 189952 2208 1.2
.text 2578194 2626738 48544 1.9
thermostat-no-ble arm64 (read only) 4443916 4491964 48048 1.1
(read/write) 244072 245880 1808 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3946360 3988888 42528 1.1
tv-app debug (read only) 5788401 5821329 32928 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95432 96248 816 0.9
.rodata 295274 296842 1568 0.5
.text 5249059 5278355 29296 0.6
tv-casting-app debug (read only) 9929393 9984345 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 384760 386968 2208 0.6
.text 9077443 9126531 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535992 2536360 368 0.0
.bss 220744 220768 24 0.0
.text 1498676 1499044 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1059160 1059448 288 0.0
text 771260 771568 308 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1236496 1236792 296 0.0
bss 137395 137419 24 0.0
text 797676 797960 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1007152 1007440 288 0.0
text 733004 733308 304 0.0
nxp contact k32w0+release (read only) 575756 576076 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.text 575220 575540 320 0.1
k32w1+release (read/write) 703156 703524 368 0.1
.bss 71200 71224 24 0.0
.text 589712 590056 344 0.1
light k32w0+release (read only) 609752 610104 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.text 609216 609568 352 0.1
k32w1+release (read/write) 795016 795352 336 0.0
.bss 80736 80760 24 0.0
.text 672848 673160 312 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1807324 1826484 19160 1.1
.bss 198540 204308 5768 2.9
.text 1597652 1611044 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1728772 1747932 19160 1.1
.bss 195468 201236 5768 3.0
.text 1522196 1535588 13392 0.9
light cy8ckit_062s2_43012 (read/write) 1647388 1666540 19152 1.2
.bss 188932 194700 5768 3.1
.text 1447532 1460916 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1676068 1695204 19136 1.1
.bss 216012 221780 5768 2.7
.text 1449148 1462516 13368 0.9
qpg lighting-app qpg6105+debug (read/write) 1133340 1133660 320 0.0
.bss 102620 102644 24 0.0
.text 645720 646040 320 0.0
lock-app qpg6105+debug (read/write) 1093164 1093516 352 0.0
.bss 97292 97316 24 0.0
.text 605548 605900 352 0.1
stm32 light STM32WB5MM-DK (read/write) 604953 605313 360 0.1
.bss 128468 128492 24 0.0
.text 385520 385872 352 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 833642 833970 328 0.0
bss 49852 49876 24 0.0
text 624320 624634 314 0.1
all-clusters-app tlsr9518adk80d (read/write) 1095928 1096264 336 0.0
bss 101520 101544 24 0.0
text 796942 797272 330 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058452 1058788 336 0.0
bss 110016 110040 24 0.0
text 772304 772632 328 0.0
bridge-app tlsr9518adk80d (read/write) 914140 914468 328 0.0
bss 92772 92796 24 0.0
text 655954 656276 322 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836010 836338 328 0.0
bss 49896 49920 24 0.0
text 626752 627066 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936760 937096 336 0.0
bss 77508 77532 24 0.0
text 703344 703666 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090540 1090876 336 0.0
bss 99864 99888 24 0.0
text 793950 794276 326 0.0
lock-app-dfu tlsr9528a (read/write) 911128 911448 320 0.0
bss 69176 69200 24 0.0
text 660154 660466 312 0.0
ota-requestor-app tlsr9518adk80d (read/write) 932936 933272 336 0.0
bss 92476 92500 24 0.0
text 674938 675264 326 0.0
pump-app tlsr9258a (read/write) 833544 833872 328 0.0
bss 58140 58164 24 0.0
text 623730 624048 318 0.1
pump-controller-app tlsr9518adk80d (read/write) 799664 799992 328 0.0
bss 56068 56092 24 0.0
text 598632 598950 318 0.1
shell tlsr9518adk80d (read/write) 676148 676156 8 0.0
text 461824 461840 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843854 844190 336 0.0
bss 51524 51548 24 0.0
text 633396 633722 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858529 858849 320 0.0
bss 59692 59716 24 0.0
text 642194 642510 316 0.0
thermostat tlsr9518adk80d (read/write) 825228 825556 328 0.0
bss 56400 56424 24 0.0
text 618204 618522 318 0.1
window-covering tlsr9258a (read/write) 838272 838592 320 0.0
bss 58356 58380 24 0.0
text 626030 626342 312 0.0
Decreases (21 builds for bl602, bl702, bl702l, esp32, nrfconnect, psoc6, stm32, telink)
platform target config section ffaeaa1 a518945 change % change
bl602 lighting-app bl602 .rodata 159220 159200 -20 -0.0
bl602+mfd .rodata 158180 158160 -20 -0.0
bl602+rpc .rodata 166788 166768 -20 -0.0
bl702 lighting-app bl702 .rodata 108816 108796 -20 -0.0
bl702+mfd .rodata 107756 107736 -20 -0.0
bl702+rpc .rodata 124188 124168 -20 -0.0
bl706-eth .rodata 101904 101892 -12 -0.0
bl706-wifi .rodata 122904 122884 -20 -0.0
bl702l lighting-app bl702l .rodata 102820 102800 -20 -0.0
bl702l+mfd .rodata 101760 101740 -20 -0.0
esp32 all-clusters-app c3devkit .flash.rodata 253528 253512 -16 -0.0
m5stack .flash.rodata 285248 285232 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101560 101544 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151392 151376 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88824 88808 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832056 826288 -5768 -0.7
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835152 829384 -5768 -0.7
light cy8ckit_062s2_43012 (read only) 841872 836104 -5768 -0.7
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
telink shell tlsr9518adk80d bss 73452 73412 -40 -0.1
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section ffaeaa1 a518945 change % change
bl602 lighting-app bl602 (read/write) 1444122 1444542 420 0.0
.bss 85720 85744 24 0.0
.data 9512 9512 0 0.0
.rodata 159220 159200 -20 -0.0
.text 1109010 1109424 414 0.0
bl602+mfd (read/write) 1458538 1458966 428 0.0
.bss 85888 85912 24 0.0
.data 9488 9488 0 0.0
.rodata 158180 158160 -20 -0.0
.text 1124328 1124742 414 0.0
bl602+rpc (read/write) 1491506 1491934 428 0.0
.bss 93760 93784 24 0.0
.data 9888 9888 0 0.0
.rodata 166788 166768 -20 -0.0
.text 1140400 1140814 414 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209431 1209871 440 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108816 108796 -20 -0.0
.text 978764 979206 442 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220527 1220963 436 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107756 107736 -20 -0.0
.text 990774 991216 442 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301175 1301615 440 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124188 124168 -20 -0.0
.text 1053728 1054170 442 0.0
bl706-eth (read/write) 1026209 1026653 444 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101904 101892 -12 -0.0
.text 768982 769422 440 0.1
bl706-wifi (read/write) 1261378 1261858 480 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122904 122884 -20 -0.0
.text 1001382 1001852 470 0.0
bl702l lighting-app bl702l (read/write) 1179028 1179976 948 0.1
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102820 102800 -20 -0.0
.text 971874 972316 442 0.0
bl702l+mfd (read/write) 1190168 1191120 952 0.1
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101760 101740 -20 -0.0
.text 983940 984382 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784012 797828 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 83092 84924 1832 2.2
.text 700656 712640 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 799812 813080 13268 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 77084 78552 1468 1.9
.text 722460 734264 11804 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 788572 802380 13808 1.8
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103996 105828 1832 1.8
.text 684312 696288 11976 1.8
pump-app LP_EM_CC1354P10_6 (read only) 740972 754764 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78756 80580 1824 2.3
.text 661952 673920 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 726628 740444 13816 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74540 76364 1824 2.4
.text 651824 663816 11992 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588918 605470 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87654 89590 1936 2.2
.text 499144 513756 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634766 651310 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108414 110350 1936 1.8
.text 524228 538840 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 570719 571047 328 0.1
.app_xip_area 460629 460933 304 0.1
.bss 64908 64932 24 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552799 553135 336 0.1
.app_xip_area 438037 438349 312 0.1
.bss 69572 69596 24 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573471 573839 368 0.1
.app_xip_area 464877 465221 344 0.1
.bss 63452 63476 24 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565911 566239 328 0.1
.app_xip_area 454133 454437 304 0.1
.bss 66556 66580 24 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069940 1070212 272 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 886480 886752 272 0.0
lock-app BRD4338a (read/write) 961412 961652 240 0.0
.bss 213032 213032 0 0.0
.data 29448 29448 0 0.0
.text 699568 699808 240 0.0
window-app BRD4187C (read/write) 1136904 1137136 232 0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 968948 969180 232 0.0
esp32 all-clusters-app c3devkit (read only) 1214720 1215072 352 0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74568 74592 24 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253528 253512 -16 -0.0
.flash.text 1214720 1215072 352 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256495 1256783 288 0.0
(read/write) 537684 537692 8 0.0
.dram0.bss 81320 81344 24 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285248 285232 -16 -0.0
.flash.text 1250331 1250619 288 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2656821 2711741 54920 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data 2272 2272 0 0.0
.data.rel.ro 75160 76440 1280 1.7
.dynamic 608 608 0 0.0
.got 4520 4576 56 1.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 184464 186672 2208 1.2
.text 2293077 2342133 49056 2.1
all-clusters-app debug (read only) 5970057 6023913 53856 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data 4560 4560 0 0.0
.data.rel.ro 334712 335912 1200 0.4
.dynamic 624 624 0 0.0
.got 5328 5344 16 0.3
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 350832 353072 2240 0.6
.text 5183795 5232339 48544 0.9
all-clusters-minimal-app debug (read only) 5254049 5307849 53800 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data 4464 4464 0 0.0
.data.rel.ro 98296 99496 1200 1.2
.dynamic 624 624 0 0.0
.got 5248 5264 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290058 292266 2208 0.8
.text 4727219 4775747 48528 1.0
bridge-app debug (read only) 4644649 4698457 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data 6240 6240 0 0.0
.data.rel.ro 87248 88464 1216 1.4
.dynamic 624 624 0 0.0
.got 5216 5232 16 0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230474 232714 2240 1.0
.text 4191827 4240323 48496 1.2
chip-tool debug (read only) 12112865 12145721 32856 0.3
(read/write) 523456 524288 832 0.2
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416064 416904 840 0.2
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451577 453177 1600 0.4
.text 10952691 10981907 29216 0.3
chip-tool-ipv6only arm64 (read only) 11443780 11472100 28320 0.2
(read/write) 588712 589008 296 0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 456016 457000 984 0.2
.dynamic 512 512 0 0.0
.got 17104 17232 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356340 357476 1136 0.3
.text 10205544 10230008 24464 0.2
lighting-app debug+rpc+ui (read only) 5567897 5622337 54440 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data 4896 4896 0 0.0
.data.rel.ro 95616 96880 1264 1.3
.dynamic 672 672 0 0.0
.got 5856 5864 8 0.1
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354292 356564 2272 0.6
.text 4964867 5013923 49056 1.0
lock-app debug (read only) 4711905 4765721 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data 4192 4192 0 0.0
.data.rel.ro 81256 82472 1216 1.5
.dynamic 624 624 0 0.0
.got 5168 5184 16 0.3
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256394 258634 2240 0.9
.text 4242227 4290739 48512 1.1
ota-provider-app debug (read only) 4319601 4373433 53832 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data 4368 4368 0 0.0
.data.rel.ro 70544 71712 1168 1.7
.dynamic 624 624 0 0.0
.got 4536 4552 16 0.4
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209290 211498 2208 1.1
.text 3915539 3964243 48704 1.2
ota-requestor-app debug (read only) 4450177 4504057 53880 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data 4768 4768 0 0.0
.data.rel.ro 73648 74816 1168 1.6
.dynamic 624 624 0 0.0
.got 4472 4488 16 0.4
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215338 217578 2240 1.0
.text 4035523 4084243 48720 1.2
shell debug (read only) 2941337 2995553 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data 1424 1424 0 0.0
.data.rel.ro 87400 88608 1208 1.4
.dynamic 592 592 0 0.0
.got 4056 4112 56 1.4
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 187744 189952 2208 1.2
.text 2578194 2626738 48544 1.9
thermostat-no-ble arm64 (read only) 4443916 4491964 48048 1.1
(read/write) 244072 245880 1808 0.7
.bss 122264 122968 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104520 105912 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160436 161876 1440 0.9
.text 3946360 3988888 42528 1.1
tv-app debug (read only) 5788401 5821329 32928 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data 6560 6560 0 0.0
.data.rel.ro 95432 96248 816 0.9
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295274 296842 1568 0.5
.text 5249059 5278355 29296 0.6
tv-casting-app debug (read only) 9929393 9984345 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data 3008 3008 0 0.0
.data.rel.ro 174960 176208 1248 0.7
.dynamic 624 624 0 0.0
.got 5040 5096 56 1.1
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384760 386968 2208 0.6
.text 9077443 9126531 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535992 2536360 368 0.0
.bss 220744 220768 24 0.0
.data 5216 5216 0 0.0
.text 1498676 1499044 368 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1059160 1059448 288 0.0
bss 139123 139123 0 0.0
rodata 101560 101544 -16 -0.0
text 771260 771568 308 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1236496 1236792 296 0.0
bss 137395 137419 24 0.0
rodata 151392 151376 -16 -0.0
text 797676 797960 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1007152 1007440 288 0.0
bss 138029 138029 0 0.0
rodata 88824 88808 -16 -0.0
text 733004 733308 304 0.0
nxp contact k32w0+release (read only) 575756 576076 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.data 2188 2188 0 0.0
.text 575220 575540 320 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703156 703524 368 0.1
.bss 71200 71224 24 0.0
.data 2864 2864 0 0.0
.text 589712 590056 344 0.1
light k32w0+release (read only) 609752 610104 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.data 2208 2208 0 0.0
.text 609216 609568 352 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795016 795352 336 0.0
.bss 80736 80760 24 0.0
.data 2064 2064 0 0.0
.text 672848 673160 312 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832056 826288 -5768 -0.7
(read/write) 1807324 1826484 19160 1.1
.bss 198540 204308 5768 2.9
.data 2744 2744 0 0.0
.text 1597652 1611044 13392 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835152 829384 -5768 -0.7
(read/write) 1728772 1747932 19160 1.1
.bss 195468 201236 5768 3.0
.data 2720 2720 0 0.0
.text 1522196 1535588 13392 0.9
light cy8ckit_062s2_43012 (read only) 841872 836104 -5768 -0.7
(read/write) 1647388 1666540 19152 1.2
.bss 188932 194700 5768 3.1
.data 2536 2536 0 0.0
.text 1447532 1460916 13384 0.9
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
(read/write) 1676068 1695204 19136 1.1
.bss 216012 221780 5768 2.7
.data 2520 2520 0 0.0
.text 1449148 1462516 13368 0.9
qpg lighting-app qpg6105+debug (read/write) 1133340 1133660 320 0.0
.bss 102620 102644 24 0.0
.data 856 856 0 0.0
.text 645720 646040 320 0.0
lock-app qpg6105+debug (read/write) 1093164 1093516 352 0.0
.bss 97292 97316 24 0.0
.data 860 860 0 0.0
.text 605548 605900 352 0.1
stm32 light STM32WB5MM-DK (read/write) 604953 605313 360 0.1
.bss 128468 128492 24 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 385520 385872 352 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833642 833970 328 0.0
bss 49852 49876 24 0.0
text 624320 624634 314 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1095928 1096264 336 0.0
bss 101520 101544 24 0.0
text 796942 797272 330 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058452 1058788 336 0.0
bss 110016 110040 24 0.0
text 772304 772632 328 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914140 914468 328 0.0
bss 92772 92796 24 0.0
text 655954 656276 322 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836010 836338 328 0.0
bss 49896 49920 24 0.0
text 626752 627066 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936760 937096 336 0.0
bss 77508 77532 24 0.0
text 703344 703666 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090540 1090876 336 0.0
bss 99864 99888 24 0.0
text 793950 794276 326 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911128 911448 320 0.0
bss 69176 69200 24 0.0
text 660154 660466 312 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932936 933272 336 0.0
bss 92476 92500 24 0.0
text 674938 675264 326 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833544 833872 328 0.0
bss 58140 58164 24 0.0
text 623730 624048 318 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799664 799992 328 0.0
bss 56068 56092 24 0.0
text 598632 598950 318 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676148 676156 8 0.0
bss 73452 73412 -40 -0.1
text 461824 461840 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843854 844190 336 0.0
bss 51524 51548 24 0.0
text 633396 633722 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858529 858849 320 0.0
bss 59692 59716 24 0.0
text 642194 642510 316 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825228 825556 328 0.0
bss 56400 56424 24 0.0
text 618204 618522 318 0.1
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838272 838592 320 0.0
bss 58356 58380 24 0.0
text 626030 626342 312 0.0

@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from a518945 to 81ac82f Compare April 30, 2024 21:36
Add TCPConnect()/TCPDisconnect() API for explicit connection setup.
Currently, connecting to a peer is coupled with sending a message to the
peer.
This decouples the two and creates a clear API for connecting to a peer
address. Goes along with the existing Disconnect() API.
This would be essential during activation of retained sessions by solely
connecting to the peer and associating with the retained session.

Surface Connection completion and Closure callbacks and hook them
through SessionManager(TransportMgr delegate) and CASESession.

Mark SecureSession as defunct on connection closures.

Modify ActiveConnectionState in TCPBase to hold state for each
connection, so that it is able to handle the various control flow paths.

Associate a session with a connection object.

Associate the PeerAddress with the session early. Pass the PeerAddress
in the Find APIs. This helps check against the correct TransportType
when searching for a Sesssion in the SessionTable.

Add a `large payload` flag in EstablishSession() and Session lookup
functions to create/associate with the correct session and transport.

Have default configurations for TCP in a separate TCPConfig.h.

Refactor echo_requester.cpp and echo_responder.cpp to use the session
associated with the connection.

Handle Connection closure at ExchangeMgr and uplevel to corresponding
ExchangeContext using the corresponding session handle.

Add tests around connection establishment in TestTCP.
@pidarped pidarped force-pushed the matterTCP-ConnectAPI branch from 81ac82f to 6ab7de1 Compare April 30, 2024 21:44
Copy link

github-actions bot commented Apr 30, 2024

PR #30339: Size comparison from 335ae19 to 6ab7de1

Increases above 0.2%:

platform target config section 335ae19 6ab7de1 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784604 798420 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 701248 713232 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800420 813704 13284 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 723068 734888 11820 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 789180 802988 13808 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684920 696896 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741484 755276 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662464 674432 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 727156 740956 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 652352 664328 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588998 605550 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499224 513836 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634894 651438 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524356 538968 14612 2.8
linux air-purifier-app debug (read only) 2658629 2713565 54936 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184336 186544 2208 1.2
.text 2295013 2344085 49072 2.1
all-clusters-app debug (read only) 5971705 6025529 53824 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 350736 352944 2208 0.6
.text 5185539 5234083 48544 0.9
all-clusters-minimal-app debug (read only) 5255841 5309673 53832 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 289930 292170 2240 0.8
.text 4729139 4777667 48528 1.0
bridge-app debug (read only) 4646473 4700281 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230378 232618 2240 1.0
.text 4193747 4242243 48496 1.2
chip-tool debug (read only) 12112177 12145017 32840 0.3
.data.rel.ro 416064 416904 840 0.2
.rodata 451481 453081 1600 0.4
.text 10952099 10981299 29200 0.3
chip-tool-ipv6only arm64 (read/write) 587352 591744 4392 0.7
.got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
lighting-app debug+rpc+ui (read only) 5569449 5623873 54424 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.rodata 354196 356468 2272 0.6
.text 4966515 5015555 49040 1.0
lock-app debug (read only) 4713521 4767337 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256298 258538 2240 0.9
.text 4243939 4292451 48512 1.1
ota-provider-app debug (read only) 4321377 4375241 53864 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209130 211370 2240 1.1
.text 3917475 3966179 48704 1.2
ota-requestor-app debug (read only) 4452097 4505929 53832 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215242 217450 2208 1.0
.text 4037539 4086243 48704 1.2
shell debug (read only) 2943049 2997265 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 187616 189824 2208 1.2
.text 2580034 2628578 48544 1.9
thermostat-no-ble arm64 (read only) 4445804 4493868 48064 1.1
(read/write) 246280 248072 1792 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3948248 3990792 42544 1.1
tv-app debug (read only) 5790593 5823537 32944 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95432 96248 816 0.9
.rodata 295178 296746 1568 0.5
.text 5251347 5280659 29312 0.6
tv-casting-app debug (read only) 9929121 9984073 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 384632 386840 2208 0.6
.text 9077299 9126387 49088 0.5
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1807740 1826884 19144 1.1
.bss 198540 204308 5768 2.9
.text 1598068 1611444 13376 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1729076 1748220 19144 1.1
.bss 195468 201236 5768 3.0
.text 1522500 1535876 13376 0.9
light cy8ckit_062s2_43012 (read/write) 1647548 1666700 19152 1.2
.bss 188932 194700 5768 3.1
.text 1447692 1461076 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1676228 1695348 19120 1.1
.bss 216012 221780 5768 2.7
.text 1449308 1462660 13352 0.9
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 335ae19 6ab7de1 change % change
bl602 lighting-app bl602 (read/write) 1443986 1444414 428 0.0
.bss 85720 85744 24 0.0
.text 1108880 1109294 414 0.0
bl602+mfd (read/write) 1458410 1458838 428 0.0
.bss 85888 85912 24 0.0
.text 1124198 1124612 414 0.0
bl602+rpc (read/write) 1491634 1492062 428 0.0
.bss 93760 93784 24 0.0
.text 1140526 1140940 414 0.0
bl702 lighting-app bl702 (read/write) 1209663 1210103 440 0.0
.text 978996 979438 442 0.0
bl702+mfd (read/write) 1220503 1220939 436 0.0
.text 990750 991192 442 0.0
bl702+rpc (read/write) 1301151 1301591 440 0.0
.text 1053704 1054146 442 0.0
bl706-eth (read/write) 1026077 1026521 444 0.0
.text 768852 769292 440 0.1
bl706-wifi (read/write) 1261522 1262002 480 0.0
.text 1001526 1001996 470 0.0
bl702l lighting-app bl702l (read/write) 1179004 1179440 436 0.0
.text 971850 972292 442 0.0
bl702l+mfd .text 984172 984614 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784604 798420 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.rodata 83092 84924 1832 2.2
.text 701248 713232 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800420 813704 13284 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.rodata 77084 78552 1468 1.9
.text 723068 734888 11820 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 789180 802988 13808 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.rodata 103996 105828 1832 1.8
.text 684920 696896 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741484 755276 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.rodata 78756 80580 1824 2.3
.text 662464 674432 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 727156 740956 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.rodata 74540 76364 1824 2.4
.text 652352 664328 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588998 605550 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.rodata 87654 89590 1936 2.2
.text 499224 513836 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634894 651438 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.rodata 108414 110350 1936 1.8
.text 524356 538968 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 571279 571615 336 0.1
.app_xip_area 461189 461501 312 0.1
.bss 64908 64932 24 0.0
lock cyw930739m2evb_01 (read/write) 553383 553711 328 0.1
.app_xip_area 438621 438925 304 0.1
.bss 69572 69596 24 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573983 574343 360 0.1
.app_xip_area 465389 465725 336 0.1
.bss 63452 63476 24 0.0
switch cyw930739m2evb_01 (read/write) 566527 566863 336 0.1
.app_xip_area 454749 455061 312 0.1
.bss 66556 66580 24 0.0
efr32 lighting-app BRD4187C (read/write) 1070548 1070852 304 0.0
.text 887088 887392 304 0.0
lock-app BRD4338a (read/write) 961940 962180 240 0.0
.text 700064 700304 240 0.0
window-app BRD4187C (read/write) 1137384 1137616 232 0.0
.text 969428 969660 232 0.0
esp32 all-clusters-app c3devkit (read only) 1214656 1215008 352 0.0
.dram0.bss 74568 74592 24 0.0
.flash.text 1214656 1215008 352 0.0
m5stack (read only) 1256359 1256639 280 0.0
(read/write) 537692 537700 8 0.0
.dram0.bss 81320 81344 24 0.0
.flash.text 1250195 1250475 280 0.0
linux air-purifier-app debug (read only) 2658629 2713565 54936 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data.rel.ro 75160 76440 1280 1.7
.got 4520 4576 56 1.2
.rodata 184336 186544 2208 1.2
.text 2295013 2344085 49072 2.1
all-clusters-app debug (read only) 5971705 6025529 53824 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data.rel.ro 334712 335912 1200 0.4
.got 5328 5344 16 0.3
.rodata 350736 352944 2208 0.6
.text 5185539 5234083 48544 0.9
all-clusters-minimal-app debug (read only) 5255841 5309673 53832 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data.rel.ro 98296 99496 1200 1.2
.got 5248 5264 16 0.3
.rodata 289930 292170 2240 0.8
.text 4729139 4777667 48528 1.0
bridge-app debug (read only) 4646473 4700281 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data.rel.ro 87248 88464 1216 1.4
.got 5216 5232 16 0.3
.rodata 230378 232618 2240 1.0
.text 4193747 4242243 48496 1.2
chip-tool debug (read only) 12112177 12145017 32840 0.3
(read/write) 523456 524288 832 0.2
.data.rel.ro 416064 416904 840 0.2
.rodata 451481 453081 1600 0.4
.text 10952099 10981299 29200 0.3
chip-tool-ipv6only arm64 (read only) 11445140 11473460 28320 0.2
(read/write) 587352 591744 4392 0.7
.data.rel.ro 456016 457000 984 0.2
.got 17104 17232 128 0.7
.rodata 356340 357476 1136 0.3
.text 10206904 10231368 24464 0.2
lighting-app debug+rpc+ui (read only) 5569449 5623873 54424 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data.rel.ro 95616 96880 1264 1.3
.got 5856 5864 8 0.1
.rodata 354196 356468 2272 0.6
.text 4966515 5015555 49040 1.0
lock-app debug (read only) 4713521 4767337 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data.rel.ro 81256 82472 1216 1.5
.got 5168 5184 16 0.3
.rodata 256298 258538 2240 0.9
.text 4243939 4292451 48512 1.1
ota-provider-app debug (read only) 4321377 4375241 53864 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data.rel.ro 70544 71712 1168 1.7
.got 4536 4552 16 0.4
.rodata 209130 211370 2240 1.1
.text 3917475 3966179 48704 1.2
ota-requestor-app debug (read only) 4452097 4505929 53832 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data.rel.ro 73648 74816 1168 1.6
.got 4472 4488 16 0.4
.rodata 215242 217450 2208 1.0
.text 4037539 4086243 48704 1.2
shell debug (read only) 2943049 2997265 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data.rel.ro 87400 88608 1208 1.4
.got 4056 4112 56 1.4
.rodata 187616 189824 2208 1.2
.text 2580034 2628578 48544 1.9
thermostat-no-ble arm64 (read only) 4445804 4493868 48064 1.1
(read/write) 246280 248072 1792 0.7
.bss 122264 122968 704 0.6
.data.rel.ro 104520 105912 1392 1.3
.got 8720 8960 240 2.8
.rodata 160436 161876 1440 0.9
.text 3948248 3990792 42544 1.1
tv-app debug (read only) 5790593 5823537 32944 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data.rel.ro 95432 96248 816 0.9
.rodata 295178 296746 1568 0.5
.text 5251347 5280659 29312 0.6
tv-casting-app debug (read only) 9929121 9984073 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data.rel.ro 174960 176208 1248 0.7
.got 5040 5096 56 1.1
.rodata 384632 386840 2208 0.6
.text 9077299 9126387 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536504 2536808 304 0.0
.bss 220744 220768 24 0.0
.text 1499188 1499492 304 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060040 1060328 288 0.0
text 772132 772440 308 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1237280 1237560 280 0.0
bss 137395 137419 24 0.0
text 798456 798740 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1007872 1008160 288 0.0
text 733736 734040 304 0.0
nxp contact k32w0+release (read only) 576252 576572 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.text 575716 576036 320 0.1
k32w1+release (read/write) 703684 704060 376 0.1
.bss 71200 71224 24 0.0
.text 590240 590592 352 0.1
light k32w0+release (read only) 610280 610632 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.text 609744 610096 352 0.1
k32w1+release (read/write) 795552 795904 352 0.0
.bss 80736 80760 24 0.0
.text 673384 673712 328 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1807740 1826884 19144 1.1
.bss 198540 204308 5768 2.9
.text 1598068 1611444 13376 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1729076 1748220 19144 1.1
.bss 195468 201236 5768 3.0
.text 1522500 1535876 13376 0.9
light cy8ckit_062s2_43012 (read/write) 1647548 1666700 19152 1.2
.bss 188932 194700 5768 3.1
.text 1447692 1461076 13384 0.9
lock cy8ckit_062s2_43012 (read/write) 1676228 1695348 19120 1.1
.bss 216012 221780 5768 2.7
.text 1449308 1462660 13352 0.9
qpg lighting-app qpg6105+debug (read/write) 1133900 1134220 320 0.0
.bss 102620 102644 24 0.0
.text 646280 646600 320 0.0
lock-app qpg6105+debug (read/write) 1093740 1094076 336 0.0
.bss 97292 97316 24 0.0
.text 606124 606460 336 0.1
stm32 light STM32WB5MM-DK (read/write) 605513 605881 368 0.1
.bss 128468 128492 24 0.0
.text 386080 386440 360 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 833778 834098 320 0.0
bss 49852 49876 24 0.0
text 624452 624766 314 0.1
all-clusters-app tlsr9518adk80d (read/write) 1096104 1096440 336 0.0
bss 101520 101544 24 0.0
text 797114 797444 330 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058620 1058956 336 0.0
bss 110016 110040 24 0.0
text 772476 772804 328 0.0
bridge-app tlsr9518adk80d (read/write) 914268 914604 336 0.0
bss 92772 92796 24 0.0
text 656084 656406 322 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836130 836458 328 0.0
bss 49896 49920 24 0.0
text 626872 627186 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936896 937224 328 0.0
bss 77508 77532 24 0.0
text 703478 703800 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090660 1090988 328 0.0
bss 99864 99888 24 0.0
text 794066 794392 326 0.0
lock-app-dfu tlsr9528a (read/write) 911248 911568 320 0.0
bss 69176 69200 24 0.0
text 660272 660584 312 0.0
ota-requestor-app tlsr9518adk80d (read/write) 933064 933400 336 0.0
bss 92476 92500 24 0.0
text 675066 675392 326 0.0
pump-app tlsr9258a (read/write) 833688 834016 328 0.0
bss 58140 58164 24 0.0
text 623874 624192 318 0.1
pump-controller-app tlsr9518adk80d (read/write) 799808 800136 328 0.0
bss 56068 56092 24 0.0
text 598776 599094 318 0.1
shell tlsr9518adk80d (read/write) 676092 676100 8 0.0
text 461766 461782 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843982 844318 336 0.0
bss 51524 51548 24 0.0
text 633528 633854 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858649 858977 328 0.0
bss 59692 59716 24 0.0
text 642318 642634 316 0.0
thermostat tlsr9518adk80d (read/write) 825364 825692 328 0.0
bss 56400 56424 24 0.0
text 618338 618656 318 0.1
window-covering tlsr9258a (read/write) 838392 838712 320 0.0
bss 58356 58380 24 0.0
text 626148 626460 312 0.0
Decreases (21 builds for bl602, bl702, bl702l, esp32, nrfconnect, psoc6, stm32, telink)
platform target config section 335ae19 6ab7de1 change % change
bl602 lighting-app bl602 .rodata 159220 159200 -20 -0.0
bl602+mfd .rodata 158180 158160 -20 -0.0
bl602+rpc .rodata 166788 166768 -20 -0.0
bl702 lighting-app bl702 .rodata 108816 108796 -20 -0.0
bl702+mfd .rodata 107756 107736 -20 -0.0
bl702+rpc .rodata 124188 124168 -20 -0.0
bl706-eth .rodata 101904 101892 -12 -0.0
bl706-wifi .rodata 122904 122884 -20 -0.0
bl702l lighting-app bl702l .rodata 102820 102800 -20 -0.0
bl702l+mfd (read/write) 1190912 1190840 -72 -0.0
.rodata 101760 101740 -20 -0.0
esp32 all-clusters-app c3devkit .flash.rodata 253528 253512 -16 -0.0
m5stack .flash.rodata 285256 285240 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101560 101544 -16 -0.0
nrf7002dk_nrf5340_cpuapp rodata 151392 151376 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 88824 88808 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832056 826288 -5768 -0.7
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835152 829384 -5768 -0.7
light cy8ckit_062s2_43012 (read only) 841872 836104 -5768 -0.7
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
stm32 light STM32WB5MM-DK .rodata 80532 80516 -16 -0.0
telink shell tlsr9518adk80d bss 73452 73412 -40 -0.1
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 335ae19 6ab7de1 change % change
bl602 lighting-app bl602 (read/write) 1443986 1444414 428 0.0
.bss 85720 85744 24 0.0
.data 9512 9512 0 0.0
.rodata 159220 159200 -20 -0.0
.text 1108880 1109294 414 0.0
bl602+mfd (read/write) 1458410 1458838 428 0.0
.bss 85888 85912 24 0.0
.data 9488 9488 0 0.0
.rodata 158180 158160 -20 -0.0
.text 1124198 1124612 414 0.0
bl602+rpc (read/write) 1491634 1492062 428 0.0
.bss 93760 93784 24 0.0
.data 9888 9888 0 0.0
.rodata 166788 166768 -20 -0.0
.text 1140526 1140940 414 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209663 1210103 440 0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108816 108796 -20 -0.0
.text 978996 979438 442 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220503 1220939 436 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107756 107736 -20 -0.0
.text 990750 991192 442 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301151 1301591 440 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124188 124168 -20 -0.0
.text 1053704 1054146 442 0.0
bl706-eth (read/write) 1026077 1026521 444 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101904 101892 -12 -0.0
.text 768852 769292 440 0.1
bl706-wifi (read/write) 1261522 1262002 480 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122904 122884 -20 -0.0
.text 1001526 1001996 470 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179004 1179440 436 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102820 102800 -20 -0.0
.text 971850 972292 442 0.0
bl702l+mfd (read/write) 1190912 1190840 -72 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101760 101740 -20 -0.0
.text 984172 984614 442 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 784604 798420 13816 1.8
(read/write) 176660 177612 952 0.5
.bss 98604 99556 952 1.0
.data 3588 3588 0 0.0
.rodata 83092 84924 1832 2.2
.text 701248 713232 11984 1.7
lock-ftd LP_EM_CC1354P10_6 (read only) 800420 813704 13284 1.7
(read/write) 187148 188100 952 0.5
.bss 109092 110044 952 0.9
.data 3588 3588 0 0.0
.rodata 77084 78552 1468 1.9
.text 723068 734888 11820 1.6
lock-mtd LP_EM_CC1354P10_6 (read only) 789180 802988 13808 1.7
(read/write) 181268 182220 952 0.5
.bss 103212 104164 952 0.9
.data 3588 3588 0 0.0
.rodata 103996 105828 1832 1.8
.text 684920 696896 11976 1.7
pump-app LP_EM_CC1354P10_6 (read only) 741484 755276 13792 1.9
(read/write) 175636 176588 952 0.5
.bss 97344 98296 952 1.0
.data 3580 3580 0 0.0
.rodata 78756 80580 1824 2.3
.text 662464 674432 11968 1.8
pump-controller-app LP_EM_CC1354P10_6 (read only) 727156 740956 13800 1.9
(read/write) 175844 176796 952 0.5
.bss 97568 98520 952 1.0
.data 3572 3572 0 0.0
.rodata 74540 76364 1824 2.4
.text 652352 664328 11976 1.8
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 588998 605550 16552 2.8
(read/write) 208372 209572 1200 0.6
.bss 201596 202796 1200 0.6
.data 1652 1652 0 0.0
.rodata 87654 89590 1936 2.2
.text 499224 513836 14612 2.9
lock CC3235SF_LAUNCHXL (read only) 634894 651438 16544 2.6
(read/write) 208636 209836 1200 0.6
.bss 202000 203200 1200 0.6
.data 1516 1516 0 0.0
.rodata 108414 110350 1936 1.8
.text 524356 538968 14612 2.8
cyw30739 light cyw930739m2evb_01 (read/write) 571279 571615 336 0.1
.app_xip_area 461189 461501 312 0.1
.bss 64908 64932 24 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553383 553711 328 0.1
.app_xip_area 438621 438925 304 0.1
.bss 69572 69596 24 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573983 574343 360 0.1
.app_xip_area 465389 465725 336 0.1
.bss 63452 63476 24 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566527 566863 336 0.1
.app_xip_area 454749 455061 312 0.1
.bss 66556 66580 24 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070548 1070852 304 0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887088 887392 304 0.0
lock-app BRD4338a (read/write) 961940 962180 240 0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700064 700304 240 0.0
window-app BRD4187C (read/write) 1137384 1137616 232 0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969428 969660 232 0.0
esp32 all-clusters-app c3devkit (read only) 1214656 1215008 352 0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74568 74592 24 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253528 253512 -16 -0.0
.flash.text 1214656 1215008 352 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256359 1256639 280 0.0
(read/write) 537692 537700 8 0.0
.dram0.bss 81320 81344 24 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285256 285240 -16 -0.0
.flash.text 1250195 1250475 280 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2658629 2713565 54936 2.1
(read/write) 130384 132432 2048 1.6
.bss 47016 47720 704 1.5
.data 2272 2272 0 0.0
.data.rel.ro 75160 76440 1280 1.7
.dynamic 608 608 0 0.0
.got 4520 4576 56 1.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 184336 186544 2208 1.2
.text 2295013 2344085 49072 2.1
all-clusters-app debug (read only) 5971705 6025529 53824 0.9
(read/write) 481992 483912 1920 0.4
.bss 135296 136000 704 0.5
.data 4560 4560 0 0.0
.data.rel.ro 334712 335912 1200 0.4
.dynamic 624 624 0 0.0
.got 5328 5344 16 0.3
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 350736 352944 2208 0.6
.text 5185539 5234083 48544 0.9
all-clusters-minimal-app debug (read only) 5255841 5309673 53832 1.0
(read/write) 238008 239928 1920 0.8
.bss 128160 128864 704 0.5
.data 4464 4464 0 0.0
.data.rel.ro 98296 99496 1200 1.2
.dynamic 624 624 0 0.0
.got 5248 5264 16 0.3
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 289930 292170 2240 0.8
.text 4729139 4777667 48528 1.0
bridge-app debug (read only) 4646473 4700281 53808 1.2
(read/write) 218888 220840 1952 0.9
.bss 118688 119392 704 0.6
.data 6240 6240 0 0.0
.data.rel.ro 87248 88464 1216 1.4
.dynamic 624 624 0 0.0
.got 5216 5232 16 0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 230378 232618 2240 1.0
.text 4193747 4242243 48496 1.2
chip-tool debug (read only) 12112177 12145017 32840 0.3
(read/write) 523456 524288 832 0.2
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416064 416904 840 0.2
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451481 453081 1600 0.4
.text 10952099 10981299 29200 0.3
chip-tool-ipv6only arm64 (read only) 11445140 11473460 28320 0.2
(read/write) 587352 591744 4392 0.7
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 456016 457000 984 0.2
.dynamic 512 512 0 0.0
.got 17104 17232 128 0.7
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356340 357476 1136 0.3
.text 10206904 10231368 24464 0.2
lighting-app debug+rpc+ui (read only) 5569449 5623873 54424 1.0
(read/write) 227656 229640 1984 0.9
.bss 119632 120336 704 0.6
.data 4896 4896 0 0.0
.data.rel.ro 95616 96880 1264 1.3
.dynamic 672 672 0 0.0
.got 5856 5864 8 0.1
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 354196 356468 2272 0.6
.text 4966515 5015555 49040 1.0
lock-app debug (read only) 4713521 4767337 53816 1.1
(read/write) 206112 208032 1920 0.9
.bss 113960 114664 704 0.6
.data 4192 4192 0 0.0
.data.rel.ro 81256 82472 1216 1.5
.dynamic 624 624 0 0.0
.got 5168 5184 16 0.3
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 256298 258538 2240 0.9
.text 4243939 4292451 48512 1.1
ota-provider-app debug (read only) 4321377 4375241 53864 1.2
(read/write) 194616 196504 1888 1.0
.bss 113760 114464 704 0.6
.data 4368 4368 0 0.0
.data.rel.ro 70544 71712 1168 1.7
.dynamic 624 624 0 0.0
.got 4536 4552 16 0.4
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209130 211370 2240 1.1
.text 3917475 3966179 48704 1.2
ota-requestor-app debug (read only) 4452097 4505929 53832 1.2
(read/write) 198984 200872 1888 0.9
.bss 114656 115360 704 0.6
.data 4768 4768 0 0.0
.data.rel.ro 73648 74816 1168 1.6
.dynamic 624 624 0 0.0
.got 4472 4488 16 0.4
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215242 217450 2208 1.0
.text 4037539 4086243 48704 1.2
shell debug (read only) 2943049 2997265 54216 1.8
(read/write) 157424 159376 1952 1.2
.bss 62800 63504 704 1.1
.data 1424 1424 0 0.0
.data.rel.ro 87400 88608 1208 1.4
.dynamic 592 592 0 0.0
.got 4056 4112 56 1.4
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 187616 189824 2208 1.2
.text 2580034 2628578 48544 1.9
thermostat-no-ble arm64 (read only) 4445804 4493868 48064 1.1
(read/write) 246280 248072 1792 0.7
.bss 122264 122968 704 0.6
.data 3408 3408 0 0.0
.data.rel.ro 104520 105912 1392 1.3
.dynamic 512 512 0 0.0
.got 8720 8960 240 2.8
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160436 161876 1440 0.9
.text 3948248 3990792 42544 1.1
tv-app debug (read only) 5790593 5823537 32944 0.6
(read/write) 353816 355224 1408 0.4
.bss 244528 245136 608 0.2
.data 6560 6560 0 0.0
.data.rel.ro 95432 96248 816 0.9
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295178 296746 1568 0.5
.text 5251347 5280659 29312 0.6
tv-casting-app debug (read only) 9929121 9984073 54952 0.6
(read/write) 343616 345632 2016 0.6
.bss 158744 159448 704 0.4
.data 3008 3008 0 0.0
.data.rel.ro 174960 176208 1248 0.7
.dynamic 624 624 0 0.0
.got 5040 5096 56 1.1
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384632 386840 2208 0.6
.text 9077299 9126387 49088 0.5
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536504 2536808 304 0.0
.bss 220744 220768 24 0.0
.data 5216 5216 0 0.0
.text 1499188 1499492 304 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060040 1060328 288 0.0
bss 139123 139123 0 0.0
rodata 101560 101544 -16 -0.0
text 772132 772440 308 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237280 1237560 280 0.0
bss 137395 137419 24 0.0
rodata 151392 151376 -16 -0.0
text 798456 798740 284 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1007872 1008160 288 0.0
bss 138029 138029 0 0.0
rodata 88824 88808 -16 -0.0
text 733736 734040 304 0.0
nxp contact k32w0+release (read only) 576252 576572 320 0.1
(read/write) 83140 83164 24 0.0
.bss 67856 67880 24 0.0
.data 2188 2188 0 0.0
.text 575716 576036 320 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703684 704060 376 0.1
.bss 71200 71224 24 0.0
.data 2864 2864 0 0.0
.text 590240 590592 352 0.1
light k32w0+release (read only) 610280 610632 352 0.1
(read/write) 82600 82624 24 0.0
.bss 67296 67320 24 0.0
.data 2208 2208 0 0.0
.text 609744 610096 352 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795552 795904 352 0.0
.bss 80736 80760 24 0.0
.data 2064 2064 0 0.0
.text 673384 673712 328 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832056 826288 -5768 -0.7
(read/write) 1807740 1826884 19144 1.1
.bss 198540 204308 5768 2.9
.data 2744 2744 0 0.0
.text 1598068 1611444 13376 0.8
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835152 829384 -5768 -0.7
(read/write) 1729076 1748220 19144 1.1
.bss 195468 201236 5768 3.0
.data 2720 2720 0 0.0
.text 1522500 1535876 13376 0.9
light cy8ckit_062s2_43012 (read only) 841872 836104 -5768 -0.7
(read/write) 1647548 1666700 19152 1.2
.bss 188932 194700 5768 3.1
.data 2536 2536 0 0.0
.text 1447692 1461076 13384 0.9
lock cy8ckit_062s2_43012 (read only) 814808 809040 -5768 -0.7
(read/write) 1676228 1695348 19120 1.1
.bss 216012 221780 5768 2.7
.data 2520 2520 0 0.0
.text 1449308 1462660 13352 0.9
qpg lighting-app qpg6105+debug (read/write) 1133900 1134220 320 0.0
.bss 102620 102644 24 0.0
.data 856 856 0 0.0
.text 646280 646600 320 0.0
lock-app qpg6105+debug (read/write) 1093740 1094076 336 0.0
.bss 97292 97316 24 0.0
.data 860 860 0 0.0
.text 606124 606460 336 0.1
stm32 light STM32WB5MM-DK (read/write) 605513 605881 368 0.1
.bss 128468 128492 24 0.0
.data 688 688 0 0.0
.rodata 80532 80516 -16 -0.0
.text 386080 386440 360 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833778 834098 320 0.0
bss 49852 49876 24 0.0
text 624452 624766 314 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096104 1096440 336 0.0
bss 101520 101544 24 0.0
text 797114 797444 330 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058620 1058956 336 0.0
bss 110016 110040 24 0.0
text 772476 772804 328 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914268 914604 336 0.0
bss 92772 92796 24 0.0
text 656084 656406 322 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836130 836458 328 0.0
bss 49896 49920 24 0.0
text 626872 627186 314 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936896 937224 328 0.0
bss 77508 77532 24 0.0
text 703478 703800 322 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090660 1090988 328 0.0
bss 99864 99888 24 0.0
text 794066 794392 326 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911248 911568 320 0.0
bss 69176 69200 24 0.0
text 660272 660584 312 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933064 933400 336 0.0
bss 92476 92500 24 0.0
text 675066 675392 326 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833688 834016 328 0.0
bss 58140 58164 24 0.0
text 623874 624192 318 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799808 800136 328 0.0
bss 56068 56092 24 0.0
text 598776 599094 318 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676092 676100 8 0.0
bss 73452 73412 -40 -0.1
text 461766 461782 16 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843982 844318 336 0.0
bss 51524 51548 24 0.0
text 633528 633854 326 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858649 858977 328 0.0
bss 59692 59716 24 0.0
text 642318 642634 316 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825364 825692 328 0.0
bss 56400 56424 24 0.0
text 618338 618656 318 0.1
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838392 838712 320 0.0
bss 58356 58380 24 0.0
text 626148 626460 312 0.0

@pidarped pidarped merged commit a8cfbac into project-chip:master May 1, 2024
65 checks passed
@pidarped pidarped deleted the matterTCP-ConnectAPI branch November 12, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
6 participants