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

Darwin: Improve os_log integration #23528

Merged

Conversation

ksperling-apple
Copy link
Contributor

@ksperling-apple ksperling-apple commented Nov 7, 2022

This change makes it possible for platform code to directly wrap the ChipLog* macros, and utilises this on Darwin to log directly into os_log (the CHIP LogV method is still called to allow log redirection to work). This has a number of advantages over the existing Platform LogV based implementation:

  • logs get stored much more efficiently because we don't pre-format everything into a single string.
  • efficiently bypass calls that are disabled at runtime base on the os_log log level.

With this change, logging on Mac also no longer always goes to stdout. Where log output on stdout is desired (unit tests, chip-tool etc), the stdio backend is linked into the relevant targets. For darwin-framework-tool this is implemented using the Log redirection mechanism which is now also exposed in the Darwin framework.

@github-actions
Copy link

github-actions bot commented Nov 7, 2022

PR #23528: Size comparison from b278e34 to 8920efe

Decreases (2 builds for bl602)
platform target config section b278e34 8920efe change % change
bl602 lighting-app bl602 (read/write) 1388982 1388962 -20 -0.0
.text 1068754 1068702 -52 -0.0
bl602+rpc (read/write) 1434430 1434410 -20 -0.0
.text 1100360 1100304 -56 -0.0
Full report (2 builds for bl602)
platform target config section b278e34 8920efe change % change
bl602 lighting-app bl602 (read/write) 1388982 1388962 -20 -0.0
.bss 90729 90729 0 0.0
.data 9936 9936 0 0.0
.text 1068754 1068702 -52 -0.0
bl602+rpc (read/write) 1434430 1434410 -20 -0.0
.bss 98161 98161 0 0.0
.data 10320 10320 0 0.0
.text 1100360 1100304 -56 -0.0

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

PR #23528: Size comparison from 94ad961 to fede0e4

Decreases (2 builds for bl602)
platform target config section 94ad961 fede0e4 change % change
bl602 lighting-app bl602 (read/write) 1388982 1388962 -20 -0.0
.text 1068756 1068702 -54 -0.0
bl602+rpc (read/write) 1434430 1434418 -12 -0.0
.text 1100360 1100306 -54 -0.0
Full report (2 builds for bl602)
platform target config section 94ad961 fede0e4 change % change
bl602 lighting-app bl602 (read/write) 1388982 1388962 -20 -0.0
.bss 90729 90729 0 0.0
.data 9936 9936 0 0.0
.text 1068756 1068702 -54 -0.0
bl602+rpc (read/write) 1434430 1434418 -12 -0.0
.bss 98161 98161 0 0.0
.data 10320 10320 0 0.0
.text 1100360 1100306 -54 -0.0

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

PR #23528: Size comparison from fe9a8ec to 6637c61

Increases above 0.2%:

platform target config section fe9a8ec 6637c61 change % change
bl702 lighting-app bl702 .debug_ranges 360272 362480 2208 0.6
bl702+rpc .debug_ranges 383296 385512 2216 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 550514 6800 1.3
.app_xip_area 425444 432244 6800 1.6
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2461848 9512 0.4
.text 1414980 1424492 9512 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3685946 3697581 11635 0.3
.debug_ranges 339544 344224 4680 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3706930 3716514 9584 0.3
.debug_ranges 338160 342840 4680 1.4
light cy8ckit_062s2_43012 .debug_ranges 303440 306992 3552 1.2
lock cy8ckit_062s2_43012 .debug_line 3273175 3285869 12694 0.4
.debug_ranges 305400 309440 4040 1.3
Increases (26 builds for bl702, cc13x2_26x2, cyw30739, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fe9a8ec 6637c61 change % change
bl702 lighting-app bl702 .debug_abbrev 1523919 1526205 2286 0.2
.debug_line 5271721 5276543 4822 0.1
.debug_loc 3367060 3367137 77 0.0
.debug_ranges 360272 362480 2208 0.6
.rodata 116488 116520 32 0.0
bl702+rpc .debug_abbrev 1667931 1670316 2385 0.1
.debug_line 5667090 5671876 4786 0.1
.debug_loc 3561296 3561402 106 0.0
.debug_ranges 383296 385512 2216 0.6
.rodata 130120 130152 32 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678179 16 0.0
.rodata 89851 89891 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642475 16 0.0
.rodata 78987 79027 40 0.1
lock-ftd LP_CC2652R7 (read only) 676303 676319 16 0.0
.rodata 77271 77311 40 0.1
lock-mtd LP_CC2652R7 (read only) 660819 660835 16 0.0
.rodata 103307 103347 40 0.0
pump-app LP_CC2652R7 (read only) 688743 688751 8 0.0
.rodata 90759 90791 32 0.0
pump-controller-app LP_CC2652R7 (read only) 673035 673051 16 0.0
.rodata 86307 86347 40 0.0
shell LP_CC2652R7 (read only) 669382 669398 16 0.0
.rodata 86598 86638 40 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 550514 6800 1.3
.app_xip_area 425444 432244 6800 1.6
esp32 all-clusters-app c3devkit (read/write) 1788614 1788646 32 0.0
.flash.rodata 258184 258216 32 0.0
m5stack (read/write) 564420 564452 32 0.0
.flash.rodata 315136 315168 32 0.0
k32w light k32w0+release (read/write) 671816 671824 8 0.0
.text 592116 592124 8 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2461848 9512 0.4
.text 1414980 1424492 9512 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187871 1187879 8 0.0
rodata 144516 144556 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167291 8 0.0
rodata 136304 136344 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235716 1238236 2520 0.2
.debug_line 3685946 3697581 11635 0.3
.debug_loc 3603685 3603931 246 0.0
.debug_ranges 339544 344224 4680 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227559 1230079 2520 0.2
.debug_line 3706930 3716514 9584 0.3
.debug_loc 3591322 3591568 246 0.0
.debug_ranges 338160 342840 4680 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062020 1064616 2596 0.2
.debug_line 3276055 3283561 7506 0.2
.debug_loc 3288807 3288976 169 0.0
.debug_ranges 303440 306992 3552 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1063995 1066499 2504 0.2
.debug_line 3273175 3285869 12694 0.4
.debug_loc 3316660 3316888 228 0.0
.debug_ranges 305400 309440 4040 1.3
qpg lighting-app qpg6105+debug (read/write) 1149312 1149328 16 0.0
.text 596412 596428 16 0.0
lock-app qpg6105+debug (read/write) 1115060 1115076 16 0.0
.text 562156 562172 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937356 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875348 4 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790704 4 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805196 4 0.0
Decreases (24 builds for bl602, bl702, cc13x2_26x2, esp32, nrfconnect, psoc6, telink)
platform target config section fe9a8ec 6637c61 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375238 -20 -0.0
.text 1059188 1059134 -54 -0.0
bl602+rpc (read/write) 1421082 1421062 -20 -0.0
.text 1090682 1090628 -54 -0.0
bl702 lighting-app bl702 (read/write) 1195127 1195111 -16 -0.0
.debug_aranges 132304 132296 -8 -0.0
.debug_frame 485212 485196 -16 -0.0
.debug_info 39161318 39149175 -12143 -0.0
.debug_str 3462154 3462066 -88 -0.0
.strtab 566532 566504 -28 -0.0
.symtab 171808 171792 -16 -0.0
.text 955516 955460 -56 -0.0
bl702+rpc (read/write) 1283267 1283251 -16 -0.0
.debug_aranges 140368 140360 -8 -0.0
.debug_frame 512416 512400 -16 -0.0
.debug_info 43430540 43418437 -12103 -0.0
.debug_str 3859443 3859367 -76 -0.0
.strtab 626747 626719 -28 -0.0
.symtab 189920 189904 -16 -0.0
.text 1029214 1029156 -58 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173356 -16 -0.0
.text 588000 587976 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 563152 563128 -24 -0.0
lock-ftd LP_CC2652R7 (read/write) 172800 172784 -16 -0.0
.text 598552 598528 -24 -0.0
lock-mtd LP_CC2652R7 (read/write) 183540 183524 -16 -0.0
.text 557032 557008 -24 -0.0
pump-app LP_CC2652R7 (read/write) 161096 161088 -8 -0.0
.text 597500 597476 -24 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176900 176884 -16 -0.0
.text 586248 586224 -24 -0.0
shell LP_CC2652R7 (read/write) 184472 184456 -16 -0.0
.text 582468 582444 -24 -0.0
esp32 all-clusters-app c3devkit (read only) 1224294 1224250 -44 -0.0
.flash.text 1224294 1224250 -44 -0.0
m5stack (read only) 1234191 1234151 -40 -0.0
.flash.text 1228807 1228767 -40 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 816986 816962 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 805536 805512 -24 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110704 110696 -8 -0.0
.debug_frame 371284 371260 -24 -0.0
.debug_info 27023905 27010636 -13269 -0.0
.debug_str 3431045 3430957 -88 -0.0
.strtab 570258 570230 -28 -0.0
.symtab 421440 421408 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110176 110168 -8 -0.0
.debug_frame 374364 374340 -24 -0.0
.debug_info 26760536 26747408 -13128 -0.0
.debug_str 3420065 3419977 -88 -0.0
.strtab 534347 534319 -28 -0.0
.symtab 407872 407840 -32 -0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1606940 -16 -0.0
.debug_aranges 102376 102368 -8 -0.0
.debug_frame 344676 344652 -24 -0.0
.debug_info 2222573 22213776 -11961 -0.1
.debug_str 3225600 3225512 -88 -0.0
.strtab 470672 470644 -28 -0.0
.symtab 376240 376208 -32 -0.0
.text 1416112 1416096 -16 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102776 102768 -8 -0.0
.debug_frame 346552 346528 -24 -0.0
.debug_info 22459360 22447497 -11863 -0.1
.debug_str 3244971 3244883 -88 -0.0
.strtab 473075 473047 -28 -0.0
.symtab 377936 377904 -32 -0.0
telink all-clusters-app tlsr9518adk80d text 648704 648672 -32 -0.0
all-clusters-minimal-app tlsr9518adk80d text 612688 612660 -28 -0.0
light-switch-app tlsr9518adk80d text 554152 554120 -32 -0.0
lighting-app tlsr9518adk80d (read/write) 874932 874928 -4 -0.0
text 624118 624084 -34 -0.0
ota-requestor-app tlsr9518adk80d text 565534 565498 -36 -0.0
Full report (33 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fe9a8ec 6637c61 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375238 -20 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059188 1059134 -54 -0.0
bl602+rpc (read/write) 1421082 1421062 -20 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090682 1090628 -54 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195111 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523919 1526205 2286 0.2
.debug_aranges 132304 132296 -8 -0.0
.debug_frame 485212 485196 -16 -0.0
.debug_info 39161318 39149175 -12143 -0.0
.debug_line 5271721 5276543 4822 0.1
.debug_loc 3367060 3367137 77 0.0
.debug_ranges 360272 362480 2208 0.6
.debug_str 3462154 3462066 -88 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116488 116520 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566532 566504 -28 -0.0
.symtab 171808 171792 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955516 955460 -56 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283251 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667931 1670316 2385 0.1
.debug_aranges 140368 140360 -8 -0.0
.debug_frame 512416 512400 -16 -0.0
.debug_info 43430540 43418437 -12103 -0.0
.debug_line 5667090 5671876 4786 0.1
.debug_loc 3561296 3561402 106 0.0
.debug_ranges 383296 385512 2216 0.6
.debug_str 3859443 3859367 -76 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130120 130152 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626747 626719 -28 -0.0
.symtab 189920 189904 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029214 1029156 -58 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678179 16 0.0
(read/write) 173372 173356 -16 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89891 40 0.0
.text 588000 587976 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642475 16 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 79027 40 0.1
.text 563152 563128 -24 -0.0
lock-ftd LP_CC2652R7 (read only) 676303 676319 16 0.0
(read/write) 172800 172784 -16 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77311 40 0.1
.text 598552 598528 -24 -0.0
lock-mtd LP_CC2652R7 (read only) 660819 660835 16 0.0
(read/write) 183540 183524 -16 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103347 40 0.0
.text 557032 557008 -24 -0.0
pump-app LP_CC2652R7 (read only) 688743 688751 8 0.0
(read/write) 161096 161088 -8 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90791 32 0.0
.text 597500 597476 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 673035 673051 16 0.0
(read/write) 176900 176884 -16 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86347 40 0.0
.text 586248 586224 -24 -0.0
shell LP_CC2652R7 (read only) 669382 669398 16 0.0
(read/write) 184472 184456 -16 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86638 40 0.0
.text 582468 582444 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587230 0 0.0
.app_xip_area 463440 463440 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591338 591338 0 0.0
.app_xip_area 462252 462252 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 550514 6800 1.3
.app_xip_area 425444 432244 6800 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224294 1224250 -44 -0.0
(read/write) 1788614 1788646 32 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258216 32 0.0
.flash.text 1224294 1224250 -44 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234191 1234151 -40 -0.0
(read/write) 564420 564452 32 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315168 32 0.0
.flash.text 1228807 1228767 -40 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661796 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563468 0 0.0
light k32w0+release (read/write) 671816 671824 8 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592116 592124 8 0.0
lock k32w0+release (read/write) 633356 633356 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552876 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2461848 9512 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1424492 9512 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187871 1187879 8 0.0
bss 145285 145285 0 0.0
rodata 144516 144556 40 0.0
text 816986 816962 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167291 8 0.0
bss 144512 144512 0 0.0
rodata 136304 136344 40 0.0
text 805536 805512 -24 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235716 1238236 2520 0.2
.debug_aranges 110704 110696 -8 -0.0
.debug_frame 371284 371260 -24 -0.0
.debug_info 27023905 27010636 -13269 -0.0
.debug_line 3685946 3697581 11635 0.3
.debug_loc 3603685 3603931 246 0.0
.debug_ranges 339544 344224 4680 1.4
.debug_str 3431045 3430957 -88 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570258 570230 -28 -0.0
.symtab 421440 421408 -32 -0.0
.text 1546480 1546480 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1688796 1688796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227559 1230079 2520 0.2
.debug_aranges 110176 110168 -8 -0.0
.debug_frame 374364 374340 -24 -0.0
.debug_info 26760536 26747408 -13128 -0.0
.debug_line 3706930 3716514 9584 0.3
.debug_loc 3591322 3591568 246 0.0
.debug_ranges 338160 342840 4680 1.4
.debug_str 3420065 3419977 -88 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534347 534319 -28 -0.0
.symtab 407872 407840 -32 -0.0
.text 1489768 1489768 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1606956 1606940 -16 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062020 1064616 2596 0.2
.debug_aranges 102376 102368 -8 -0.0
.debug_frame 344676 344652 -24 -0.0
.debug_info 2222573 22213776 -11961 -0.1
.debug_line 3276055 3283561 7506 0.2
.debug_loc 3288807 3288976 169 0.0
.debug_ranges 303440 306992 3552 1.2
.debug_str 3225600 3225512 -88 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470672 470644 -28 -0.0
.symtab 376240 376208 -32 -0.0
.text 1416112 1416096 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640964 1640964 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1063995 1066499 2504 0.2
.debug_aranges 102776 102768 -8 -0.0
.debug_frame 346552 346528 -24 -0.0
.debug_info 22459360 22447497 -11863 -0.1
.debug_line 3273175 3285869 12694 0.4
.debug_loc 3316660 3316888 228 0.0
.debug_ranges 305400 309440 4040 1.3
.debug_str 3244971 3244883 -88 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473075 473047 -28 -0.0
.symtab 377936 377904 -32 -0.0
.text 1445128 1445128 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149328 16 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596428 16 0.0
lock-app qpg6105+debug (read/write) 1115060 1115076 16 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562172 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937356 4 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648704 648672 -32 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875348 4 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612688 612660 -28 -0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790704 4 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554152 554120 -32 -0.0
lighting-app tlsr9518adk80d (read/write) 874932 874928 -4 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624118 624084 -34 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805196 4 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565534 565498 -36 -0.0

@ksperling-apple ksperling-apple marked this pull request as draft November 16, 2022 01:06
@github-actions
Copy link

github-actions bot commented Nov 18, 2022

PR #23528: Size comparison from 3198f01 to 872b532

Increases above 0.2%:

platform target config section 3198f01 872b532 change % change
bl702 lighting-app bl702 .debug_ranges 360400 362616 2216 0.6
bl702+rpc .debug_ranges 383824 386048 2224 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544402 551186 6784 1.2
.app_xip_area 426132 432916 6784 1.6
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453200 2462640 9440 0.4
.text 1415844 1425284 9440 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3688449 3701463 13014 0.4
.debug_ranges 340160 344848 4688 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3709433 3720396 10963 0.3
.debug_ranges 338776 343464 4688 1.4
light cy8ckit_062s2_43012 .debug_line 3278555 3287384 8829 0.3
.debug_ranges 304056 307616 3560 1.2
lock cy8ckit_062s2_43012 .debug_line 3275678 3289690 14012 0.4
.debug_ranges 306016 310064 4048 1.3
Increases (27 builds for bl702, cc13x2_26x2, cyw30739, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 3198f01 872b532 change % change
bl702 lighting-app bl702 .debug_abbrev 1524392 1526680 2288 0.2
.debug_line 5274364 5286994 12630 0.2
.debug_loc 3369789 3369865 76 0.0
.debug_ranges 360400 362616 2216 0.6
.rodata 116616 116648 32 0.0
bl702+rpc .debug_abbrev 1668546 1670897 2351 0.1
.debug_line 5671373 5683967 12594 0.2
.debug_loc 3564345 3564463 118 0.0
.debug_ranges 383824 386048 2224 0.6
.rodata 130280 130328 48 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678851 678867 16 0.0
.rodata 89851 89891 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643163 643179 16 0.0
.rodata 78987 79027 40 0.1
lock-ftd LP_CC2652R7 (read only) 676903 676919 16 0.0
.rodata 77271 77311 40 0.1
lock-mtd LP_CC2652R7 (read only) 661603 661619 16 0.0
.rodata 103355 103395 40 0.0
pump-app LP_CC2652R7 (read only) 689439 689447 8 0.0
.rodata 90799 90831 32 0.0
pump-controller-app LP_CC2652R7 (read only) 673731 673747 16 0.0
.rodata 86347 86387 40 0.0
shell LP_CC2652R7 (read only) 670078 670102 24 0.0
.rodata 86598 86638 40 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544402 551186 6784 1.2
.app_xip_area 426132 432916 6784 1.6
esp32 all-clusters-app c3devkit (read/write) 1786582 1786614 32 0.0
.flash.rodata 256408 256440 32 0.0
m5stack (read/write) 562548 562572 24 0.0
.flash.rodata 313528 313552 24 0.0
k32w light k32w0+release (read/write) 672544 672560 16 0.0
.text 592844 592860 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453200 2462640 9440 0.4
.text 1415844 1425284 9440 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188835 1188843 8 0.0
rodata 144728 144768 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168251 1168271 20 0.0
rodata 136520 136556 36 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235950 1238476 2526 0.2
.debug_line 3688449 3701463 13014 0.4
.debug_loc 3607850 3608065 215 0.0
.debug_ranges 340160 344848 4688 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227793 1230319 2526 0.2
.debug_line 3709433 3720396 10963 0.3
.debug_loc 3595456 3595671 215 0.0
.debug_ranges 338776 343464 4688 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062254 1064856 2602 0.2
.debug_line 3278555 3287384 8829 0.3
.debug_loc 3292849 3293080 231 0.0
.debug_ranges 304056 307616 3560 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1064229 1066739 2510 0.2
.debug_line 3275678 3289690 14012 0.4
.debug_loc 3320762 3320978 216 0.0
.debug_ranges 306016 310064 4048 1.3
qpg lighting-app qpg6105+debug (read/write) 1151472 1151488 16 0.0
.text 598572 598588 16 0.0
lock-app qpg6105+debug (read/write) 1117232 1117248 16 0.0
.text 564328 564344 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 938096 938100 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876088 876092 4 0.0
light-switch-app tlsr9518adk80d (read/write) 791444 791448 4 0.0
lighting-app tlsr9518adk80d (read/write) 875668 875680 12 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805936 805940 4 0.0
Decreases (25 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, nrfconnect, psoc6, telink)
platform target config section 3198f01 872b532 change % change
bl602 lighting-app bl602 (read/write) 1376562 1376542 -20 -0.0
.text 1060376 1060320 -56 -0.0
bl602+rpc (read/write) 1422386 1422366 -20 -0.0
.text 1091868 1091816 -52 -0.0
bl702 lighting-app bl702 (read/write) 1196183 1196167 -16 -0.0
.debug_aranges 132384 132376 -8 -0.0
.debug_frame 485500 485484 -16 -0.0
.debug_info 39171766 39159672 -12094 -0.0
.debug_str 3465269 3465181 -88 -0.0
.strtab 567394 567366 -28 -0.0
.symtab 171968 171952 -16 -0.0
.text 956446 956386 -60 -0.0
bl702+rpc .debug_aranges 140480 140472 -8 -0.0
.debug_frame 512836 512820 -16 -0.0
.debug_info 43443104 43430953 -12151 -0.0
.debug_str 3862866 3862790 -76 -0.0
.strtab 627714 627686 -28 -0.0
.symtab 190128 190112 -16 -0.0
.text 1030448 1030390 -58 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 172684 172668 -16 -0.0
.text 588688 588664 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 563856 563832 -24 -0.0
lock-ftd LP_CC2652R7 (read/write) 172200 172184 -16 -0.0
.text 599152 599128 -24 -0.0
lock-mtd LP_CC2652R7 (read/write) 182756 182740 -16 -0.0
.text 557768 557744 -24 -0.0
pump-app LP_CC2652R7 (read/write) 160400 160392 -8 -0.0
.text 598156 598132 -24 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176204 176188 -16 -0.0
.text 586904 586880 -24 -0.0
shell LP_CC2652R7 (read/write) 183776 183752 -24 -0.0
.text 583164 583148 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587838 587830 -8 -0.0
.app_xip_area 464048 464040 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1213854 1213816 -38 -0.0
.flash.text 1213854 1213816 -38 -0.0
m5stack (read only) 1224783 1224743 -40 -0.0
.flash.text 1219399 1219359 -40 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 817744 817720 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 806294 806266 -28 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110736 110728 -8 -0.0
.debug_frame 371432 371408 -24 -0.0
.debug_info 27031213 27018018 -13195 -0.0
.debug_str 3434666 3434578 -88 -0.0
.strtab 570966 570938 -28 -0.0
.symtab 421664 421632 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110208 110200 -8 -0.0
.debug_frame 374512 374488 -24 -0.0
.debug_info 26767844 26754790 -13054 -0.0
.debug_str 3423686 3423598 -88 -0.0
.strtab 535055 535027 -28 -0.0
.symtab 408096 408064 -32 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102408 102400 -8 -0.0
.debug_frame 344824 344800 -24 -0.0
.debug_info 22233054 22221168 -11886 -0.1
.debug_str 3229221 3229133 -88 -0.0
.strtab 471380 471352 -28 -0.0
.symtab 376464 376432 -32 -0.0
lock cy8ckit_062s2_43012 (read/write) 1642052 1642036 -16 -0.0
.debug_aranges 102808 102800 -8 -0.0
.debug_frame 346700 346676 -24 -0.0
.debug_info 22466679 22454889 -11790 -0.1
.debug_str 3248578 3248490 -88 -0.0
.strtab 473783 473755 -28 -0.0
.symtab 378160 378128 -32 -0.0
.text 1446216 1446200 -16 -0.0
telink all-clusters-app tlsr9518adk80d text 649382 649352 -30 -0.0
all-clusters-minimal-app tlsr9518adk80d text 613370 613336 -34 -0.0
light-switch-app tlsr9518adk80d text 554834 554802 -32 -0.0
lighting-app tlsr9518adk80d text 624796 624766 -30 -0.0
ota-requestor-app tlsr9518adk80d text 566214 566180 -34 -0.0
Full report (33 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 3198f01 872b532 change % change
bl602 lighting-app bl602 (read/write) 1376562 1376542 -20 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1060376 1060320 -56 -0.0
bl602+rpc (read/write) 1422386 1422366 -20 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091868 1091816 -52 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196183 1196167 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524392 1526680 2288 0.2
.debug_aranges 132384 132376 -8 -0.0
.debug_frame 485500 485484 -16 -0.0
.debug_info 39171766 39159672 -12094 -0.0
.debug_line 5274364 5286994 12630 0.2
.debug_loc 3369789 3369865 76 0.0
.debug_ranges 360400 362616 2216 0.6
.debug_str 3465269 3465181 -88 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116616 116648 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 567394 567366 -28 -0.0
.symtab 171968 171952 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956446 956386 -60 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284659 1284659 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668546 1670897 2351 0.1
.debug_aranges 140480 140472 -8 -0.0
.debug_frame 512836 512820 -16 -0.0
.debug_info 43443104 43430953 -12151 -0.0
.debug_line 5671373 5683967 12594 0.2
.debug_loc 3564345 3564463 118 0.0
.debug_ranges 383824 386048 2224 0.6
.debug_str 3862866 3862790 -76 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130280 130328 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627714 627686 -28 -0.0
.symtab 190128 190112 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030448 1030390 -58 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678851 678867 16 0.0
(read/write) 172684 172668 -16 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89891 40 0.0
.text 588688 588664 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643163 643179 16 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 79027 40 0.1
.text 563856 563832 -24 -0.0
lock-ftd LP_CC2652R7 (read only) 676903 676919 16 0.0
(read/write) 172200 172184 -16 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77311 40 0.1
.text 599152 599128 -24 -0.0
lock-mtd LP_CC2652R7 (read only) 661603 661619 16 0.0
(read/write) 182756 182740 -16 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103355 103395 40 0.0
.text 557768 557744 -24 -0.0
pump-app LP_CC2652R7 (read only) 689439 689447 8 0.0
(read/write) 160400 160392 -8 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90799 90831 32 0.0
.text 598156 598132 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 673731 673747 16 0.0
(read/write) 176204 176188 -16 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86387 40 0.0
.text 586904 586880 -24 -0.0
shell LP_CC2652R7 (read only) 670078 670102 24 0.0
(read/write) 183776 183752 -24 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86638 40 0.0
.text 583164 583148 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587838 587830 -8 -0.0
.app_xip_area 464048 464040 -8 -0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591938 591938 0 0.0
.app_xip_area 462852 462852 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544402 551186 6784 1.2
.app_xip_area 426132 432916 6784 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213854 1213816 -38 -0.0
(read/write) 1786582 1786614 32 0.0
.dram0.bss 76680 76680 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256408 256440 32 0.0
.flash.text 1213854 1213816 -38 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1224783 1224743 -40 -0.0
(read/write) 562548 562572 24 0.0
.dram0.bss 82056 82056 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313528 313552 24 0.0
.flash.text 1219399 1219359 -40 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662436 662436 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564108 564108 0 0.0
light k32w0+release (read/write) 672544 672560 16 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592844 592860 16 0.0
lock k32w0+release (read/write) 633996 633996 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553516 553516 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453200 2462640 9440 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415844 1425284 9440 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188835 1188843 8 0.0
bss 145285 145285 0 0.0
rodata 144728 144768 40 0.0
text 817744 817720 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168251 1168271 20 0.0
bss 144512 144512 0 0.0
rodata 136520 136556 36 0.0
text 806294 806266 -28 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1747340 1747340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235950 1238476 2526 0.2
.debug_aranges 110736 110728 -8 -0.0
.debug_frame 371432 371408 -24 -0.0
.debug_info 27031213 27018018 -13195 -0.0
.debug_line 3688449 3701463 13014 0.4
.debug_loc 3607850 3608065 215 0.0
.debug_ranges 340160 344848 4688 1.4
.debug_str 3434666 3434578 -88 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570966 570938 -28 -0.0
.symtab 421664 421632 -32 -0.0
.text 1547576 1547576 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1689868 1689868 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227793 1230319 2526 0.2
.debug_aranges 110208 110200 -8 -0.0
.debug_frame 374512 374488 -24 -0.0
.debug_info 26767844 26754790 -13054 -0.0
.debug_line 3709433 3720396 10963 0.3
.debug_loc 3595456 3595671 215 0.0
.debug_ranges 338776 343464 4688 1.4
.debug_str 3423686 3423598 -88 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535055 535027 -28 -0.0
.symtab 408096 408064 -32 -0.0
.text 1490840 1490840 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1608028 1608028 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062254 1064856 2602 0.2
.debug_aranges 102408 102400 -8 -0.0
.debug_frame 344824 344800 -24 -0.0
.debug_info 22233054 22221168 -11886 -0.1
.debug_line 3278555 3287384 8829 0.3
.debug_loc 3292849 3293080 231 0.0
.debug_ranges 304056 307616 3560 1.2
.debug_str 3229221 3229133 -88 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 471380 471352 -28 -0.0
.symtab 376464 376432 -32 -0.0
.text 1417184 1417184 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642052 1642036 -16 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1064229 1066739 2510 0.2
.debug_aranges 102808 102800 -8 -0.0
.debug_frame 346700 346676 -24 -0.0
.debug_info 22466679 22454889 -11790 -0.1
.debug_line 3275678 3289690 14012 0.4
.debug_loc 3320762 3320978 216 0.0
.debug_ranges 306016 310064 4048 1.3
.debug_str 3248578 3248490 -88 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473783 473755 -28 -0.0
.symtab 378160 378128 -32 -0.0
.text 1446216 1446200 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151472 1151488 16 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598572 598588 16 0.0
lock-app qpg6105+debug (read/write) 1117232 1117248 16 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564328 564344 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 938096 938100 4 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649382 649352 -30 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876088 876092 4 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 613370 613336 -34 -0.0
light-switch-app tlsr9518adk80d (read/write) 791444 791448 4 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554834 554802 -32 -0.0
lighting-app tlsr9518adk80d (read/write) 875668 875680 12 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624796 624766 -30 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 805936 805940 4 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566214 566180 -34 -0.0

@ksperling-apple ksperling-apple force-pushed the logging-improvements branch 2 times, most recently from 77cdeb7 to 77ff5ef Compare November 21, 2022 22:25
@github-actions
Copy link

github-actions bot commented Nov 21, 2022

PR #23528: Size comparison from 669cd47 to 77ff5ef

Increases above 0.2%:

platform target config section 669cd47 77ff5ef change % change
bl702 lighting-app bl702 .debug_ranges 361248 363464 2216 0.6
bl702+rpc .debug_ranges 384768 387000 2232 0.6
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
Increases (10 builds for bl702, k32w, linux, mbed, nrfconnect, qpg)
platform target config section 669cd47 77ff5ef change % change
bl702 lighting-app bl702 .debug_abbrev 1524270 1526541 2271 0.1
.debug_line 5276251 5288909 12658 0.2
.debug_ranges 361248 363464 2216 0.6
.rodata 116680 116728 48 0.0
bl702+rpc .debug_abbrev 1668440 1670788 2348 0.1
.debug_line 5673645 5686295 12650 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.rodata 130424 130456 32 0.0
k32w light k32w0+release (read/write) 673224 673248 24 0.0
.text 593524 593548 24 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
rodata 144804 144844 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1168987 24 0.0
rodata 136592 136632 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1152096 1152112 16 0.0
.text 599196 599212 16 0.0
lock-app qpg6105+debug (read/write) 1117600 1117616 16 0.0
.text 564696 564712 16 0.0
Decreases (11 builds for bl602, bl702, nrfconnect, telink)
platform target config section 669cd47 77ff5ef change % change
bl602 lighting-app bl602 (read/write) 1377446 1377426 -20 -0.0
.text 1061184 1061124 -60 -0.0
bl602+rpc (read/write) 1423310 1423290 -20 -0.0
.text 1092654 1092594 -60 -0.0
bl702 lighting-app bl702 (read/write) 1196871 1196855 -16 -0.0
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155856 -12034 -0.0
.debug_loc 3373401 3373393 -8 -0.0
.debug_str 3474852 3474775 -77 -0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.text 957062 956996 -66 -0.0
bl702+rpc (read/write) 1285395 1285363 -32 -0.0
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428571 -12091 -0.0
.debug_str 3872449 3872384 -65 -0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.text 1031040 1030976 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 818414 818394 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 806936 806916 -20 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939056 -20 -0.0
text 650286 650236 -50 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877024 -12 -0.0
text 614238 614194 -44 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791988 -12 -0.0
text 555310 555264 -46 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876564 -12 -0.0
text 625622 625578 -44 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806464 -4 -0.0
text 566670 566626 -44 -0.0
Full report (19 builds for bl602, bl702, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section 669cd47 77ff5ef change % change
bl602 lighting-app bl602 (read/write) 1377446 1377426 -20 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061184 1061124 -60 -0.0
bl602+rpc (read/write) 1423310 1423290 -20 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092654 1092594 -60 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196871 1196855 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524270 1526541 2271 0.1
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155856 -12034 -0.0
.debug_line 5276251 5288909 12658 0.2
.debug_loc 3373401 3373393 -8 -0.0
.debug_ranges 361248 363464 2216 0.6
.debug_str 3474852 3474775 -77 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116680 116728 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957062 956996 -66 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285395 1285363 -32 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668440 1670788 2348 0.1
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428571 -12091 -0.0
.debug_line 5673645 5686295 12650 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.debug_str 3872449 3872384 -65 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130424 130456 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031040 1030976 -64 -0.0
k32w contact k32w0+release (read/write) 662692 662692 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564364 564364 0 0.0
light k32w0+release (read/write) 673224 673248 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634252 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553772 553772 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
(read/write) 707697 707697 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 651984 651984 0 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453656 2463160 9504 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
bss 145285 145285 0 0.0
rodata 144804 144844 40 0.0
text 818414 818394 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1168987 24 0.0
bss 144512 144512 0 0.0
rodata 136592 136632 40 0.0
text 806936 806916 -20 -0.0
qpg lighting-app qpg6105+debug (read/write) 1152096 1152112 16 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 599196 599212 16 0.0
lock-app qpg6105+debug (read/write) 1117600 1117616 16 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564696 564712 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939056 -20 -0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650286 650236 -50 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877024 -12 -0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614238 614194 -44 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791988 -12 -0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555310 555264 -46 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876564 -12 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625622 625578 -44 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806464 -4 -0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566670 566626 -44 -0.0

@github-actions
Copy link

github-actions bot commented Nov 21, 2022

PR #23528: Size comparison from 669cd47 to 21018f8

Increases above 0.2%:

platform target config section 669cd47 21018f8 change % change
bl702 lighting-app bl702 .debug_ranges 361248 363464 2216 0.6
bl702+rpc .debug_ranges 384768 387000 2232 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551578 6808 1.2
.app_xip_area 426500 433308 6808 1.6
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3691677 3704739 13062 0.4
.debug_ranges 341008 345720 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3712661 3723672 11011 0.3
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_line 3281782 3290659 8877 0.3
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_line 3276610 3290668 14058 0.4
.debug_ranges 306288 310360 4072 1.3
Increases (25 builds for bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 669cd47 21018f8 change % change
bl702 lighting-app bl702 .debug_abbrev 1524270 1526541 2271 0.1
.debug_line 5276251 5288909 12658 0.2
.debug_ranges 361248 363464 2216 0.6
.rodata 116680 116728 48 0.0
bl702+rpc .debug_abbrev 1668440 1670788 2348 0.1
.debug_line 5673645 5686295 12650 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.rodata 130424 130456 32 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679587 16 0.0
.rodata 89923 89963 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643843 16 0.0
.rodata 79059 79099 40 0.1
lock-ftd LP_CC2652R7 (read only) 677183 677207 24 0.0
.rodata 77351 77391 40 0.1
lock-mtd LP_CC2652R7 (read only) 661963 661987 24 0.0
.rodata 103435 103475 40 0.0
pump-app LP_CC2652R7 (read only) 690055 690079 24 0.0
.rodata 90871 90911 40 0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674043 16 0.0
.rodata 86427 86459 32 0.0
shell LP_CC2652R7 (read only) 670790 670806 16 0.0
.rodata 86670 86710 40 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551578 6808 1.2
.app_xip_area 426500 433308 6808 1.6
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975828 8 0.0
.text 821372 821380 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1786670 1786710 40 0.0
.flash.rodata 256496 256536 40 0.0
m5stack (read/write) 562636 562668 32 0.0
.flash.rodata 313608 313640 32 0.0
k32w light k32w0+release (read/write) 673224 673248 24 0.0
.text 593524 593548 24 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
rodata 144804 144844 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1168987 24 0.0
rodata 136592 136632 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235661 1238187 2526 0.2
.debug_line 3691677 3704739 13062 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227552 1230078 2526 0.2
.debug_line 3712661 3723672 11011 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062079 1064681 2602 0.2
.debug_line 3281782 3290659 8877 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1064054 1066564 2510 0.2
.debug_line 3276610 3290668 14058 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
qpg lighting-app qpg6105+debug (read/write) 1152096 1152112 16 0.0
.text 599196 599212 16 0.0
lock-app qpg6105+debug (read/write) 1117600 1117616 16 0.0
.text 564696 564712 16 0.0
Decreases (27 builds for bl602, bl702, cc13x2_26x2, efr32, esp32, nrfconnect, psoc6, telink)
platform target config section 669cd47 21018f8 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377426 -20 -0.0
.text 1061184 1061122 -62 -0.0
bl602+rpc (read/write) 1423310 1423282 -28 -0.0
.text 1092654 1092592 -62 -0.0
bl702 lighting-app bl702 (read/write) 1196871 1196839 -32 -0.0
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155854 -12036 -0.0
.debug_loc 3373401 3373393 -8 -0.0
.debug_str 3474852 3474775 -77 -0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.text 957062 956992 -70 -0.0
bl702+rpc (read/write) 1285395 1285363 -32 -0.0
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428569 -12093 -0.0
.debug_str 3872449 3872384 -65 -0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.text 1031040 1030972 -68 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171964 171948 -16 -0.0
.text 589336 589312 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 564448 564424 -24 -0.0
lock-ftd LP_CC2652R7 (read/write) 171920 171896 -24 -0.0
.text 599352 599336 -16 -0.0
lock-mtd LP_CC2652R7 (read/write) 182396 182372 -24 -0.0
.text 558048 558032 -16 -0.0
pump-app LP_CC2652R7 (read/write) 159784 159760 -24 -0.0
.text 598700 598684 -16 -0.0
pump-controller-app LP_CC2652R7 (read/write) 175908 175892 -16 -0.0
.text 587120 587104 -16 -0.0
shell LP_CC2652R7 (read/write) 183064 183048 -16 -0.0
.text 583804 583780 -24 -0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148520 -24 -0.0
.text 982776 982752 -24 -0.0
window-app BRD4187C (read/write) 1141268 1141236 -32 -0.0
.text 974060 974028 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214616 -46 -0.0
.flash.text 1214662 1214616 -46 -0.0
m5stack (read only) 1225427 1225367 -60 -0.0
.flash.text 1220043 1219983 -60 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 818414 818394 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 806936 806916 -20 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007786 -13195 -0.0
.debug_str 3444213 3444136 -77 -0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745610 -13052 -0.0
.debug_str 3433225 3433148 -77 -0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215313 -11885 -0.1
.debug_str 3238811 3238734 -77 -0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434967 -11791 -0.1
.debug_str 3255068 3254991 -77 -0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939056 -20 -0.0
text 650286 650234 -52 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877024 -12 -0.0
text 614238 614190 -48 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791988 -12 -0.0
text 555310 555264 -46 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876564 -12 -0.0
text 625622 625574 -48 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806456 -12 -0.0
text 566670 566624 -46 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 669cd47 21018f8 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377426 -20 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061184 1061122 -62 -0.0
bl602+rpc (read/write) 1423310 1423282 -28 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092654 1092592 -62 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196871 1196839 -32 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524270 1526541 2271 0.1
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155854 -12036 -0.0
.debug_line 5276251 5288909 12658 0.2
.debug_loc 3373401 3373393 -8 -0.0
.debug_ranges 361248 363464 2216 0.6
.debug_str 3474852 3474775 -77 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116680 116728 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957062 956992 -70 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285395 1285363 -32 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668440 1670788 2348 0.1
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428569 -12093 -0.0
.debug_line 5673645 5686295 12650 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.debug_str 3872449 3872384 -65 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130424 130456 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031040 1030972 -68 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679587 16 0.0
(read/write) 171964 171948 -16 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89963 40 0.0
.text 589336 589312 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643843 16 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79099 40 0.1
.text 564448 564424 -24 -0.0
lock-ftd LP_CC2652R7 (read only) 677183 677207 24 0.0
(read/write) 171920 171896 -24 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77391 40 0.1
.text 599352 599336 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 661963 661987 24 0.0
(read/write) 182396 182372 -24 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103475 40 0.0
.text 558048 558032 -16 -0.0
pump-app LP_CC2652R7 (read only) 690055 690079 24 0.0
(read/write) 159784 159760 -24 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90871 90911 40 0.0
.text 598700 598684 -16 -0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674043 16 0.0
(read/write) 175908 175892 -16 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86459 32 0.0
.text 587120 587104 -16 -0.0
shell LP_CC2652R7 (read only) 670790 670806 16 0.0
(read/write) 183064 183048 -16 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86710 40 0.0
.text 583804 583780 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588334 588334 0 0.0
.app_xip_area 464544 464544 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592098 592098 0 0.0
.app_xip_area 463012 463012 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551578 6808 1.2
.app_xip_area 426500 433308 6808 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975828 8 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821372 821380 8 0.0
BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148520 -24 -0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 982776 982752 -24 -0.0
lock-app BRD4161A+wf200 (read/write) 1161360 1161360 0 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1001052 1001052 0 0.0
window-app BRD4187C (read/write) 1141268 1141236 -32 -0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974060 974028 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214616 -46 -0.0
(read/write) 1786670 1786710 40 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256496 256536 40 0.0
.flash.text 1214662 1214616 -46 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225427 1225367 -60 -0.0
(read/write) 562636 562668 32 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313608 313640 32 0.0
.flash.text 1220043 1219983 -60 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662692 662692 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564364 564364 0 0.0
light k32w0+release (read/write) 673224 673248 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634252 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553772 553772 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
(read/write) 707697 707697 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 651984 651984 0 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453656 2463160 9504 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
bss 145285 145285 0 0.0
rodata 144804 144844 40 0.0
text 818414 818394 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1168987 24 0.0
bss 144512 144512 0 0.0
rodata 136592 136632 40 0.0
text 806936 806916 -20 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748228 1748228 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235661 1238187 2526 0.2
.debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007786 -13195 -0.0
.debug_line 3691677 3704739 13062 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
.debug_str 3444213 3444136 -77 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
.text 1548464 1548464 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690748 1690748 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227552 1230078 2526 0.2
.debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745610 -13052 -0.0
.debug_line 3712661 3723672 11011 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
.debug_str 3433225 3433148 -77 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
.text 1491720 1491720 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062079 1064681 2602 0.2
.debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215313 -11885 -0.1
.debug_line 3281782 3290659 8877 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
.debug_str 3238811 3238734 -77 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
.text 1418080 1418080 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642436 1642436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1064054 1066564 2510 0.2
.debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434967 -11791 -0.1
.debug_line 3276610 3290668 14058 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
.debug_str 3255068 3254991 -77 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
.text 1446600 1446600 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1152096 1152112 16 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 599196 599212 16 0.0
lock-app qpg6105+debug (read/write) 1117600 1117616 16 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564696 564712 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939056 -20 -0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650286 650234 -52 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877024 -12 -0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614238 614190 -48 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791988 -12 -0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555310 555264 -46 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876564 -12 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625622 625574 -48 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806456 -12 -0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566670 566624 -46 -0.0

@github-actions
Copy link

github-actions bot commented Nov 22, 2022

PR #23528: Size comparison from 669cd47 to e8f9f14

Increases above 0.2%:

platform target config section 669cd47 e8f9f14 change % change
bl702 lighting-app bl702 .debug_ranges 361248 363464 2216 0.6
bl702+rpc .debug_ranges 384768 387000 2232 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3691677 3704760 13083 0.4
.debug_ranges 341008 345720 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3712661 3723693 11032 0.3
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_line 3281782 3290680 8898 0.3
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_line 3276610 3290689 14079 0.4
.debug_ranges 306288 310360 4072 1.3
Increases (31 builds for bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 669cd47 e8f9f14 change % change
bl702 lighting-app bl702 .debug_abbrev 1524270 1526541 2271 0.1
.debug_line 5276251 5288945 12694 0.2
.debug_ranges 361248 363464 2216 0.6
.rodata 116680 116728 48 0.0
bl702+rpc .debug_abbrev 1668440 1670788 2348 0.1
.debug_line 5673645 5686331 12686 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.rodata 130424 130456 32 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679595 24 0.0
.rodata 89923 89963 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643851 24 0.0
.rodata 79059 79099 40 0.1
lock-ftd LP_CC2652R7 (read only) 677183 677223 40 0.0
.rodata 77351 77391 40 0.1
lock-mtd LP_CC2652R7 (read only) 661963 661995 32 0.0
.rodata 103435 103475 40 0.0
pump-app LP_CC2652R7 (read only) 690055 690095 40 0.0
.rodata 90871 90911 40 0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674051 24 0.0
.rodata 86427 86459 32 0.0
shell LP_CC2652R7 (read only) 670790 670814 24 0.0
.rodata 86670 86710 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588334 588342 8 0.0
.app_xip_area 464544 464552 8 0.0
lock cyw930739m2evb_01 (read/write) 592098 592114 16 0.0
.app_xip_area 463012 463028 16 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975844 24 0.0
.text 821372 821396 24 0.0
lock-app BRD4161A+wf200 (read/write) 1161360 1161376 16 0.0
.text 1001052 1001068 16 0.0
esp32 all-clusters-app c3devkit (read/write) 1786670 1786702 32 0.0
.flash.rodata 256496 256528 32 0.0
m5stack (read/write) 562636 562668 32 0.0
.flash.rodata 313608 313640 32 0.0
k32w light k32w0+release (read/write) 673224 673248 24 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634268 16 0.0
.text 553772 553788 16 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
rodata 144804 144844 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1169003 40 0.0
rodata 136592 136632 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1748228 1748244 16 0.0
.debug_abbrev 1235661 1238187 2526 0.2
.debug_line 3691677 3704760 13083 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
.text 1548464 1548480 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227552 1230078 2526 0.2
.debug_line 3712661 3723693 11032 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062079 1064681 2602 0.2
.debug_line 3281782 3290680 8898 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1064054 1066564 2510 0.2
.debug_line 3276610 3290689 14079 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
qpg lighting-app qpg6105+debug (read/write) 1152096 1152120 24 0.0
.text 599196 599220 24 0.0
lock-app qpg6105+debug (read/write) 1117600 1117624 24 0.0
.text 564696 564720 24 0.0
telink lighting-app tlsr9518adk80d (read/write) 876576 876580 4 0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806472 4 0.0
Decreases (27 builds for bl602, bl702, cc13x2_26x2, efr32, esp32, nrfconnect, psoc6, telink)
platform target config section 669cd47 e8f9f14 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377434 -12 -0.0
.text 1061184 1061134 -50 -0.0
bl602+rpc (read/write) 1423310 1423298 -12 -0.0
.text 1092654 1092608 -46 -0.0
bl702 lighting-app bl702 (read/write) 1196871 1196855 -16 -0.0
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155857 -12033 -0.0
.debug_loc 3373401 3373393 -8 -0.0
.debug_str 3474852 3474775 -77 -0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.text 957062 957006 -56 -0.0
bl702+rpc (read/write) 1285395 1285379 -16 -0.0
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428573 -12089 -0.0
.debug_str 3872449 3872384 -65 -0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.text 1031040 1030988 -52 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171964 171940 -24 -0.0
.text 589336 589320 -16 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 564448 564432 -16 -0.0
lock-ftd LP_CC2652R7 (read/write) 171920 171880 -40 -0.0
lock-mtd LP_CC2652R7 (read/write) 182396 182364 -32 -0.0
.text 558048 558040 -8 -0.0
pump-app LP_CC2652R7 (read/write) 159784 159744 -40 -0.0
pump-controller-app LP_CC2652R7 (read/write) 175908 175884 -24 -0.0
.text 587120 587112 -8 -0.0
shell LP_CC2652R7 (read/write) 183064 183040 -24 -0.0
.text 583804 583788 -16 -0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148536 -8 -0.0
.text 982776 982768 -8 -0.0
window-app BRD4187C (read/write) 1141268 1141252 -16 -0.0
.text 974060 974044 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214626 -36 -0.0
.flash.text 1214662 1214626 -36 -0.0
m5stack (read only) 1225427 1225375 -52 -0.0
.flash.text 1220043 1219991 -52 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 818414 818406 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 806936 806928 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007789 -13192 -0.0
.debug_str 3444213 3444136 -77 -0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745612 -13050 -0.0
.debug_str 3433225 3433148 -77 -0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215315 -11883 -0.1
.debug_str 3238811 3238734 -77 -0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434971 -11787 -0.1
.debug_str 3255068 3254991 -77 -0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939072 -4 -0.0
text 650286 650248 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877032 -4 -0.0
text 614238 614204 -34 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791996 -4 -0.0
text 555310 555272 -38 -0.0
lighting-app tlsr9518adk80d text 625622 625590 -32 -0.0
ota-requestor-app tlsr9518adk80d text 566670 566634 -36 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 669cd47 e8f9f14 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377434 -12 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061184 1061134 -50 -0.0
bl602+rpc (read/write) 1423310 1423298 -12 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092654 1092608 -46 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196871 1196855 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524270 1526541 2271 0.1
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155857 -12033 -0.0
.debug_line 5276251 5288945 12694 0.2
.debug_loc 3373401 3373393 -8 -0.0
.debug_ranges 361248 363464 2216 0.6
.debug_str 3474852 3474775 -77 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116680 116728 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957062 957006 -56 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285395 1285379 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668440 1670788 2348 0.1
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428573 -12089 -0.0
.debug_line 5673645 5686331 12686 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.debug_str 3872449 3872384 -65 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130424 130456 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031040 1030988 -52 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679595 24 0.0
(read/write) 171964 171940 -24 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89963 40 0.0
.text 589336 589320 -16 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643851 24 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79099 40 0.1
.text 564448 564432 -16 -0.0
lock-ftd LP_CC2652R7 (read only) 677183 677223 40 0.0
(read/write) 171920 171880 -40 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77391 40 0.1
.text 599352 599352 0 0.0
lock-mtd LP_CC2652R7 (read only) 661963 661995 32 0.0
(read/write) 182396 182364 -32 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103475 40 0.0
.text 558048 558040 -8 -0.0
pump-app LP_CC2652R7 (read only) 690055 690095 40 0.0
(read/write) 159784 159744 -40 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90871 90911 40 0.0
.text 598700 598700 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674051 24 0.0
(read/write) 175908 175884 -24 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86459 32 0.0
.text 587120 587112 -8 -0.0
shell LP_CC2652R7 (read only) 670790 670814 24 0.0
(read/write) 183064 183040 -24 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86710 40 0.0
.text 583804 583788 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588334 588342 8 0.0
.app_xip_area 464544 464552 8 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592098 592114 16 0.0
.app_xip_area 463012 463028 16 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975844 24 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821372 821396 24 0.0
BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148536 -8 -0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 982776 982768 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1161360 1161376 16 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1001052 1001068 16 0.0
window-app BRD4187C (read/write) 1141268 1141252 -16 -0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974060 974044 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214626 -36 -0.0
(read/write) 1786670 1786702 32 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256496 256528 32 0.0
.flash.text 1214662 1214626 -36 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225427 1225375 -52 -0.0
(read/write) 562636 562668 32 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313608 313640 32 0.0
.flash.text 1220043 1219991 -52 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662692 662692 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564364 564364 0 0.0
light k32w0+release (read/write) 673224 673248 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634268 16 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553772 553788 16 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527372 79008 0.8
(read/write) 707697 707697 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 651984 651984 0 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519324 519372 48 0.0
.text 8270468 8349428 78960 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453656 2463160 9504 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
bss 145285 145285 0 0.0
rodata 144804 144844 40 0.0
text 818414 818406 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1169003 40 0.0
bss 144512 144512 0 0.0
rodata 136592 136632 40 0.0
text 806936 806928 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748228 1748244 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235661 1238187 2526 0.2
.debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007789 -13192 -0.0
.debug_line 3691677 3704760 13083 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
.debug_str 3444213 3444136 -77 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
.text 1548464 1548480 16 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690748 1690748 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227552 1230078 2526 0.2
.debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745612 -13050 -0.0
.debug_line 3712661 3723693 11032 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
.debug_str 3433225 3433148 -77 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
.text 1491720 1491720 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062079 1064681 2602 0.2
.debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215315 -11883 -0.1
.debug_line 3281782 3290680 8898 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
.debug_str 3238811 3238734 -77 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
.text 1418080 1418080 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642436 1642436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1064054 1066564 2510 0.2
.debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434971 -11787 -0.1
.debug_line 3276610 3290689 14079 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
.debug_str 3255068 3254991 -77 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
.text 1446600 1446600 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1152096 1152120 24 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 599196 599220 24 0.0
lock-app qpg6105+debug (read/write) 1117600 1117624 24 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564696 564720 24 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939072 -4 -0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650286 650248 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877032 -4 -0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614238 614204 -34 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791996 -4 -0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555310 555272 -38 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876580 4 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625622 625590 -32 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806472 4 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566670 566634 -36 -0.0

@github-actions
Copy link

github-actions bot commented Nov 22, 2022

PR #23528: Size comparison from 669cd47 to f6478c8

Increases above 0.2%:

platform target config section 669cd47 f6478c8 change % change
bl702 lighting-app bl702 .debug_ranges 361248 363464 2216 0.6
bl702+rpc .debug_ranges 384768 387000 2232 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
linux chip-tool-ipv6only arm64 (read only) 10448364 10527068 78704 0.8
.text 8270468 8349300 78832 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3691677 3704760 13083 0.4
.debug_ranges 341008 345720 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3712661 3723693 11032 0.3
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_line 3281782 3290680 8898 0.3
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_line 3276610 3290689 14079 0.4
.debug_ranges 306288 310360 4072 1.3
Increases (31 builds for bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 669cd47 f6478c8 change % change
bl702 lighting-app bl702 .debug_abbrev 1524270 1526541 2271 0.1
.debug_line 5276251 5288945 12694 0.2
.debug_ranges 361248 363464 2216 0.6
.rodata 116680 116728 48 0.0
bl702+rpc .debug_abbrev 1668440 1670788 2348 0.1
.debug_line 5673645 5686331 12686 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.rodata 130424 130456 32 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679595 24 0.0
.rodata 89923 89963 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643851 24 0.0
.rodata 79059 79099 40 0.1
lock-ftd LP_CC2652R7 (read only) 677183 677223 40 0.0
.rodata 77351 77391 40 0.1
lock-mtd LP_CC2652R7 (read only) 661963 662003 40 0.0
.rodata 103435 103475 40 0.0
pump-app LP_CC2652R7 (read only) 690055 690095 40 0.0
.rodata 90871 90911 40 0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674051 24 0.0
.rodata 86427 86459 32 0.0
shell LP_CC2652R7 (read only) 670790 670814 24 0.0
.rodata 86670 86710 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588334 588342 8 0.0
.app_xip_area 464544 464552 8 0.0
lock cyw930739m2evb_01 (read/write) 592098 592114 16 0.0
.app_xip_area 463012 463028 16 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975844 24 0.0
.text 821372 821396 24 0.0
lock-app BRD4161A+wf200 (read/write) 1161360 1161376 16 0.0
.text 1001052 1001068 16 0.0
esp32 all-clusters-app c3devkit (read/write) 1786670 1786710 40 0.0
.flash.rodata 256496 256536 40 0.0
m5stack (read/write) 562636 562668 32 0.0
.flash.rodata 313608 313640 32 0.0
k32w contact k32w0+release (read/write) 662692 662708 16 0.0
.text 564364 564380 16 0.0
light k32w0+release (read/write) 673224 673248 24 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634268 16 0.0
.text 553772 553788 16 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527068 78704 0.8
.rodata 519324 519340 16 0.0
.text 8270468 8349300 78832 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453656 2463160 9504 0.4
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
rodata 144804 144844 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1169003 40 0.0
rodata 136592 136632 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1748228 1748244 16 0.0
.debug_abbrev 1235661 1238187 2526 0.2
.debug_line 3691677 3704760 13083 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
.text 1548464 1548480 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227552 1230078 2526 0.2
.debug_line 3712661 3723693 11032 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062079 1064681 2602 0.2
.debug_line 3281782 3290680 8898 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1064054 1066564 2510 0.2
.debug_line 3276610 3290689 14079 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
qpg lighting-app qpg6105+debug (read/write) 1152096 1152120 24 0.0
.text 599196 599220 24 0.0
lock-app qpg6105+debug (read/write) 1117600 1117624 24 0.0
.text 564696 564720 24 0.0
telink ota-requestor-app tlsr9518adk80d (read/write) 806468 806472 4 0.0
Decreases (28 builds for bl602, bl702, cc13x2_26x2, efr32, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 669cd47 f6478c8 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377434 -12 -0.0
.text 1061184 1061132 -52 -0.0
bl602+rpc (read/write) 1423310 1423298 -12 -0.0
.text 1092654 1092604 -50 -0.0
bl702 lighting-app bl702 (read/write) 1196871 1196855 -16 -0.0
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155856 -12034 -0.0
.debug_loc 3373401 3373393 -8 -0.0
.debug_str 3474852 3474775 -77 -0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.text 957062 957004 -58 -0.0
bl702+rpc (read/write) 1285395 1285379 -16 -0.0
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428572 -12090 -0.0
.debug_str 3872449 3872384 -65 -0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.text 1031040 1030986 -54 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171964 171940 -24 -0.0
.text 589336 589320 -16 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 564448 564432 -16 -0.0
lock-ftd LP_CC2652R7 (read/write) 171920 171880 -40 -0.0
lock-mtd LP_CC2652R7 (read/write) 182396 182356 -40 -0.0
pump-app LP_CC2652R7 (read/write) 159784 159744 -40 -0.0
pump-controller-app LP_CC2652R7 (read/write) 175908 175884 -24 -0.0
.text 587120 587112 -8 -0.0
shell LP_CC2652R7 (read/write) 183064 183040 -24 -0.0
.text 583804 583788 -16 -0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148536 -8 -0.0
.text 982776 982768 -8 -0.0
window-app BRD4187C (read/write) 1141268 1141252 -16 -0.0
.text 974060 974044 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214628 -34 -0.0
.flash.text 1214662 1214628 -34 -0.0
m5stack (read only) 1225427 1225375 -52 -0.0
.flash.text 1220043 1219991 -52 -0.0
linux chip-tool-ipv6only arm64 (read/write) 707697 707681 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 818414 818406 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 806936 806928 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007789 -13192 -0.0
.debug_str 3444213 3444136 -77 -0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745612 -13050 -0.0
.debug_str 3433225 3433148 -77 -0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215316 -11882 -0.1
.debug_str 3238811 3238734 -77 -0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434970 -11788 -0.1
.debug_str 3255068 3254991 -77 -0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939072 -4 -0.0
text 650286 650248 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877032 -4 -0.0
text 614238 614202 -36 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791996 -4 -0.0
text 555310 555274 -36 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876572 -4 -0.0
text 625622 625588 -34 -0.0
ota-requestor-app tlsr9518adk80d text 566670 566636 -34 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 669cd47 f6478c8 change % change
bl602 lighting-app bl602 (read/write) 1377446 1377434 -12 -0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061184 1061132 -52 -0.0
bl602+rpc (read/write) 1423310 1423298 -12 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092654 1092604 -50 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196871 1196855 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524270 1526541 2271 0.1
.debug_aranges 132424 132416 -8 -0.0
.debug_frame 485832 485812 -20 -0.0
.debug_info 39167890 39155856 -12034 -0.0
.debug_line 5276251 5288945 12694 0.2
.debug_loc 3373401 3373393 -8 -0.0
.debug_ranges 361248 363464 2216 0.6
.debug_str 3474852 3474775 -77 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116680 116728 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568355 568327 -28 -0.0
.symtab 172048 172032 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957062 957004 -58 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285395 1285379 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668440 1670788 2348 0.1
.debug_aranges 140520 140512 -8 -0.0
.debug_frame 513168 513148 -20 -0.0
.debug_info 43440662 43428572 -12090 -0.0
.debug_line 5673645 5686331 12686 0.2
.debug_loc 3568012 3568019 7 0.0
.debug_ranges 384768 387000 2232 0.6
.debug_str 3872449 3872384 -65 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130424 130456 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628505 628477 -28 -0.0
.symtab 190192 190176 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031040 1030986 -54 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679571 679595 24 0.0
(read/write) 171964 171940 -24 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89963 40 0.0
.text 589336 589320 -16 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643827 643851 24 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79099 40 0.1
.text 564448 564432 -16 -0.0
lock-ftd LP_CC2652R7 (read only) 677183 677223 40 0.0
(read/write) 171920 171880 -40 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77391 40 0.1
.text 599352 599352 0 0.0
lock-mtd LP_CC2652R7 (read only) 661963 662003 40 0.0
(read/write) 182396 182356 -40 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103475 40 0.0
.text 558048 558048 0 0.0
pump-app LP_CC2652R7 (read only) 690055 690095 40 0.0
(read/write) 159784 159744 -40 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90871 90911 40 0.0
.text 598700 598700 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674027 674051 24 0.0
(read/write) 175908 175884 -24 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86459 32 0.0
.text 587120 587112 -8 -0.0
shell LP_CC2652R7 (read only) 670790 670814 24 0.0
(read/write) 183064 183040 -24 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86710 40 0.0
.text 583804 583788 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588334 588342 8 0.0
.app_xip_area 464544 464552 8 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592098 592114 16 0.0
.app_xip_area 463012 463028 16 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544770 551586 6816 1.3
.app_xip_area 426500 433316 6816 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 975820 975844 24 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821372 821396 24 0.0
BRD4161A+rs911x (read/write) 1036720 1036704 -16 -0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 847948 847932 -16 -0.0
BRD4187C (read/write) 1148544 1148536 -8 -0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 982776 982768 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1161360 1161376 16 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1001052 1001068 16 0.0
window-app BRD4187C (read/write) 1141268 1141252 -16 -0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974060 974044 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1214662 1214628 -34 -0.0
(read/write) 1786670 1786710 40 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256496 256536 40 0.0
.flash.text 1214662 1214628 -34 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225427 1225375 -52 -0.0
(read/write) 562636 562668 32 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313608 313640 32 0.0
.flash.text 1220043 1219991 -52 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662692 662708 16 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564364 564380 16 0.0
light k32w0+release (read/write) 673224 673248 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593524 593548 24 0.0
lock k32w0+release (read/write) 634252 634268 16 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553772 553788 16 0.0
linux chip-tool-ipv6only arm64 (read only) 10448364 10527068 78704 0.8
(read/write) 707697 707681 -16 -0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 651984 651984 0 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519324 519340 16 0.0
.text 8270468 8349300 78832 1.0
thermostat-no-ble arm64 (read only) 2387012 2422236 35224 1.5
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145108 40 0.0
.text 1998048 2033232 35184 1.8
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453656 2463160 9504 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416300 1425804 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189583 1189607 24 0.0
bss 145285 145285 0 0.0
rodata 144804 144844 40 0.0
text 818414 818406 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1168963 1169003 40 0.0
bss 144512 144512 0 0.0
rodata 136592 136632 40 0.0
text 806936 806928 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748228 1748244 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235661 1238187 2526 0.2
.debug_aranges 110744 110736 -8 -0.0
.debug_frame 371588 371564 -24 -0.0
.debug_info 27020981 27007789 -13192 -0.0
.debug_line 3691677 3704760 13083 0.4
.debug_loc 3616499 3616647 148 0.0
.debug_ranges 341008 345720 4712 1.4
.debug_str 3444213 3444136 -77 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571950 571922 -28 -0.0
.symtab 421904 421872 -32 -0.0
.text 1548464 1548480 16 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690748 1690748 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227552 1230078 2526 0.2
.debug_aranges 110216 110208 -8 -0.0
.debug_frame 374668 374644 -24 -0.0
.debug_info 26758662 26745612 -13050 -0.0
.debug_line 3712661 3723693 11032 0.3
.debug_loc 3604105 3604253 148 0.0
.debug_ranges 339624 344336 4712 1.4
.debug_str 3433225 3433148 -77 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536039 536011 -28 -0.0
.symtab 408336 408304 -32 -0.0
.text 1491720 1491720 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1608924 1608924 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062079 1064681 2602 0.2
.debug_aranges 102416 102408 -8 -0.0
.debug_frame 344980 344956 -24 -0.0
.debug_info 22227198 22215316 -11882 -0.1
.debug_line 3281782 3290680 8898 0.3
.debug_loc 3301540 3301710 170 0.0
.debug_ranges 304904 308488 3584 1.2
.debug_str 3238811 3238734 -77 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472364 472336 -28 -0.0
.symtab 376704 376672 -32 -0.0
.text 1418080 1418080 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642436 1642436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1064054 1066564 2510 0.2
.debug_aranges 102816 102808 -8 -0.0
.debug_frame 346832 346808 -24 -0.0
.debug_info 22446758 22434970 -11788 -0.1
.debug_line 3276610 3290689 14079 0.4
.debug_loc 3323117 3323241 124 0.0
.debug_ranges 306288 310360 4072 1.3
.debug_str 3255068 3254991 -77 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474151 474123 -28 -0.0
.symtab 378368 378336 -32 -0.0
.text 1446600 1446600 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1152096 1152120 24 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 599196 599220 24 0.0
lock-app qpg6105+debug (read/write) 1117600 1117624 24 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 564696 564720 24 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939072 -4 -0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650286 650248 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877032 -4 -0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614238 614202 -36 -0.0
light-switch-app tlsr9518adk80d (read/write) 792000 791996 -4 -0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555310 555274 -36 -0.0
lighting-app tlsr9518adk80d (read/write) 876576 876572 -4 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625622 625588 -34 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806468 806472 4 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566670 566636 -34 -0.0

@ksperling-apple ksperling-apple marked this pull request as ready for review November 22, 2022 08:34
@pullapprove pullapprove bot requested a review from andy31415 November 22, 2022 08:34
src/darwin/Framework/CHIP/MTRLogging.h Outdated Show resolved Hide resolved
src/darwin/Framework/CHIP/MTRLogging.mm Outdated Show resolved Hide resolved
src/darwin/Framework/CHIP/MTRLogging.mm Outdated Show resolved Hide resolved
src/platform/Darwin/Logging.mm Outdated Show resolved Hide resolved
src/platform/Darwin/LoggingImpl.cpp Outdated Show resolved Hide resolved
src/system/SystemConfig.h Show resolved Hide resolved
Introduce CHIP_SYSTEM_CONFIG_PLATFORM_LOG that enables integrating with CHIP logging at the log macro level.

Note: ChipLog* macros are now statements (not expressions), so a few of usages of VerifyOr... macros required adjustments.
…m logging backend and use it for unit tests and cli tools (chip-tool etc)
…TRLogging_Internal.h. Also compile all ObjC files as ObjC++.
@github-actions
Copy link

github-actions bot commented Dec 1, 2022

PR #23528: Size comparison from 380d403 to 9c149d0

Increases above 0.2%:

platform target config section 380d403 9c149d0 change % change
bl702 lighting-app bl702 .debug_ranges 361288 363504 2216 0.6
bl702+rpc .debug_ranges 384776 387008 2232 0.6
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544714 551522 6808 1.2
.app_xip_area 426476 433284 6808 1.6
linux all-clusters-app debug (read only) 3083801 3111273 27472 0.9
.text 2618114 2645554 27440 1.0
all-clusters-minimal-app debug (read only) 2909417 2934953 25536 0.9
.text 2447314 2472818 25504 1.0
bridge-app debug+rpc (read only) 2406689 2427633 20944 0.9
.text 2028514 2049426 20912 1.0
chip-tool debug (read only) 11099569 11141281 41712 0.4
.text 8980164 9021844 41680 0.5
chip-tool-ipv6only arm64 (read only) 10450156 10528956 78800 0.8
.text 8272068 8350996 78928 1.0
lighting-app debug+rpc (read only) 2638913 2660849 21936 0.8
.text 2234546 2256450 21904 1.0
lock-app debug (read only) 2596073 2620137 24064 0.9
.text 2180290 2204322 24032 1.1
ota-provider-app debug (read only) 2390433 2412433 22000 0.9
.text 2005362 2027330 21968 1.1
ota-requestor-app debug (read only) 2557217 2581025 23808 0.9
.text 2156002 2179778 23776 1.1
shell debug (read only) 2619297 2643713 24416 0.9
.text 2220338 2244722 24384 1.1
thermostat-no-ble arm64 (read only) 2387076 2422044 34968 1.5
.text 1998112 2033200 35088 1.8
tv-app debug (read only) 3253905 3283153 29248 0.9
.text 2791570 2820786 29216 1.0
tv-casting-app debug (read only) 5588809 5623369 34560 0.6
.text 4956882 4991410 34528 0.7
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453760 2463264 9504 0.4
.text 1416404 1425908 9504 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 3691367 3704465 13098 0.4
.debug_ranges 340832 345544 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3712355 3723402 11047 0.3
.debug_ranges 339448 344160 4712 1.4
light cy8ckit_062s2_43012 .debug_line 3281695 3290607 8912 0.3
.debug_ranges 304712 308296 3584 1.2
lock cy8ckit_062s2_43012 .debug_line 3276279 3290372 14093 0.4
.debug_ranges 306080 310152 4072 1.3
Increases (44 builds for bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 380d403 9c149d0 change % change
bl702 lighting-app bl702 .debug_abbrev 1524554 1526825 2271 0.1
.debug_line 5127060 5139755 12695 0.2
.debug_loc 3373858 3373933 75 0.0
.debug_ranges 361288 363504 2216 0.6
.rodata 116288 116320 32 0.0
bl702+rpc .debug_abbrev 1671640 1674031 2391 0.1
.debug_line 5517237 5529924 12687 0.2
.debug_loc 3569239 3569270 31 0.0
.debug_ranges 384776 387008 2232 0.6
.rodata 130000 130032 32 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679427 679467 40 0.0
.rodata 89923 89963 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643691 643731 40 0.0
.rodata 79059 79099 40 0.1
lock-ftd LP_CC2652R7 (read only) 676983 677007 24 0.0
.rodata 77351 77391 40 0.1
lock-mtd LP_CC2652R7 (read only) 661779 661803 24 0.0
.rodata 103435 103475 40 0.0
pump-app LP_CC2652R7 (read only) 689919 689943 24 0.0
.rodata 90871 90911 40 0.0
pump-controller-app LP_CC2652R7 (read only) 673827 673851 24 0.0
.rodata 86427 86459 32 0.0
shell LP_CC2652R7 (read only) 670646 670678 32 0.0
.rodata 86670 86710 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588326 588342 16 0.0
.app_xip_area 464576 464592 16 0.0
lock cyw930739m2evb_01 (read/write) 592034 592042 8 0.0
.app_xip_area 462988 462996 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544714 551522 6808 1.2
.app_xip_area 426476 433284 6808 1.6
efr32 lighting-app BRD4161A+rpc (read/write) 976092 976108 16 0.0
.text 821644 821660 16 0.0
BRD4187C (read/write) 1149196 1149204 8 0.0
.text 983428 983436 8 0.0
lock-app BRD4161A+wf200 (read/write) 1163288 1163312 24 0.0
.text 1002944 1002968 24 0.0
esp32 all-clusters-app c3devkit (read/write) 1786662 1786710 48 0.0
.flash.rodata 256488 256536 48 0.0
m5stack (read/write) 562636 562676 40 0.0
.flash.rodata 313608 313648 40 0.0
k32w light k32w0+release (read/write) 673080 673104 24 0.0
.text 593380 593404 24 0.0
lock k32w0+release (read/write) 634044 634060 16 0.0
.text 553564 553580 16 0.0
linux all-clusters-app debug (read only) 3083801 3111273 27472 0.9
.rodata 281195 281227 32 0.0
.text 2618114 2645554 27440 1.0
all-clusters-minimal-app debug (read only) 2909417 2934953 25536 0.9
.rodata 280651 280683 32 0.0
.text 2447314 2472818 25504 1.0
bridge-app debug+rpc (read only) 2406689 2427633 20944 0.9
.rodata 210816 210848 32 0.0
.text 2028514 2049426 20912 1.0
chip-tool debug (read only) 11099569 11141281 41712 0.4
.rodata 592965 592997 32 0.0
.text 8980164 9021844 41680 0.5
chip-tool-ipv6only arm64 (read only) 10450156 10528956 78800 0.8
.rodata 519484 519500 16 0.0
.text 8272068 8350996 78928 1.0
lighting-app debug+rpc (read only) 2638913 2660849 21936 0.8
.rodata 227808 227840 32 0.0
.text 2234546 2256450 21904 1.0
lock-app debug (read only) 2596073 2620137 24064 0.9
.rodata 244072 244104 32 0.0
.text 2180290 2204322 24032 1.1
ota-provider-app debug (read only) 2390433 2412433 22000 0.9
.rodata 216520 216552 32 0.0
.text 2005362 2027330 21968 1.1
ota-requestor-app debug (read only) 2557217 2581025 23808 0.9
.rodata 223568 223600 32 0.0
.text 2156002 2179778 23776 1.1
shell debug (read only) 2619297 2643713 24416 0.9
.rodata 239442 239474 32 0.0
.text 2220338 2244722 24384 1.1
thermostat-no-ble arm64 (read only) 2387076 2422044 34968 1.5
.rodata 145068 145092 24 0.0
.text 1998112 2033200 35088 1.8
tv-app debug (read only) 3253905 3283153 29248 0.9
.rodata 268344 268376 32 0.0
.text 2791570 2820786 29216 1.0
tv-casting-app debug (read only) 5588809 5623369 34560 0.6
.rodata 355801 355833 32 0.0
.text 4956882 4991410 34528 0.7
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2453760 2463264 9504 0.4
.text 1416404 1425908 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190723 1190763 40 0.0
rodata 144408 144448 40 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360850 1360890 40 0.0
rodata 211512 211552 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136387 1136407 20 0.0
rodata 120728 120764 36 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235876 1238402 2526 0.2
.debug_line 3691367 3704465 13098 0.4
.debug_loc 3616201 3616350 149 0.0
.debug_ranges 340832 345544 4712 1.4
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227767 1230293 2526 0.2
.debug_line 3712355 3723402 11047 0.3
.debug_loc 3603807 3603956 149 0.0
.debug_ranges 339448 344160 4712 1.4
light cy8ckit_062s2_43012 .debug_abbrev 1062290 1064892 2602 0.2
.debug_line 3281695 3290607 8912 0.3
.debug_loc 3301727 3301880 153 0.0
.debug_ranges 304712 308296 3584 1.2
lock cy8ckit_062s2_43012 .debug_abbrev 1064298 1066808 2510 0.2
.debug_line 3276279 3290372 14093 0.4
.debug_loc 3323104 3323212 108 0.0
.debug_ranges 306080 310152 4072 1.3
qpg lighting-app qpg6105+debug (read/write) 1150844 1150884 40 0.0
.text 597944 597984 40 0.0
lock-app qpg6105+debug (read/write) 1116716 1116756 40 0.0
.text 563812 563852 40 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939004 939008 4 0.0
thermostat tlsr9518adk80d (read/write) 793356 793360 4 0.0
Decreases (27 builds for bl602, bl702, cc13x2_26x2, efr32, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 380d403 9c149d0 change % change
bl602 lighting-app bl602 (read/write) 1355018 1354998 -20 -0.0
.text 1037804 1037752 -52 -0.0
bl602+rpc (read/write) 1400706 1400694 -12 -0.0
.text 1069134 1069084 -50 -0.0
bl702 lighting-app bl702 (read/write) 1195423 1195407 -16 -0.0
.debug_aranges 132464 132456 -8 -0.0
.debug_frame 485972 485952 -20 -0.0
.debug_info 39160269 39148237 -12032 -0.0
.debug_str 3475303 3475226 -77 -0.0
.strtab 568475 568447 -28 -0.0
.symtab 172016 172000 -16 -0.0
.text 956012 955958 -54 -0.0
bl702+rpc (read/write) 1284059 1284027 -32 -0.0
.debug_aranges 140600 140592 -8 -0.0
.debug_frame 513408 513388 -20 -0.0
.debug_info 43456980 43444897 -12083 -0.0
.debug_str 3874896 3874831 -65 -0.0
.strtab 628629 628601 -28 -0.0
.symtab 190160 190144 -16 -0.0
.text 1030118 1030062 -56 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 172108 172068 -40 -0.0
lock-ftd LP_CC2652R7 (read/write) 172120 172096 -24 -0.0
.text 599152 599136 -16 -0.0
lock-mtd LP_CC2652R7 (read/write) 182580 182556 -24 -0.0
.text 557864 557848 -16 -0.0
pump-app LP_CC2652R7 (read/write) 159920 159896 -24 -0.0
.text 598564 598548 -16 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176108 176084 -24 -0.0
.text 586920 586912 -8 -0.0
shell LP_CC2652R7 (read/write) 183208 183176 -32 -0.0
.text 583660 583652 -8 -0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037632 1037624 -8 -0.0
.text 848864 848856 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1214742 1214706 -36 -0.0
.flash.text 1214742 1214706 -36 -0.0
m5stack (read only) 1225491 1225439 -52 -0.0
.flash.text 1220107 1220055 -52 -0.0
linux chip-tool-ipv6only arm64 (read/write) 707713 707697 -16 -0.0
thermostat-no-ble arm64 (read/write) 143665 143649 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 819872 819864 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 790040 790032 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110760 110752 -8 -0.0
.debug_frame 371660 371636 -24 -0.0
.debug_info 27036449 27023255 -13194 -0.0
.debug_str 3444845 3444768 -77 -0.0
.strtab 571601 571573 -28 -0.0
.symtab 422016 421984 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110232 110224 -8 -0.0
.debug_frame 374716 374692 -24 -0.0
.debug_info 26773951 26760898 -13053 -0.0
.debug_str 3433857 3433780 -77 -0.0
.strtab 535690 535662 -28 -0.0
.symtab 408448 408416 -32 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102432 102424 -8 -0.0
.debug_frame 345052 345028 -24 -0.0
.debug_info 22239744 22227860 -11884 -0.1
.debug_str 3239443 3239366 -77 -0.0
.strtab 472015 471987 -28 -0.0
.symtab 376816 376784 -32 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102816 102808 -8 -0.0
.debug_frame 346848 346824 -24 -0.0
.debug_info 22459105 22447317 -11788 -0.1
.debug_str 3255275 3255198 -77 -0.0
.strtab 473677 473649 -28 -0.0
.symtab 378416 378384 -32 -0.0
telink all-clusters-app tlsr9518adk80d text 650268 650230 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876972 876968 -4 -0.0
text 614222 614188 -34 -0.0
light-switch-app tlsr9518adk80d (read/write) 792192 792188 -4 -0.0
text 555366 555330 -36 -0.0
lighting-app tlsr9518adk80d (read/write) 876512 876508 -4 -0.0
text 625610 625572 -38 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806560 806556 -4 -0.0
text 566706 566668 -38 -0.0
thermostat tlsr9518adk80d text 554340 554306 -34 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 380d403 9c149d0 change % change
bl602 lighting-app bl602 (read/write) 1355018 1354998 -20 -0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1037804 1037752 -52 -0.0
bl602+rpc (read/write) 1400706 1400694 -12 -0.0
.bss 95105 95105 0 0.0
.data 10384 10384 0 0.0
.text 1069134 1069084 -50 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195423 1195407 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524554 1526825 2271 0.1
.debug_aranges 132464 132456 -8 -0.0
.debug_frame 485972 485952 -20 -0.0
.debug_info 39160269 39148237 -12032 -0.0
.debug_line 5127060 5139755 12695 0.2
.debug_loc 3373858 3373933 75 0.0
.debug_ranges 361288 363504 2216 0.6
.debug_str 3475303 3475226 -77 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116288 116320 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568475 568447 -28 -0.0
.symtab 172016 172000 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956012 955958 -54 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284059 1284027 -32 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1671640 1674031 2391 0.1
.debug_aranges 140600 140592 -8 -0.0
.debug_frame 513408 513388 -20 -0.0
.debug_info 43456980 43444897 -12083 -0.0
.debug_line 5517237 5529924 12687 0.2
.debug_loc 3569239 3569270 31 0.0
.debug_ranges 384776 387008 2232 0.6
.debug_str 3874896 3874831 -65 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130000 130032 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628629 628601 -28 -0.0
.symtab 190160 190144 -16 -0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030118 1030062 -56 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679427 679467 40 0.0
(read/write) 172108 172068 -40 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89963 40 0.0
.text 589192 589192 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643691 643731 40 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79099 40 0.1
.text 564312 564312 0 0.0
lock-ftd LP_CC2652R7 (read only) 676983 677007 24 0.0
(read/write) 172120 172096 -24 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77391 40 0.1
.text 599152 599136 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 661779 661803 24 0.0
(read/write) 182580 182556 -24 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103475 40 0.0
.text 557864 557848 -16 -0.0
pump-app LP_CC2652R7 (read only) 689919 689943 24 0.0
(read/write) 159920 159896 -24 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90871 90911 40 0.0
.text 598564 598548 -16 -0.0
pump-controller-app LP_CC2652R7 (read only) 673827 673851 24 0.0
(read/write) 176108 176084 -24 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86459 32 0.0
.text 586920 586912 -8 -0.0
shell LP_CC2652R7 (read only) 670646 670678 32 0.0
(read/write) 183208 183176 -32 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86710 40 0.0
.text 583660 583652 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588326 588342 16 0.0
.app_xip_area 464576 464592 16 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592034 592042 8 0.0
.app_xip_area 462988 462996 8 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544714 551522 6808 1.2
.app_xip_area 426476 433284 6808 1.6
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976092 976108 16 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821644 821660 16 0.0
BRD4161A+rs911x (read/write) 1037632 1037624 -8 -0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 848864 848856 -8 -0.0
BRD4187C (read/write) 1149196 1149204 8 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 983428 983436 8 0.0
lock-app BRD4161A+wf200 (read/write) 1163288 1163312 24 0.0
.bss 158304 158304 0 0.0
.data 2020 2020 0 0.0
.text 1002944 1002968 24 0.0
window-app BRD4187C (read/write) 1141736 1141736 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974528 974528 0 0.0
esp32 all-clusters-app c3devkit (read only) 1214742 1214706 -36 -0.0
(read/write) 1786662 1786710 48 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256488 256536 48 0.0
.flash.text 1214742 1214706 -36 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225491 1225439 -52 -0.0
(read/write) 562636 562676 40 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313608 313648 40 0.0
.flash.text 1220107 1220055 -52 -0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662516 662516 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564188 564188 0 0.0
light k32w0+release (read/write) 673080 673104 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593380 593404 24 0.0
lock k32w0+release (read/write) 634044 634060 16 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553564 553580 16 0.0
linux all-clusters-app debug (read only) 3083801 3111273 27472 0.9
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281195 281227 32 0.0
.text 2618114 2645554 27440 1.0
all-clusters-minimal-app debug (read only) 2909417 2934953 25536 0.9
(read/write) 149904 149904 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280651 280683 32 0.0
.text 2447314 2472818 25504 1.0
bridge-app debug+rpc (read only) 2406689 2427633 20944 0.9
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210816 210848 32 0.0
.text 2028514 2049426 20912 1.0
chip-tool debug (read only) 11099569 11141281 41712 0.4
(read/write) 659616 659616 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624352 624352 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592965 592997 32 0.0
.text 8980164 9021844 41680 0.5
chip-tool-ipv6only arm64 (read only) 10450156 10528956 78800 0.8
(read/write) 707713 707697 -16 -0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652008 652008 0 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519484 519500 16 0.0
.text 8272068 8350996 78928 1.0
lighting-app debug+rpc (read only) 2638913 2660849 21936 0.8
(read/write) 132360 132360 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73896 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227808 227840 32 0.0
.text 2234546 2256450 21904 1.0
lock-app debug (read only) 2596073 2620137 24064 0.9
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244072 244104 32 0.0
.text 2180290 2204322 24032 1.1
ota-provider-app debug (read only) 2390433 2412433 22000 0.9
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216520 216552 32 0.0
.text 2005362 2027330 21968 1.1
ota-requestor-app debug (read only) 2557217 2581025 23808 0.9
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223568 223600 32 0.0
.text 2156002 2179778 23776 1.1
shell debug (read only) 2619297 2643713 24416 0.9
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239442 239474 32 0.0
.text 2220338 2244722 24384 1.1
thermostat-no-ble arm64 (read only) 2387076 2422044 34968 1.5
(read/write) 143665 143649 -16 -0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145092 24 0.0
.text 1998112 2033200 35088 1.8
tv-app debug (read only) 3253905 3283153 29248 0.9
(read/write) 262152 262152 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268344 268376 32 0.0
.text 2791570 2820786 29216 1.0
tv-casting-app debug (read only) 5588809 5623369 34560 0.6
(read/write) 162080 162080 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101408 101408 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 355801 355833 32 0.0
.text 4956882 4991410 34528 0.7
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453760 2463264 9504 0.4
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416404 1425908 9504 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190723 1190763 40 0.0
bss 145289 145289 0 0.0
rodata 144408 144448 40 0.0
text 819872 819864 -8 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360850 1360890 40 0.0
bss 105228 105228 0 0.0
rodata 211512 211552 40 0.0
text 759622 759622 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136387 1136407 20 0.0
bss 144524 144524 0 0.0
rodata 120728 120764 36 0.0
text 790040 790032 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748436 1748436 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235876 1238402 2526 0.2
.debug_aranges 110760 110752 -8 -0.0
.debug_frame 371660 371636 -24 -0.0
.debug_info 27036449 27023255 -13194 -0.0
.debug_line 3691367 3704465 13098 0.4
.debug_loc 3616201 3616350 149 0.0
.debug_ranges 340832 345544 4712 1.4
.debug_str 3444845 3444768 -77 -0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571601 571573 -28 -0.0
.symtab 422016 421984 -32 -0.0
.text 1548672 1548672 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690956 1690956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1227767 1230293 2526 0.2
.debug_aranges 110232 110224 -8 -0.0
.debug_frame 374716 374692 -24 -0.0
.debug_info 26773951 26760898 -13053 -0.0
.debug_line 3712355 3723402 11047 0.3
.debug_loc 3603807 3603956 149 0.0
.debug_ranges 339448 344160 4712 1.4
.debug_str 3433857 3433780 -77 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535690 535662 -28 -0.0
.symtab 408448 408416 -32 -0.0
.text 1491928 1491928 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1609156 1609156 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062290 1064892 2602 0.2
.debug_aranges 102432 102424 -8 -0.0
.debug_frame 345052 345028 -24 -0.0
.debug_info 22239744 22227860 -11884 -0.1
.debug_line 3281695 3290607 8912 0.3
.debug_loc 3301727 3301880 153 0.0
.debug_ranges 304712 308296 3584 1.2
.debug_str 3239443 3239366 -77 -0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472015 471987 -28 -0.0
.symtab 376816 376784 -32 -0.0
.text 1418312 1418312 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642596 1642596 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1064298 1066808 2510 0.2
.debug_aranges 102816 102808 -8 -0.0
.debug_frame 346848 346824 -24 -0.0
.debug_info 22459105 22447317 -11788 -0.1
.debug_line 3276279 3290372 14093 0.4
.debug_loc 3323104 3323212 108 0.0
.debug_ranges 306080 310152 4072 1.3
.debug_str 3255275 3255198 -77 -0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473677 473649 -28 -0.0
.symtab 378416 378384 -32 -0.0
.text 1446760 1446760 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1150844 1150884 40 0.0
.bss 97628 97628 0 0.0
.data 840 840 0 0.0
.text 597944 597984 40 0.0
lock-app qpg6105+debug (read/write) 1116716 1116756 40 0.0
.bss 93100 93100 0 0.0
.data 836 836 0 0.0
.text 563812 563852 40 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939004 939008 4 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650268 650230 -38 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 876972 876968 -4 -0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614222 614188 -34 -0.0
light-switch-app tlsr9518adk80d (read/write) 792192 792188 -4 -0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555366 555330 -36 -0.0
lighting-app tlsr9518adk80d (read/write) 876512 876508 -4 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625610 625572 -38 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806560 806556 -4 -0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566706 566668 -38 -0.0
thermostat tlsr9518adk80d (read/write) 793356 793360 4 0.0
bss 73852 73852 0 0.0
noinit 43480 43480 0 0.0
text 554340 554306 -34 -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.

4 participants