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

Add tracing macros to addressresolve #27180

Merged
merged 25 commits into from
Jun 13, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Jun 9, 2023

  • Implements tracing data structures based on addressresolve (show lookup requests, responses received and failures)
  • Add tracing macro calls into the address resolve default implementation
  • Centralize the "enable tracing from command line args" and use that in chiptool, minmdns examples (even though these will likely not trace much) and address resolve tool example
  • Add json-backend tracing for dnssd data.
  • Some bug fixes:
    • fixed proper arg initialization in tracing macros ({} instead of () for now)
    • make address resolve tool properly shut down resolvers, so we do not segfault on ctrl+c

examples/minimal-mdns/client.cpp Outdated Show resolved Hide resolved
src/lib/address_resolve/AddressResolve_DefaultImpl.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

PR #27180: Size comparison from d676bae to 63e4af6

Increases (5 builds for bl602, bl702, cc32xx, qpg)
platform target config section d676bae 63e4af6 change % change
bl602 lighting-app bl602+rpc (read/write) 1414910 1414918 8 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 .debug_info 45052709 45052716 7 0.0
.debug_line 5608344 5608493 149 0.0
bl702+rpc .debug_info 50004110 50004116 6 0.0
.debug_line 6024708 6024857 149 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111434 11 0.0
.debug_line 2880814 2880926 112 0.0
qpg lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.text 587204 587212 8 0.0
Decreases (3 builds for bl702, nrfconnect)
platform target config section d676bae 63e4af6 change % change
bl702 lighting-app bl702 .text 978352 978350 -2 -0.0
bl702+rpc .text 1052012 1052008 -4 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp (read/write) 1312804 1312788 -16 -0.0
text 751200 751196 -4 -0.0
Full report (11 builds for bl602, bl702, cc32xx, mbed, nrfconnect, qpg)
platform target config section d676bae 63e4af6 change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047896 1047896 0 0.0
bl602+rpc (read/write) 1414910 1414918 8 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199903 1199903 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052709 45052716 7 0.0
.debug_line 5608344 5608493 149 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978352 978350 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004110 50004116 6 0.0
.debug_line 6024708 6024857 149 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052012 1052008 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111434 11 0.0
.debug_line 2880814 2880926 112 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312788 -16 -0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751196 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587204 587212 8 0.0

@github-actions github-actions bot added the app label Jun 9, 2023
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

PR #27180: Size comparison from d676bae to e4d6caa

Increases (5 builds for bl602, bl702, cc32xx, qpg)
platform target config section d676bae e4d6caa change % change
bl602 lighting-app bl602+rpc (read/write) 1414910 1414918 8 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 (read/write) 1199903 1199919 16 0.0
.debug_info 45052709 45052718 9 0.0
.debug_line 5608344 5608491 147 0.0
.text 978352 978354 2 0.0
bl702+rpc .debug_info 50004110 50004118 8 0.0
.debug_line 6024708 6024855 147 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
qpg lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.text 587204 587212 8 0.0
Decreases (1 build for qpg)
platform target config section d676bae e4d6caa change % change
qpg lighting-app qpg6105+debug (read/write) 1171016 1171008 -8 -0.0
.text 617856 617848 -8 -0.0
Full report (11 builds for bl602, bl702, cc32xx, mbed, nrfconnect, qpg)
platform target config section d676bae e4d6caa change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047896 1047896 0 0.0
bl602+rpc (read/write) 1414910 1414918 8 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1199903 1199919 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052709 45052718 9 0.0
.debug_line 5608344 5608491 147 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 978352 978354 2 0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004110 50004118 8 0.0
.debug_line 6024708 6024855 147 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1052012 1052012 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171008 -8 -0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617848 -8 -0.0
lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587204 587212 8 0.0

…command line tracing support because it includes CHIPCommand.h
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

PR #27180: Size comparison from d676bae to c3f7b07

Increases above 0.2%:

platform target config section d676bae c3f7b07 change % change
linux chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
Increases (15 builds for bl602, bl702, cc32xx, esp32, linux, psoc6, qpg, telink)
platform target config section d676bae c3f7b07 change % change
bl602 lighting-app bl602+rpc (read/write) 1414910 1414918 8 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 (read/write) 1199903 1199919 16 0.0
.debug_info 45052709 45052718 9 0.0
.debug_line 5608344 5608491 147 0.0
.text 978352 978354 2 0.0
bl702+rpc .debug_info 50004110 50004118 8 0.0
.debug_line 6024708 6024855 147 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
esp32 all-clusters-app m5stack (read/write) 494246 494250 4 0.0
.flash.rodata 244024 244028 4 0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
.text 2221636 2222404 768 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733868 31733876 8 0.0
.debug_line 4040307 4040438 131 0.0
light cy8ckit_062s2_43012 .debug_info 26522658 26522667 9 0.0
.debug_line 3611221 3611340 119 0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
qpg lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.text 587204 587212 8 0.0
telink pump-app tlsr9518adk80d text 590742 590744 2 0.0
temperature-measurement-app tlsr9518adk80d text 576756 576758 2 0.0
window-covering tlsr9518adk80d text 610926 610928 2 0.0
Decreases (4 builds for telink)
platform target config section d676bae c3f7b07 change % change
telink all-clusters-app tlsr9518adk80d text 707596 707594 -2 -0.0
lighting-app-shell tlsr9518adk80d text 743748 743746 -2 -0.0
pump-controller-app tlsr9518adk80d text 581128 581126 -2 -0.0
thermostat tlsr9518adk80d text 616006 616004 -2 -0.0
Full report (46 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d676bae c3f7b07 change % change
bl602 lighting-app bl602 (read/write) 1367922 1367922 0 0.0
.bss 87902 87902 0 0.0
.data 9648 9648 0 0.0
.text 1047896 1047896 0 0.0
bl602+rpc (read/write) 1414910 1414918 8 0.0
.bss 95950 95950 0 0.0
.data 10040 10040 0 0.0
.text 1079520 1079522 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199903 1199919 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 67601 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1552411 1552411 0 0.0
.debug_aranges 149552 149552 0 0.0
.debug_frame 550552 550552 0 0.0
.debug_info 45052709 45052718 9 0.0
.debug_line 5608344 5608491 147 0.0
.debug_loc 3834332 3834332 0 0.0
.debug_ranges 398272 398272 0 0.0
.debug_str 4346356 4346356 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 107264 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 582173 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978352 978354 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1289427 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 75649 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1711633 1711633 0 0.0
.debug_aranges 157856 157856 0 0.0
.debug_frame 578632 578632 0 0.0
.debug_info 50004110 50004118 8 0.0
.debug_line 6024708 6024855 147 0.0
.debug_loc 4037499 4037499 0 0.0
.debug_ranges 423768 423768 0 0.0
.debug_str 4772410 4772410 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 121792 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 643676 0 0.0
.symtab 194032 194032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052012 1052012 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542251 0 0.0
.app_xip_area 434869 434869 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074718 0 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074718 1074718 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494250 4 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 584796 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584260 0 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556092 556092 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555556 555556 0 0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2222404 768 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733868 31733876 8 0.0
.debug_line 4040307 4040438 131 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522658 26522667 9 0.0
.debug_line 3611221 3611340 119 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587204 587212 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033916 1033916 0 0.0
bss 97660 97660 0 0.0
text 707596 707594 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664850 664850 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928792 928792 0 0.0
bss 100308 100308 0 0.0
text 641890 641890 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585022 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599648 599648 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678712 678712 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976412 976412 0 0.0
bss 102748 102748 0 0.0
text 686230 686230 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034132 1034132 0 0.0
bss 100064 100064 0 0.0
text 723394 723394 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065880 1065880 0 0.0
bss 111140 111140 0 0.0
text 743748 743746 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613648 613648 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606864 606864 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590742 590744 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581128 581126 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576756 576758 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616006 616004 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890352 0 0.0
bss 90636 90636 0 0.0
text 610926 610928 2 0.0

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

PR #27180: Size comparison from d676bae to ef36649

Increases above 0.2%:

platform target config section d676bae ef36649 change % change
bl602 lighting-app bl602 .bss 87902 88182 280 0.3
bl602+rpc .bss 95950 96230 280 0.3
bl702 lighting-app bl702 .bss 67601 77777 10176 15.1
.debug_info 45052709 45173900 121191 0.3
bl702+rpc .bss 75649 85825 10176 13.5
linux chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
.data.rel.ro 159200 159552 352 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
Increases (25 builds for bl602, bl702, cc32xx, esp32, linux, psoc6, qpg)
platform target config section d676bae ef36649 change % change
bl602 lighting-app bl602 (read/write) 1367922 1368154 232 0.0
.bss 87902 88182 280 0.3
.text 1047896 1048452 556 0.1
bl602+rpc (read/write) 1414910 1415258 348 0.0
.bss 95950 96230 280 0.3
.text 1079520 1080182 662 0.1
bl702 lighting-app bl702 .bss 67601 77777 10176 15.1
.debug_abbrev 1552411 1553252 841 0.1
.debug_aranges 149552 149608 56 0.0
.debug_frame 550552 550600 48 0.0
.debug_info 45052709 45173900 121191 0.3
bl702+rpc .bss 75649 85825 10176 13.5
.debug_abbrev 1711633 1712443 810 0.0
.debug_aranges 157856 157912 56 0.0
.debug_frame 578632 578680 48 0.0
.debug_info 50004110 50125929 121819 0.2
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074720 2 0.0
.flash.text 1074718 1074720 2 0.0
m5stack (read/write) 494246 494250 4 0.0
.flash.rodata 244024 244028 4 0.0
linux all-clusters-app debug (read only) 3267133 3268173 1040 0.0
.text 2844693 2845733 1040 0.0
all-clusters-minimal-app debug (read only) 3044957 3045997 1040 0.0
.text 2635029 2636069 1040 0.0
bridge-app debug (read only) 2524021 2525061 1040 0.0
.text 2178565 2179605 1040 0.0
chip-tool debug (read only) 15841393 15844817 3424 0.0
(read/write) 734208 734216 8 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441236 3056 0.0
chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
lighting-app debug+rpc+ui (read only) 3388649 3389689 1040 0.0
.text 2905106 2906146 1040 0.0
lock-app debug (read only) 2616653 2617693 1040 0.0
.text 2251941 2252981 1040 0.0
ota-provider-app debug (read only) 2213397 2214437 1040 0.0
.text 1917621 1918661 1040 0.1
ota-requestor-app debug (read only) 2382285 2383325 1040 0.0
.text 2073541 2074581 1040 0.1
shell debug (read only) 2800473 2801513 1040 0.0
.text 2433922 2434962 1040 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
.text 2221636 2222404 768 0.0
tv-app debug (read only) 3319481 3320521 1040 0.0
.text 2900706 2901746 1040 0.0
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data.rel.ro 159200 159552 352 0.2
.got 4920 4928 8 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733868 31733877 9 0.0
.debug_line 4040307 4040438 131 0.0
light cy8ckit_062s2_43012 .debug_info 26522658 26522667 9 0.0
.debug_line 3611221 3611340 119 0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
qpg lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.text 587204 587212 8 0.0
Decreases (5 builds for bl602, bl702, linux)
platform target config section d676bae ef36649 change % change
bl602 lighting-app bl602 .data 9648 9584 -64 -0.7
bl602+rpc .data 10040 9984 -56 -0.6
bl702 lighting-app bl702 (read/write) 1199903 1172179 -27724 -2.3
.data 3952 3576 -376 -9.5
.debug_line 5608344 5586863 -21481 -0.4
.debug_loc 3834332 3790744 -43588 -1.1
.debug_ranges 398272 394064 -4208 -1.1
.debug_str 4346356 4344280 -2076 -0.0
.rodata 107264 104896 -2368 -2.2
.strtab 582173 580739 -1434 -0.2
.symtab 175472 173712 -1760 -1.0
.text 978352 943580 -34772 -3.6
bl702+rpc (read/write) 1289427 1269959 -19468 -1.5
.data 4504 4136 -368 -8.2
.debug_line 6024708 6003309 -21399 -0.4
.debug_loc 4037499 3993882 -43617 -1.1
.debug_ranges 423768 419560 -4208 -1.0
.debug_str 4772410 4770334 -2076 -0.0
.rodata 121792 119432 -2360 -1.9
.strtab 643676 642242 -1434 -0.2
.symtab 194032 192272 -1760 -0.9
.text 1052012 1017238 -34774 -3.3
linux chip-tool debug .data.rel.ro 697968 697960 -8 -0.0
Full report (41 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section d676bae ef36649 change % change
bl602 lighting-app bl602 (read/write) 1367922 1368154 232 0.0
.bss 87902 88182 280 0.3
.data 9648 9584 -64 -0.7
.text 1047896 1048452 556 0.1
bl602+rpc (read/write) 1414910 1415258 348 0.0
.bss 95950 96230 280 0.3
.data 10040 9984 -56 -0.6
.text 1079520 1080182 662 0.1
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1199903 1172179 -27724 -2.3
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67601 77777 10176 15.1
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3576 -376 -9.5
.debug_abbrev 1552411 1553252 841 0.1
.debug_aranges 149552 149608 56 0.0
.debug_frame 550552 550600 48 0.0
.debug_info 45052709 45173900 121191 0.3
.debug_line 5608344 5586863 -21481 -0.4
.debug_loc 3834332 3790744 -43588 -1.1
.debug_ranges 398272 394064 -4208 -1.1
.debug_str 4346356 4344280 -2076 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107264 104896 -2368 -2.2
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582173 580739 -1434 -0.2
.symtab 175472 173712 -1760 -1.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
978352 943580 -34772 -3.6
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1289427 1269959 -19468 -1.5
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75649 85825 10176 13.5
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4136 -368 -8.2
.debug_abbrev 1711633 1712443 810 0.0
.debug_aranges 157856 157912 56 0.0
.debug_frame 578632 578680 48 0.0
.debug_info 50004110 50125929 121819 0.2
.debug_line 6024708 6003309 -21399 -0.4
.debug_loc 4037499 3993882 -43617 -1.1
.debug_ranges 423768 419560 -4208 -1.0
.debug_str 4772410 4770334 -2076 -0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121792 119432 -2360 -1.9
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643676 642242 -1434 -0.2
.symtab 194032 192272 -1760 -0.9
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1052012 1017238 -34774 -3.3
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542251 542251 0 0.0
.app_xip_area 434869 434869 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074718 1074720 2 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074718 1074720 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494250 4 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 584796 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584260 0 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556092 556092 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555556 555556 0 0.0
linux all-clusters-app debug (read only) 3267133 3268173 1040 0.0
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231496 231496 0 0.0
.text 2844693 2845733 1040 0.0
all-clusters-minimal-app debug (read only) 3044957 3045997 1040 0.0
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224008 224008 0 0.0
.text 2635029 2636069 1040 0.0
bridge-app debug (read only) 2524021 2525061 1040 0.0
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172680 172680 0 0.0
.text 2178565 2179605 1040 0.0
chip-tool debug (read only) 15841393 15844817 3424 0.0
(read/write) 734208 734216 8 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697960 -8 -0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441236 3056 0.0
chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
lighting-app debug+rpc+ui (read only) 3388649 3389689 1040 0.0
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286132 286132 0 0.0
.text 2905106 2906146 1040 0.0
lock-app debug (read only) 2616653 2617693 1040 0.0
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200104 200104 0 0.0
.text 2251941 2252981 1040 0.0
ota-provider-app debug (read only) 2213397 2214437 1040 0.0
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153800 153800 0 0.0
.text 1917621 1918661 1040 0.1
ota-requestor-app debug (read only) 2382285 2383325 1040 0.0
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157896 157896 0 0.0
.text 2073541 2074581 1040 0.1
shell debug (read only) 2800473 2801513 1040 0.0
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199634 199634 0 0.0
.text 2433922 2434962 1040 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2222404 768 0.0
tv-app debug (read only) 3319481 3320521 1040 0.0
(read/write) 261640 261640 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222136 222136 0 0.0
.text 2900706 2901746 1040 0.0
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data 1744 1744 0 0.0
.data.rel.ro 159200 159552 352 0.2
.dynamic 608 608 0 0.0
.got 4920 4928 8 0.2
.init 27 27 0 0.0
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733868 31733877 9 0.0
.debug_line 4040307 4040438 131 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522658 26522667 9 0.0
.debug_line 3611221 3611340 119 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140360 1140368 8 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587204 587212 8 0.0

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

PR #27180: Size comparison from 452d3b4 to ae1663f

Increases above 0.2%:

platform target config section 452d3b4 ae1663f change % change
linux chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
Increases (12 builds for bl702, cc32xx, esp32, linux, psoc6, telink)
platform target config section 452d3b4 ae1663f change % change
bl702 lighting-app bl702 .debug_info 45173892 45173899 7 0.0
.debug_line 5586716 5586863 147 0.0
bl702+rpc .debug_info 50125922 50125929 7 0.0
.debug_line 6003162 6003309 147 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074720 4 0.0
.flash.text 1074716 1074720 4 0.0
m5stack (read/write) 494246 494250 4 0.0
.flash.rodata 244024 244028 4 0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
.text 2221636 2222404 768 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271783 32271791 8 0.0
.debug_line 4034705 4034828 123 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733867 31733875 8 0.0
.debug_line 4040307 4040438 131 0.0
light cy8ckit_062s2_43012 .debug_info 26522659 26522667 8 0.0
.debug_line 3611221 3611340 119 0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
telink lighting-app-factory-data tlsr9518adk80d (read/write) 976404 976412 8 0.0
text 686228 686230 2 0.0
Decreases (7 builds for bl702, nrfconnect, telink)
platform target config section 452d3b4 ae1663f change % change
bl702 lighting-app bl702 .text 943580 943578 -2 -0.0
bl702+rpc .text 1017240 1017238 -2 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 804764 804760 -4 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 664852 664850 -2 -0.0
bridge-app tlsr9518adk80d text 641888 641886 -2 -0.0
pump-app tlsr9518adk80d text 590744 590742 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 576758 576754 -4 -0.0
Full report (46 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 452d3b4 ae1663f change % change
bl602 lighting-app bl602 (read/write) 1368146 1368146 0 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048448 1048448 0 0.0
bl602+rpc (read/write) 1415258 1415258 0 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080184 1080184 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172179 1172179 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3576 3576 0 0.0
.debug_abbrev 1553252 1553252 0 0.0
.debug_aranges 149608 149608 0 0.0
.debug_frame 550600 550600 0 0.0
.debug_info 45173892 45173899 7 0.0
.debug_line 5586716 5586863 147 0.0
.debug_loc 3790744 3790744 0 0.0
.debug_ranges 394064 394064 0 0.0
.debug_str 4344280 4344280 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 104896 104896 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 580739 580739 0 0.0
.symtab 173712 173712 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
943580 943578 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1269959 1269959 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1712443 1712443 0 0.0
.debug_aranges 157912 157912 0 0.0
.debug_frame 578680 578680 0 0.0
.debug_info 50125922 50125929 7 0.0
.debug_line 6003162 6003309 147 0.0
.debug_loc 3993882 3993882 0 0.0
.debug_ranges 419560 419560 0 0.0
.debug_str 4770334 4770334 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119432 119432 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 642242 642242 0 0.0
.symtab 192272 192272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017240 1017238 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542259 542259 0 0.0
.app_xip_area 434877 434877 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019784 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074720 4 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074716 1074720 4 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494250 4 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244028 4 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 584796 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584260 0 0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556076 556076 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555540 555540 0 0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15216424 2384 0.0
(read/write) 787368 787384 16 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 240 8 3.4
.rodata 635992 636136 144 0.0
.text 12715364 12717588 2224 0.0
thermostat-no-ble arm64 (read only) 2616820 2617588 768 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129712 0 0.0
.text 2221636 2222404 768 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804760 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271783 32271791 8 0.0
.debug_line 4034705 4034828 123 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733867 31733875 8 0.0
.debug_line 4040307 4040438 131 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522659 26522667 8 0.0
.debug_line 3611221 3611340 119 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074804 10 0.0
.debug_line 3550580 3550695 115 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140368 1140368 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587212 587212 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033916 1033916 0 0.0
bss 97660 97660 0 0.0
text 707594 707594 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664852 664850 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928784 928784 0 0.0
bss 100308 100308 0 0.0
text 641888 641886 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585022 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599646 599646 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678712 678712 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976404 976412 8 0.0
bss 102748 102748 0 0.0
text 686228 686230 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034132 1034132 0 0.0
bss 100064 100064 0 0.0
text 723394 723394 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065888 1065888 0 0.0
bss 111140 111140 0 0.0
text 743750 743750 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613648 613648 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606864 606864 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590744 590742 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581126 581126 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576758 576754 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616006 616006 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890352 0 0.0
bss 90636 90636 0 0.0
text 610928 610928 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

PR #27180: Size comparison from 452d3b4 to 444d37b

Increases above 0.2%:

platform target config section 452d3b4 444d37b change % change
linux chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
Increases (20 builds for bl602, bl702, cc32xx, efr32, esp32, k32w, linux, psoc6, telink)
platform target config section 452d3b4 444d37b change % change
bl602 lighting-app bl602 (read/write) 1368146 1368154 8 0.0
.text 1048448 1048452 4 0.0
bl602+rpc (read/write) 1415258 1415582 324 0.0
.text 1080184 1080336 152 0.0
bl702 lighting-app bl702 .debug_info 45173892 45173900 8 0.0
.debug_line 5586716 5586863 147 0.0
bl702+rpc (read/write) 1269959 1270279 320 0.0
.debug_abbrev 1712443 1712459 16 0.0
.debug_info 50125922 50126463 541 0.0
.debug_line 6003162 6003656 494 0.0
.debug_loc 3993882 3993977 95 0.0
.debug_ranges 419560 419600 40 0.0
.debug_str 4770334 4770553 219 0.0
.rodata 119432 119604 172 0.1
.text 1017240 1017388 148 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111434 11 0.0
.debug_line 2880814 2880922 108 0.0
efr32 lighting-app BRD4187C (read/write) 1019784 1019792 8 0.0
.text 857380 857388 8 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074718 2 0.0
.flash.text 1074716 1074718 2 0.0
k32w lock k32w0+release (read only) 556076 556092 16 0.0
.text 555540 555556 16 0.0
linux chip-tool-ipv6only arm64 (read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271783 32271790 7 0.0
.debug_line 4034705 4034828 123 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733867 31733875 8 0.0
.debug_line 4040307 4040438 131 0.0
light cy8ckit_062s2_43012 .debug_info 26522659 26522666 7 0.0
.debug_line 3611221 3611340 119 0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074805 11 0.0
.debug_line 3550580 3550695 115 0.0
telink all-clusters-app tlsr9518adk80d text 707594 707596 2 0.0
bridge-app tlsr9518adk80d (read/write) 928784 928792 8 0.0
text 641888 641890 2 0.0
light-switch-app tlsr9518adk80d text 599646 599650 4 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 976404 976412 8 0.0
text 686228 686230 2 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1034132 1034532 400 0.0
text 723394 723604 210 0.0
lock-app tlsr9518adk80d text 613648 613650 2 0.0
ota-requestor-app tlsr9518adk80d text 606864 606866 2 0.0
Decreases (12 builds for bl702, k32w, linux, nrfconnect, telink)
platform target config section 452d3b4 444d37b change % change
bl702 lighting-app bl702+rpc .debug_frame 578680 578676 -4 -0.0
k32w contact k32w0+release (read only) 584796 584780 -16 -0.0
.text 584260 584244 -16 -0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15201624 -12416 -0.1
.rodata 635992 635968 -24 -0.0
.text 12715364 12702964 -12400 -0.1
thermostat-no-ble arm64 (read only) 2616820 2610180 -6640 -0.3
.rodata 129712 129544 -168 -0.1
.text 2221636 2215172 -6464 -0.3
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp (read/write) 1312804 1312788 -16 -0.0
text 751200 751196 -4 -0.0
telink contact-sensor-app tlsr9518adk80d text 585022 585020 -2 -0.0
lighting-app tlsr9518adk80d text 678712 678708 -4 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1065888 1065880 -8 -0.0
text 743750 743746 -4 -0.0
pump-controller-app tlsr9518adk80d text 581126 581124 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 576758 576756 -2 -0.0
thermostat tlsr9518adk80d text 616006 616002 -4 -0.0
window-covering tlsr9518adk80d (read/write) 890352 890344 -8 -0.0
text 610928 610924 -4 -0.0
Full report (46 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 452d3b4 444d37b change % change
bl602 lighting-app bl602 (read/write) 1368146 1368154 8 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048448 1048452 4 0.0
bl602+rpc (read/write) 1415258 1415582 324 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080184 1080336 152 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172179 1172179 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3576 3576 0 0.0
.debug_abbrev 1553252 1553252 0 0.0
.debug_aranges 149608 149608 0 0.0
.debug_frame 550600 550600 0 0.0
.debug_info 45173892 45173900 8 0.0
.debug_line 5586716 5586863 147 0.0
.debug_loc 3790744 3790744 0 0.0
.debug_ranges 394064 394064 0 0.0
.debug_str 4344280 4344280 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 104896 104896 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 580739 580739 0 0.0
.symtab 173712 173712 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
943580 943580 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1269959 1270279 320 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1712443 1712459 16 0.0
.debug_aranges 157912 157912 0 0.0
.debug_frame 578680 578676 -4 -0.0
.debug_info 50125922 50126463 541 0.0
.debug_line 6003162 6003656 494 0.0
.debug_loc 3993882 3993977 95 0.0
.debug_ranges 419560 419600 40 0.0
.debug_str 4770334 4770553 219 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119432 119604 172 0.1
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 642242 642242 0 0.0
.symtab 192272 192272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017240 1017388 148 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111434 11 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542259 542259 0 0.0
.app_xip_area 434877 434877 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529267 529267 0 0.0
.app_xip_area 416757 416757 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 460213 460213 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531051 531051 0 0.0
.app_xip_area 422037 422037 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019792 8 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857388 8 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074718 2 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074716 1074718 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494246 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244024 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 584780 -16 -0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584244 -16 -0.0
light k32w0+release (read only) 583484 583484 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 582948 0 0.0
lock k32w0+release (read only) 556076 556092 16 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555540 555556 16 0.0
linux chip-tool-ipv6only arm64 (read only) 15214040 15201624 -12416 -0.1
(read/write) 787368 787384 16 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 240 8 3.4
.rodata 635992 635968 -24 -0.0
.text 12715364 12702964 -12400 -0.1
thermostat-no-ble arm64 (read only) 2616820 2610180 -6640 -0.3
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129712 129544 -168 -0.1
.text 2221636 2215172 -6464 -0.3
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312788 -16 -0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751196 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271783 32271790 7 0.0
.debug_line 4034705 4034828 123 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733867 31733875 8 0.0
.debug_line 4040307 4040438 131 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522659 26522666 7 0.0
.debug_line 3611221 3611340 119 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074805 11 0.0
.debug_line 3550580 3550695 115 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171016 1171016 0 0.0
.bss 99952 99952 0 0.0
.data 788 788 0 0.0
.text 617856 617856 0 0.0
lock-app qpg6105+debug (read/write) 1140368 1140368 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587212 587212 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033916 1033916 0 0.0
bss 97660 97660 0 0.0
text 707594 707596 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664852 664852 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928784 928792 8 0.0
bss 100308 100308 0 0.0
text 641888 641890 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585020 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599646 599650 4 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678712 678708 -4 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976404 976412 8 0.0
bss 102748 102748 0 0.0
text 686228 686230 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034132 1034532 400 0.0
bss 100064 100064 0 0.0
text 723394 723604 210 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065888 1065880 -8 -0.0
bss 111140 111140 0 0.0
text 743750 743746 -4 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613648 613650 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606864 606866 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590744 590744 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581126 581124 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576758 576756 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616006 616002 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890344 -8 -0.0
bss 90636 90636 0 0.0
text 610928 610924 -4 -0.0

@github-actions
Copy link

PR #27180: Size comparison from 452d3b4 to f37b833

Increases (1 build for cc32xx)
platform target config section 452d3b4 f37b833 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
Full report (2 builds for cc32xx, mbed)
platform target config section 452d3b4 f37b833 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111432 9 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

PR #27180: Size comparison from 452d3b4 to 65a6dd1

Increases above 0.2%:

platform target config section 452d3b4 65a6dd1 change % change
bl702 lighting-app bl702+rpc .debug_info 50125922 50331968 206046 0.4
Increases (10 builds for bl602, bl702, cc32xx, efr32, esp32, k32w)
platform target config section 452d3b4 65a6dd1 change % change
bl602 lighting-app bl602 (read/write) 1368146 1368154 8 0.0
.text 1048448 1048450 2 0.0
bl602+rpc (read/write) 1415258 1415582 324 0.0
.text 1080184 1080336 152 0.0
bl702 lighting-app bl702 (read/write) 1172179 1172707 528 0.0
.debug_aranges 149608 149728 120 0.1
.debug_frame 550600 551056 456 0.1
.debug_line 5586716 5588055 1339 0.0
.debug_loc 3790744 3793411 2667 0.1
.debug_ranges 394064 394248 184 0.0
.debug_str 4344280 4345765 1485 0.0
.rodata 104896 104972 76 0.1
.strtab 580739 581062 323 0.1
.symtab 173712 173792 80 0.0
.text 943580 944040 460 0.0
bl702+rpc (read/write) 1269959 1270663 704 0.1
.bss_psram 25056 25072 16 0.1
.debug_abbrev 1712443 1715037 2594 0.2
.debug_aranges 157912 158208 296 0.2
.debug_frame 578680 579688 1008 0.2
.debug_info 50125922 50331968 206046 0.4
.debug_line 6003162 6013791 10629 0.2
.debug_loc 3993882 3998602 4720 0.1
.debug_ranges 419560 419928 368 0.1
.debug_str 4770334 4774439 4105 0.1
.rodata 119432 119568 136 0.1
.strtab 642242 643662 1420 0.2
.symtab 192272 192592 320 0.2
.text 1017240 1017790 550 0.1
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
efr32 lighting-app BRD4187C (read/write) 1019784 1019792 8 0.0
.text 857380 857388 8 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074720 4 0.0
.flash.text 1074716 1074720 4 0.0
k32w contact k32w0+release (read only) 584796 585132 336 0.1
.text 584260 584596 336 0.1
light k32w0+release (read only) 583484 583820 336 0.1
.text 582948 583284 336 0.1
lock k32w0+release (read only) 556076 556428 352 0.1
.text 555540 555892 352 0.1
Decreases (2 builds for bl702, nrfconnect)
platform target config section 452d3b4 65a6dd1 change % change
bl702 lighting-app bl702 .data 3576 3568 -8 -0.2
.debug_abbrev 1553252 1549970 -3282 -0.2
.debug_info 45173892 45151219 -22673 -0.1
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 804764 804760 -4 -0.0
Full report (17 builds for bl602, bl702, cc32xx, efr32, esp32, k32w, nrfconnect)
platform target config section 452d3b4 65a6dd1 change % change
bl602 lighting-app bl602 (read/write) 1368146 1368154 8 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048448 1048450 2 0.0
bl602+rpc (read/write) 1415258 1415582 324 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080184 1080336 152 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172179 1172707 528 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3576 3568 -8 -0.2
.debug_abbrev 1553252 1549970 -3282 -0.2
.debug_aranges 149608 149728 120 0.1
.debug_frame 550600 551056 456 0.1
.debug_info 45173892 45151219 -22673 -0.1
.debug_line 5586716 5588055 1339 0.0
.debug_loc 3790744 3793411 2667 0.1
.debug_ranges 394064 394248 184 0.0
.debug_str 4344280 4345765 1485 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 104896 104972 76 0.1
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 580739 581062 323 0.1
.symtab 173712 173792 80 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
943580 944040 460 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1269959 1270663 704 0.1
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25056 25072 16 0.1
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1712443 1715037 2594 0.2
.debug_aranges 157912 158208 296 0.2
.debug_frame 578680 579688 1008 0.2
.debug_info 50125922 50331968 206046 0.4
.debug_line 6003162 6013791 10629 0.2
.debug_loc 3993882 3998602 4720 0.1
.debug_ranges 419560 419928 368 0.1
.debug_str 4770334 4774439 4105 0.1
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119432 119568 136 0.1
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 642242 643662 1420 0.2
.symtab 192272 192592 320 0.2
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017240 1017790 550 0.1
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019784 1019792 8 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857380 857388 8 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074716 1074720 4 0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074716 1074720 4 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494246 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244024 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 584796 585132 336 0.1
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584260 584596 336 0.1
light k32w0+release (read only) 583484 583820 336 0.1
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 582948 583284 336 0.1
lock k32w0+release (read only) 556076 556428 352 0.1
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555540 555892 352 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312804 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751200 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804760 -4 -0.0

@github-actions
Copy link

github-actions bot commented Jun 13, 2023

PR #27180: Size comparison from 7aa29f4 to 4a8e31d

Increases above 0.2%:

platform target config section 7aa29f4 4a8e31d change % change
linux chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 .init_array 232 240 8 3.4
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
.data.rel.ro 159200 159552 352 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
Increases (27 builds for bl702, cc32xx, linux, psoc6, telink)
platform target config section 7aa29f4 4a8e31d change % change
bl702 lighting-app bl702 .debug_info 45151212 45151219 7 0.0
.debug_line 5587908 5588055 147 0.0
bl702+rpc (read/write) 1270663 1270667 4 0.0
.debug_info 50331960 50331970 10 0.0
.debug_line 6013644 6013791 147 0.0
.text 1017790 1017794 4 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
linux all-clusters-app debug (read only) 3267133 3268173 1040 0.0
.text 2844693 2845733 1040 0.0
all-clusters-minimal-app debug (read only) 3044957 3045997 1040 0.0
.text 2635029 2636069 1040 0.0
bridge-app debug (read only) 2524021 2525061 1040 0.0
.text 2178565 2179605 1040 0.0
chip-tool debug (read only) 15841393 15844817 3424 0.0
(read/write) 734208 734216 8 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441236 3056 0.0
chip-tool-ipv6only arm64 (read only) 15199240 15201624 2384 0.0
(read/write) 787368 787384 16 0.0
.init_array 232 240 8 3.4
.rodata 635824 635968 144 0.0
.text 12700740 12702964 2224 0.0
lighting-app debug+rpc+ui (read only) 3389321 3390345 1024 0.0
.text 2905586 2906610 1024 0.0
lock-app debug (read only) 2616653 2617693 1040 0.0
.text 2251941 2252981 1040 0.0
ota-provider-app debug (read only) 2213397 2214437 1040 0.0
.text 1917621 1918661 1040 0.1
ota-requestor-app debug (read only) 2382285 2383325 1040 0.0
.text 2073541 2074581 1040 0.1
shell debug (read only) 2800473 2801513 1040 0.0
.text 2433922 2434962 1040 0.0
thermostat-no-ble arm64 (read only) 2609412 2610180 768 0.0
.text 2214404 2215172 768 0.0
tv-app debug (read only) 3319481 3320521 1040 0.0
.text 2900706 2901746 1040 0.0
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data.rel.ro 159200 159552 352 0.2
.got 4920 4928 8 0.2
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 31733866 31733877 11 0.0
.debug_line 4040307 4040438 131 0.0
light cy8ckit_062s2_43012 .debug_info 26522657 26522668 11 0.0
.debug_line 3611221 3611340 119 0.0
lock cy8ckit_062s2_43012 .debug_info 26074794 26074803 9 0.0
.debug_line 3550580 3550695 115 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 664850 664852 2 0.0
lighting-app tlsr9518adk80d text 678708 678710 2 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1065880 1065888 8 0.0
text 743748 743750 2 0.0
lock-app tlsr9518adk80d text 613648 613650 2 0.0
pump-controller-app tlsr9518adk80d text 581124 581128 4 0.0
thermostat tlsr9518adk80d text 616002 616006 4 0.0
window-covering tlsr9518adk80d text 610926 610928 2 0.0
Decreases (7 builds for bl702, esp32, linux, nrfconnect, qpg, telink)
platform target config section 7aa29f4 4a8e31d change % change
bl702 lighting-app bl702 (read/write) 1172711 1172707 -4 -0.0
.text 944042 944040 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1074720 1074718 -2 -0.0
.flash.text 1074720 1074718 -2 -0.0
linux chip-tool debug .data.rel.ro 697968 697960 -8 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp (read/write) 1312804 1312788 -16 -0.0
text 751200 751196 -4 -0.0
qpg lighting-app qpg6105+debug (read/write) 1171280 1171272 -8 -0.0
.text 618120 618112 -8 -0.0
telink lighting-app-factory-data tlsr9518adk80d text 686232 686230 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 723606 723604 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7aa29f4 4a8e31d change % change
bl602 lighting-app bl602 (read/write) 1368154 1368154 0 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1048450 1048450 0 0.0
bl602+rpc (read/write) 1415582 1415582 0 0.0
.bss 96230 96230 0 0.0
.data 9984 9984 0 0.0
.text 1080332 1080332 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1172711 1172707 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77777 77777 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549970 1549970 0 0.0
.debug_aranges 149728 149728 0 0.0
.debug_frame 551056 551056 0 0.0
.debug_info 45151212 45151219 7 0.0
.debug_line 5587908 5588055 147 0.0
.debug_loc 3793411 3793411 0 0.0
.debug_ranges 394248 394248 0 0.0
.debug_str 4345765 4345765 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 104972 104972 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 581062 581062 0 0.0
.symtab 173792 173792 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
944042 944040 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1270663 1270667 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85825 85825 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1715037 1715037 0 0.0
.debug_aranges 158208 158208 0 0.0
.debug_frame 579688 579688 0 0.0
.debug_info 50331960 50331970 10 0.0
.debug_line 6013644 6013791 147 0.0
.debug_loc 3998602 3998602 0 0.0
.debug_ranges 419928 419928 0 0.0
.debug_str 4774439 4774439 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119568 119568 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 643662 643662 0 0.0
.symtab 192592 192592 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1017790 1017794 4 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606178 606178 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 952093 952093 0 0.0
.debug_aranges 118920 118920 0 0.0
.debug_frame 406188 406188 0 0.0
.debug_info 23111423 23111433 10 0.0
.debug_line 2880814 2880922 108 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1726586 1726586 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107524 107524 0 0.0
.debug_str 3786770 3786770 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104546 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484580 484580 0 0.0
.symtab 287712 287712 0 0.0
.text 499512 499512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 542595 542595 0 0.0
.app_xip_area 435213 435213 0 0.0
.bss 62360 62360 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 529603 529603 0 0.0
.app_xip_area 417093 417093 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566995 566995 0 0.0
.app_xip_area 460549 460549 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531387 531387 0 0.0
.app_xip_area 422373 422373 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 986508 986508 0 0.0
.bss 179872 179872 0 0.0
.data 2144 2144 0 0.0
.text 804472 804472 0 0.0
BRD4187C (read/write) 1019792 1019792 0 0.0
.bss 159596 159596 0 0.0
.data 2788 2788 0 0.0
.text 857388 857388 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069144 1069144 0 0.0
.bss 174160 174160 0 0.0
.data 2152 2152 0 0.0
.text 892812 892812 0 0.0
window-app BRD4187C (read/write) 1088824 1088824 0 0.0
.bss 142572 142572 0 0.0
.data 2680 2680 0 0.0
.text 943552 943552 0 0.0
esp32 all-clusters-app c3devkit (read only) 1074720 1074718 -2 -0.0
(read/write) 1583792 1583792 0 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215432 0 0.0
.flash.text 1074720 1074718 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1122763 1122763 0 0.0
(read/write) 494246 494246 0 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244024 0 0.0
.flash.text 1117379 1117379 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 585132 585132 0 0.0
(read/write) 90108 90108 0 0.0
.bss 66104 66104 0 0.0
.data 2168 2168 0 0.0
.text 584596 584596 0 0.0
light k32w0+release (read only) 583820 583820 0 0.0
(read/write) 89756 89756 0 0.0
.bss 65768 65768 0 0.0
.data 2156 2156 0 0.0
.text 583284 583284 0 0.0
lock k32w0+release (read only) 556428 556428 0 0.0
(read/write) 87556 87556 0 0.0
.bss 63632 63632 0 0.0
.data 2100 2100 0 0.0
.text 555892 555892 0 0.0
linux all-clusters-app debug (read only) 3267133 3268173 1040 0.0
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231496 231496 0 0.0
.text 2844693 2845733 1040 0.0
all-clusters-minimal-app debug (read only) 3044957 3045997 1040 0.0
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224008 224008 0 0.0
.text 2635029 2636069 1040 0.0
bridge-app debug (read only) 2524021 2525061 1040 0.0
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172680 172680 0 0.0
.text 2178565 2179605 1040 0.0
chip-tool debug (read only) 15841393 15844817 3424 0.0
(read/write) 734208 734216 8 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 697968 697960 -8 -0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 698445 698789 344 0.0
.text 13438180 13441236 3056 0.0
chip-tool-ipv6only arm64 (read only) 15199240 15201624 2384 0.0
(read/write) 787368 787384 16 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 727736 727736 0 0.0
.dynamic 560 560 0 0.0
.got 16992 16992 0 0.0
.init 24 24 0 0.0
.init_array 232 240 8 3.4
.rodata 635824 635968 144 0.0
.text 12700740 12702964 2224 0.0
lighting-app debug+rpc+ui (read only) 3389321 3390345 1024 0.0
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286324 286324 0 0.0
.text 2905586 2906610 1024 0.0
lock-app debug (read only) 2616653 2617693 1040 0.0
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200104 200104 0 0.0
.text 2251941 2252981 1040 0.0
ota-provider-app debug (read only) 2213397 2214437 1040 0.0
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153800 153800 0 0.0
.text 1917621 1918661 1040 0.1
ota-requestor-app debug (read only) 2382285 2383325 1040 0.0
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157896 157896 0 0.0
.text 2073541 2074581 1040 0.1
shell debug (read only) 2800473 2801513 1040 0.0
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199634 199634 0 0.0
.text 2433922 2434962 1040 0.0
thermostat-no-ble arm64 (read only) 2609412 2610180 768 0.0
(read/write) 142968 142968 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79240 79240 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129544 129544 0 0.0
.text 2214404 2215172 768 0.0
tv-app debug (read only) 3319481 3320521 1040 0.0
(read/write) 261640 261640 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79584 79584 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222136 222136 0 0.0
.text 2900706 2901746 1040 0.0
tv-casting-app debug (read only) 9129529 9156449 26920 0.3
(read/write) 219568 219992 424 0.2
.bss 52064 52128 64 0.1
.data 1744 1744 0 0.0
.data.rel.ro 159200 159552 352 0.2
.dynamic 608 608 0 0.0
.got 4920 4928 8 0.2
.init 27 27 0 0.0
.init_array 1000 1008 8 0.8
.rodata 329740 334532 4792 1.5
.text 8370546 8391874 21328 0.3
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2497920 2497920 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1460604 1460604 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1209952 1209952 0 0.0
bss 154745 154745 0 0.0
rodata 137380 137380 0 0.0
text 838768 838768 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1312804 1312788 -16 -0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751200 751196 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148308 1148308 0 0.0
bss 153377 153377 0 0.0
rodata 111096 111096 0 0.0
text 804764 804764 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841984 841984 0 0.0
(read/write) 1728204 1728204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188796 188796 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1297177 1297177 0 0.0
.debug_aranges 148632 148632 0 0.0
.debug_frame 497676 497676 0 0.0
.debug_info 32271782 32271791 9 0.0
.debug_line 4034705 4034828 123 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2300833 2300833 0 0.0
.debug_rnglists 144093 144093 0 0.0
.debug_str 4350301 4350301 0 0.0
.heap 841984 841984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 750884 750884 0 0.0
.symtab 478784 478784 0 0.0
.text 1528460 1528460 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843312 843312 0 0.0
(read/write) 1660668 1660668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187468 187468 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1284935 1284935 0 0.0
.debug_aranges 147384 147384 0 0.0
.debug_frame 498620 498620 0 0.0
.debug_info 31733866 31733877 11 0.0
.debug_line 4040307 4040438 131 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2285664 2285664 0 0.0
.debug_rnglists 142539 142539 0 0.0
.debug_str 4333231 4333231 0 0.0
.heap 843312 843312 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 699765 699765 0 0.0
.symtab 459904 459904 0 0.0
.text 1462252 1462252 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849560 849560 0 0.0
(read/write) 1593268 1593268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181388 181388 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122520 1122520 0 0.0
.debug_aranges 137720 137720 0 0.0
.debug_frame 462528 462528 0 0.0
.debug_info 26522657 26522668 11 0.0
.debug_line 3611221 3611340 119 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2126532 2126532 0 0.0
.debug_rnglists 132531 132531 0 0.0
.debug_str 4147305 4147305 0 0.0
.heap 849560 849560 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 623349 623349 0 0.0
.symtab 425328 425328 0 0.0
.text 1401100 1401100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1626308 1626308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104792 1104792 0 0.0
.debug_aranges 136112 136112 0 0.0
.debug_frame 456880 456880 0 0.0
.debug_info 26074794 26074803 9 0.0
.debug_line 3550580 3550695 115 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2100291 2100291 0 0.0
.debug_rnglists 130376 130376 0 0.0
.debug_str 4107804 4107804 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596481 596481 0 0.0
.symtab 416928 416928 0 0.0
.text 1406540 1406540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171280 1171272 -8 -0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 618120 618112 -8 -0.0
lock-app qpg6105+debug (read/write) 1140696 1140696 0 0.0
.bss 94832 94832 0 0.0
.data 792 792 0 0.0
.text 587540 587540 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1033916 1033916 0 0.0
bss 97660 97660 0 0.0
text 707596 707596 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961064 961064 0 0.0
bss 96176 96176 0 0.0
text 664850 664852 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928784 928784 0 0.0
bss 100308 100308 0 0.0
text 641888 641888 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 860452 860452 0 0.0
bss 89968 89968 0 0.0
text 585022 585022 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876776 876776 0 0.0
bss 90136 90136 0 0.0
text 599648 599648 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965032 965032 0 0.0
bss 98500 98500 0 0.0
text 678708 678710 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976412 976412 0 0.0
bss 102748 102748 0 0.0
text 686232 686230 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034532 1034532 0 0.0
bss 100064 100064 0 0.0
text 723606 723604 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1065880 1065888 8 0.0
bss 111140 111140 0 0.0
text 743748 743750 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 915524 915524 0 0.0
bss 90632 90632 0 0.0
text 613648 613650 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883052 883052 0 0.0
bss 91244 91244 0 0.0
text 606864 606864 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866012 866012 0 0.0
bss 90100 90100 0 0.0
text 590742 590742 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853072 853072 0 0.0
bss 89900 89900 0 0.0
text 581124 581128 4 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849228 849228 0 0.0
bss 89808 89808 0 0.0
text 576756 576756 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 894972 894972 0 0.0
bss 90344 90344 0 0.0
text 616002 616006 4 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890352 890352 0 0.0
bss 90636 90636 0 0.0
text 610926 610928 2 0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants