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

Improve our various round-trip timeout computations. #33587

Merged

Conversation

bzbarsky-apple
Copy link
Contributor

We had a few issues:

  1. Our "round-trip timeout" only accounted for one side of the round-trip needing to do MRP retransmits. So if the sender retried a few times, the last retry finally got through, then the response had to be retried a well, the sender would time out the exchange before the response was received. The fix here is to add the MRP backoff times for both the initial message and the response.

  2. ReadClient could end up timing out a subscription before the server had actually given up on receiving a StatusReport in response to its ReportData, in situations where the server ended up doing MRP retries and the last MRP retry took a few seconds to get through the network. The fix here is to just estimate how long the server will be waiting for the StatusReport and not time out the subscription until then; at that point even if the server did in fact send its report on time, it will have dropped the subscription on its end.

Copy link

github-actions bot commented May 24, 2024

PR #33587: Size comparison from 10f7aa9 to 7f3a359

Increases above 0.2%:

platform target config section 10f7aa9 7f3a359 change % change
linux chip-tool-ipv6only arm64 (read/write) 589928 592616 2688 0.5
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 10f7aa9 7f3a359 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212459 352 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read/write) 1223195 1223543 348 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read/write) 1303571 1303923 352 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth .rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.data.rel.ro 76536 76584 48 0.1
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.data.rel.ro 336072 336104 32 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.data.rel.ro 99608 99640 32 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.data.rel.ro 88576 88608 32 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417336 64 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.data.rel.ro 457424 457472 48 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.data.rel.ro 411480 411528 48 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.data.rel.ro 86304 86336 32 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.data.rel.ro 96992 97024 32 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.data.rel.ro 82568 82616 48 0.1
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.data.rel.ro 71824 71856 32 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.data.rel.ro 74928 74960 32 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.data.rel.ro 88792 88832 40 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
.data.rel.ro 106008 106048 40 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.data.rel.ro 96568 96600 32 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.data.rel.ro 176432 176480 48 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536952 272 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061700 308 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238848 292 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009372 292 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
.text 575908 576196 288 0.1
k32w1+release (read/write) 704308 704612 304 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
.text 610088 610392 304 0.0
k32w1+release (read/write) 796256 796560 304 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827804 360 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1749084 368 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667508 352 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696172 352 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835478 308 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843860 308 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060416 316 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915960 316 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837846 316 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948940 328 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772376 316 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092532 316 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912940 316 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935152 316 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read/write) 832104 832420 316 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607804 316 0.1
text 451088 451382 294 0.1
shell tlsr9518adk80d (read/write) 674948 675088 140 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845698 316 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860541 316 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read/write) 826756 827072 316 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read/write) 836808 837124 316 0.0
text 624256 624550 294 0.0
Decreases (2 builds for bl702, linux)
platform target config section 10f7aa9 7f3a359 change % change
bl702 lighting-app bl706-eth (read/write) 1029213 1026101 -3112 -0.3
linux thermostat-no-ble arm64 (read/write) 248752 247464 -1288 -0.5
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 10f7aa9 7f3a359 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212459 352 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223543 348 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303923 352 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth (read/write) 1029213 1026101 -3112 -0.3
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76584 48 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336104 32 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99640 32 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88608 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417336 64 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457472 48 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 360916 0 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411528 48 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86336 32 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97024 32 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82616 48 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71856 32 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74960 32 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88832 40 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
(read/write) 248752 247464 -1288 -0.5
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106048 40 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96600 32 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176480 48 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536952 272 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061700 308 0.0
bss 139209 139209 0 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238848 292 0.0
bss 137637 137637 0 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009372 292 0.0
bss 138107 138107 0 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 576196 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704612 304 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610392 304 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796560 304 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827804 360 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1749084 368 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667508 352 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696172 352 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835478 308 0.0
bss 49944 49944 0 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843860 308 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060416 316 0.0
bss 110132 110132 0 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915960 316 0.0
bss 92888 92888 0 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837846 316 0.0
bss 49988 49988 0 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948940 328 0.0
bss 76580 76580 0 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772376 316 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092532 316 0.0
bss 99980 99980 0 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912940 316 0.0
bss 69268 69268 0 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935152 316 0.0
bss 92620 92620 0 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832420 316 0.0
bss 58232 58232 0 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607804 316 0.1
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451382 294 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675088 140 0.0
bss 71852 71852 0 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845698 316 0.0
bss 51616 51616 0 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860541 316 0.0
bss 59804 59804 0 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 827072 316 0.0
bss 56492 56492 0 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837124 316 0.0
bss 58448 58448 0 0.0
text 624256 624550 294 0.0

@woody-apple woody-apple force-pushed the improve-timeout-computations branch from 7f3a359 to c0dad30 Compare May 24, 2024 07:29
Copy link

github-actions bot commented May 24, 2024

PR #33587: Size comparison from 638aa28 to c0dad30

Increases above 0.2%:

platform target config section 638aa28 c0dad30 change % change
linux chip-tool-ipv6only arm64 (read/write) 589928 592616 2688 0.5
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 638aa28 c0dad30 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212459 352 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read/write) 1223195 1223543 348 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read/write) 1303571 1303923 352 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth .rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.data.rel.ro 76536 76584 48 0.1
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.data.rel.ro 336072 336104 32 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.data.rel.ro 99608 99640 32 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.data.rel.ro 88576 88608 32 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417336 64 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.data.rel.ro 457424 457472 48 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.data.rel.ro 411480 411528 48 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.data.rel.ro 86304 86336 32 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.data.rel.ro 96992 97024 32 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.data.rel.ro 82568 82616 48 0.1
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.data.rel.ro 71824 71856 32 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.data.rel.ro 74928 74960 32 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.data.rel.ro 88792 88832 40 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
.data.rel.ro 106008 106048 40 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.data.rel.ro 96568 96600 32 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.data.rel.ro 176432 176480 48 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536952 272 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061700 308 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238848 292 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009372 292 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
.text 575908 576196 288 0.1
k32w1+release (read/write) 704308 704612 304 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
.text 610088 610392 304 0.0
k32w1+release (read/write) 796256 796560 304 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827804 360 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1749084 368 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667508 352 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696172 352 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835478 308 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843860 308 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060416 316 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915960 316 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837846 316 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948940 328 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772376 316 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092532 316 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912940 316 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935152 316 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read/write) 832104 832420 316 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607804 316 0.1
text 451088 451382 294 0.1
shell tlsr9518adk80d (read/write) 674948 675088 140 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845698 316 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860541 316 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read/write) 826756 827072 316 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read/write) 836808 837124 316 0.0
text 624256 624550 294 0.0
Decreases (2 builds for bl702, linux)
platform target config section 638aa28 c0dad30 change % change
bl702 lighting-app bl706-eth (read/write) 1029213 1026101 -3112 -0.3
linux thermostat-no-ble arm64 (read/write) 248752 247464 -1288 -0.5
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 638aa28 c0dad30 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212459 352 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223543 348 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303923 352 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth (read/write) 1029213 1026101 -3112 -0.3
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76584 48 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336104 32 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99640 32 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88608 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417336 64 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457472 48 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 360916 0 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411528 48 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86336 32 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97024 32 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82616 48 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71856 32 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74960 32 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88832 40 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
(read/write) 248752 247464 -1288 -0.5
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106048 40 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96600 32 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176480 48 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536952 272 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061700 308 0.0
bss 139209 139209 0 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238848 292 0.0
bss 137637 137637 0 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009372 292 0.0
bss 138107 138107 0 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 576196 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704612 304 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610392 304 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796560 304 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827804 360 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1749084 368 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667508 352 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696172 352 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835478 308 0.0
bss 49944 49944 0 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843860 308 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060416 316 0.0
bss 110132 110132 0 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915960 316 0.0
bss 92888 92888 0 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837846 316 0.0
bss 49988 49988 0 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948940 328 0.0
bss 76580 76580 0 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772376 316 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092532 316 0.0
bss 99980 99980 0 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912940 316 0.0
bss 69268 69268 0 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935152 316 0.0
bss 92620 92620 0 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832420 316 0.0
bss 58232 58232 0 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607804 316 0.1
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451382 294 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675088 140 0.0
bss 71852 71852 0 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845698 316 0.0
bss 51616 51616 0 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860541 316 0.0
bss 59804 59804 0 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 827072 316 0.0
bss 56492 56492 0 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837124 316 0.0
bss 58448 58448 0 0.0
text 624256 624550 294 0.0

Copy link

github-actions bot commented May 24, 2024

PR #33587: Size comparison from 21e239e to c06e84f

Increases above 0.2%:

platform target config section 21e239e c06e84f change % change
linux chip-tool-ipv6only arm64 (read/write) 589928 592616 2688 0.5
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 21e239e c06e84f change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212459 352 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read/write) 1223195 1223543 348 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read/write) 1303571 1303923 352 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth .rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.data.rel.ro 76536 76584 48 0.1
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.data.rel.ro 336072 336104 32 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.data.rel.ro 99608 99640 32 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.data.rel.ro 88576 88608 32 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417336 64 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.data.rel.ro 457424 457472 48 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.data.rel.ro 411480 411528 48 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.data.rel.ro 86304 86336 32 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.data.rel.ro 96992 97024 32 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.data.rel.ro 82568 82616 48 0.1
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.data.rel.ro 71824 71856 32 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.data.rel.ro 74928 74960 32 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.data.rel.ro 88792 88832 40 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
.data.rel.ro 106008 106048 40 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.data.rel.ro 96568 96600 32 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.data.rel.ro 176432 176480 48 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536952 272 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061700 308 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238848 292 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009372 292 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
.text 575908 576196 288 0.1
k32w1+release (read/write) 704308 704612 304 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
.text 610088 610392 304 0.0
k32w1+release (read/write) 796256 796560 304 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827804 360 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1749084 368 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667508 352 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696172 352 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835478 308 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843860 308 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060416 316 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915960 316 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837846 316 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948940 328 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772376 316 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092532 316 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912940 316 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935152 316 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read/write) 832104 832420 316 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607804 316 0.1
text 451088 451382 294 0.1
shell tlsr9518adk80d (read/write) 674948 675088 140 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845698 316 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860541 316 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read/write) 826756 827072 316 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read/write) 836808 837124 316 0.0
text 624256 624550 294 0.0
Decreases (2 builds for bl702, linux)
platform target config section 21e239e c06e84f change % change
bl702 lighting-app bl706-eth (read/write) 1029213 1026101 -3112 -0.3
linux thermostat-no-ble arm64 (read/write) 248752 247464 -1288 -0.5
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 21e239e c06e84f change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212459 352 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223543 348 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303923 352 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth (read/write) 1029213 1026101 -3112 -0.3
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76584 48 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336104 32 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99640 32 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88608 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417336 64 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457472 48 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 360916 0 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411528 48 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86336 32 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97024 32 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82616 48 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71856 32 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74960 32 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88832 40 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
(read/write) 248752 247464 -1288 -0.5
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106048 40 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96600 32 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176480 48 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536952 272 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061700 308 0.0
bss 139209 139209 0 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238848 292 0.0
bss 137637 137637 0 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009372 292 0.0
bss 138107 138107 0 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 576196 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704612 304 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610392 304 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796560 304 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827804 360 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1749084 368 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667508 352 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696172 352 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835478 308 0.0
bss 49944 49944 0 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843860 308 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060416 316 0.0
bss 110132 110132 0 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915960 316 0.0
bss 92888 92888 0 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837846 316 0.0
bss 49988 49988 0 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948940 328 0.0
bss 76580 76580 0 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772376 316 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092532 316 0.0
bss 99980 99980 0 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912940 316 0.0
bss 69268 69268 0 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935152 316 0.0
bss 92620 92620 0 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832420 316 0.0
bss 58232 58232 0 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607804 316 0.1
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451382 294 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675088 140 0.0
bss 71852 71852 0 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845698 316 0.0
bss 51616 51616 0 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860541 316 0.0
bss 59804 59804 0 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 827072 316 0.0
bss 56492 56492 0 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837124 316 0.0
bss 58448 58448 0 0.0
text 624256 624550 294 0.0

@woody-apple woody-apple force-pushed the improve-timeout-computations branch from c06e84f to dc31a15 Compare May 24, 2024 15:49
Copy link

github-actions bot commented May 24, 2024

PR #33587: Size comparison from e2f8fc3 to dc31a15

Increases above 0.2%:

platform target config section e2f8fc3 dc31a15 change % change
linux chip-tool-ipv6only arm64 (read/write) 589928 592616 2688 0.5
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section e2f8fc3 dc31a15 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212459 352 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read/write) 1223195 1223543 348 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read/write) 1303571 1303923 352 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth .rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.data.rel.ro 76536 76584 48 0.1
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.data.rel.ro 336072 336104 32 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.data.rel.ro 99608 99640 32 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.data.rel.ro 88576 88608 32 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417336 64 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.data.rel.ro 457424 457472 48 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.data.rel.ro 411480 411528 48 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.data.rel.ro 86304 86336 32 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.data.rel.ro 96992 97024 32 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.data.rel.ro 82568 82616 48 0.1
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.data.rel.ro 71824 71856 32 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.data.rel.ro 74928 74960 32 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.data.rel.ro 88792 88832 40 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
.data.rel.ro 106008 106048 40 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.data.rel.ro 96568 96600 32 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.data.rel.ro 176432 176480 48 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536952 272 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061700 308 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238848 292 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009372 292 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
.text 575908 576196 288 0.1
k32w1+release (read/write) 704308 704612 304 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
.text 610088 610392 304 0.0
k32w1+release (read/write) 796256 796560 304 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827804 360 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1749084 368 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667508 352 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696172 352 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835478 308 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843860 308 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060416 316 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915960 316 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837846 316 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948940 328 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772376 316 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092532 316 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912940 316 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935152 316 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read/write) 832104 832420 316 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607804 316 0.1
text 451088 451382 294 0.1
shell tlsr9518adk80d (read/write) 674948 675088 140 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845698 316 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860541 316 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read/write) 826756 827072 316 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read/write) 836808 837124 316 0.0
text 624256 624550 294 0.0
Decreases (2 builds for bl702, linux)
platform target config section e2f8fc3 dc31a15 change % change
bl702 lighting-app bl706-eth (read/write) 1029213 1026101 -3112 -0.3
linux thermostat-no-ble arm64 (read/write) 248752 247464 -1288 -0.5
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section e2f8fc3 dc31a15 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212459 352 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223543 348 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303923 352 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth (read/write) 1029213 1026101 -3112 -0.3
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723821 1304 0.0
(read/write) 132728 132792 64 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76584 48 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188208 64 0.0
.text 2351221 2352341 1120 0.0
all-clusters-app debug (read only) 6036865 6038121 1256 0.0
(read/write) 484272 484304 32 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336104 32 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242467 5243571 1104 0.0
all-clusters-minimal-app debug (read only) 5320305 5321577 1272 0.0
(read/write) 240224 240256 32 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99640 32 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4785907 4787027 1120 0.0
bridge-app debug (read only) 4710721 4711977 1256 0.0
(read/write) 221136 221168 32 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88608 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250355 4251459 1104 0.0
chip-tool debug (read only) 12173473 12174881 1408 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417336 64 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459193 64 0.0
.text 11002867 11004067 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504100 11505524 1424 0.0
(read/write) 589928 592616 2688 0.5
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457472 48 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 360916 0 0.0
.text 10257448 10258728 1280 0.0
fabric-admin debug (read only) 11922033 11923409 1376 0.0
(read/write) 517872 517936 64 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411528 48 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430233 32 0.0
.text 10795155 10796355 1200 0.0
fabric-bridge-app debug (read only) 4578345 4579617 1272 0.0
(read/write) 213176 213208 32 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86336 32 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4126947 4128067 1120 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635889 1192 0.0
(read/write) 229936 229968 32 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97024 32 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023667 5024707 1040 0.0
lock-app debug (read only) 4771777 4773065 1288 0.0
(read/write) 208264 208328 64 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82616 48 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260650 64 0.0
.text 4294627 4295731 1104 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71856 32 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74960 32 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006113 3007385 1272 0.0
(read/write) 156856 156888 32 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88832 40 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635122 2636242 1120 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
(read/write) 248752 247464 -1288 -0.5
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106048 40 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847665 5848969 1304 0.0
(read/write) 349088 349120 32 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96600 32 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302154 64 0.0
.text 5299011 5300131 1120 0.0
tv-casting-app debug (read only) 9999641 10001049 1408 0.0
(read/write) 343184 343216 32 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176480 48 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139363 9140563 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536952 272 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061700 308 0.0
bss 139209 139209 0 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238848 292 0.0
bss 137637 137637 0 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009372 292 0.0
bss 138107 138107 0 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 576196 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704612 304 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610392 304 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796560 304 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827804 360 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1749084 368 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667508 352 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696172 352 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835478 308 0.0
bss 49944 49944 0 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843860 308 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060416 316 0.0
bss 110132 110132 0 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915960 316 0.0
bss 92888 92888 0 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837846 316 0.0
bss 49988 49988 0 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948940 328 0.0
bss 76580 76580 0 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772376 316 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092532 316 0.0
bss 99980 99980 0 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912940 316 0.0
bss 69268 69268 0 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935152 316 0.0
bss 92620 92620 0 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832420 316 0.0
bss 58232 58232 0 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607804 316 0.1
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451382 294 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675088 140 0.0
bss 71852 71852 0 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845698 316 0.0
bss 51616 51616 0 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860541 316 0.0
bss 59804 59804 0 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 827072 316 0.0
bss 56492 56492 0 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837124 316 0.0
bss 58448 58448 0 0.0
text 624256 624550 294 0.0

We had a few issues:

1) Our "round-trip timeout" only accounted for one side of the round-trip
needing to do MRP retransmits.  So if the sender retried a few times, the last
retry finally got through, then the response had to be retried a well, the
sender would time out the exchange before the response was received.  The fix
here is to add the MRP backoff times for both the initial message and the
response.

2) ReadClient could end up timing out a subscription before the server had
actually given up on receiving a StatusReport in response to its ReportData, in
situations where the server ended up doing MRP retries and the last MRP retry
took a few seconds to get through the network.  The fix here is to just estimate
how long the server will be waiting for the StatusReport and not time out the
subscription until then; at that point even if the server did in fact send its
report on time, it will have dropped the subscription on its end.
@bzbarsky-apple bzbarsky-apple force-pushed the improve-timeout-computations branch from dc31a15 to dcee968 Compare May 24, 2024 19:38
Copy link

github-actions bot commented May 24, 2024

PR #33587: Size comparison from 6aee3fd to dcee968

Increases above 0.2%:

platform target config section 6aee3fd dcee968 change % change
linux chip-tool-ipv6only arm64 (read/write) 589672 592360 2688 0.5
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 6aee3fd dcee968 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212459 352 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read/write) 1223195 1223543 348 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read/write) 1303571 1303923 352 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth .rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
linux air-purifier-app debug (read only) 2722789 2724077 1288 0.0
(read/write) 132728 132792 64 0.0
.data.rel.ro 76536 76584 48 0.1
.rodata 188144 188208 64 0.0
.text 2351493 2352597 1104 0.0
all-clusters-app debug (read only) 6037121 6038393 1272 0.0
(read/write) 484272 484304 32 0.0
.data.rel.ro 336072 336104 32 0.0
.rodata 355536 355568 32 0.0
.text 5242723 5243843 1120 0.0
all-clusters-minimal-app debug (read only) 5320577 5321833 1256 0.0
(read/write) 240224 240256 32 0.0
.data.rel.ro 99608 99640 32 0.0
.rodata 294346 294378 32 0.0
.text 4786179 4787283 1104 0.0
bridge-app debug (read only) 4710977 4712249 1272 0.0
(read/write) 221136 221168 32 0.0
.data.rel.ro 88576 88608 32 0.0
.rodata 234730 234762 32 0.0
.text 4250611 4251731 1120 0.0
chip-tool debug (read only) 12173729 12175137 1408 0.0
(read/write) 524808 524872 64 0.0
.data.rel.ro 417272 417336 64 0.0
.rodata 459129 459193 64 0.0
.text 11003123 11004323 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504356 11505780 1424 0.0
(read/write) 589672 592360 2688 0.5
.data.rel.ro 457424 457472 48 0.0
.text 10257704 10258984 1280 0.0
fabric-admin debug (read only) 11922289 11923665 1376 0.0
(read/write) 517872 517936 64 0.0
.data.rel.ro 411480 411528 48 0.0
.rodata 430201 430233 32 0.0
.text 10795411 10796611 1200 0.0
fabric-bridge-app debug (read only) 4578601 4579873 1272 0.0
(read/write) 213176 213208 32 0.0
.data.rel.ro 86304 86336 32 0.0
.rodata 228106 228138 32 0.0
.text 4127203 4128323 1120 0.0
lighting-app debug+rpc+ui (read only) 5634953 5636161 1208 0.0
(read/write) 229936 229968 32 0.0
.data.rel.ro 96992 97024 32 0.0
.rodata 358964 358996 32 0.0
.text 5023923 5024979 1056 0.0
lock-app debug (read only) 4772033 4773337 1304 0.0
(read/write) 208264 208328 64 0.0
.data.rel.ro 82568 82616 48 0.1
.rodata 260586 260650 64 0.0
.text 4294883 4296003 1120 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.data.rel.ro 71824 71856 32 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.data.rel.ro 74928 74960 32 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006385 3007641 1256 0.0
(read/write) 156856 156888 32 0.0
.data.rel.ro 88792 88832 40 0.0
.rodata 191840 191872 32 0.0
.text 2635394 2636498 1104 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
.data.rel.ro 106008 106048 40 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847937 5849225 1288 0.0
(read/write) 349088 349120 32 0.0
.data.rel.ro 96568 96600 32 0.0
.rodata 302090 302154 64 0.0
.text 5299283 5300387 1104 0.0
tv-casting-app debug (read only) 9999897 10001305 1408 0.0
(read/write) 343184 343216 32 0.0
.data.rel.ro 176432 176480 48 0.0
.rodata 389144 389208 64 0.0
.text 9139619 9140819 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536952 272 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061700 308 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1238556 1238848 292 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009372 292 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
.text 575908 576196 288 0.1
k32w1+release (read/write) 704308 704612 304 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
.text 610088 610392 304 0.0
k32w1+release (read/write) 796256 796560 304 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827804 360 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1749084 368 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667508 352 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696172 352 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835478 308 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843860 308 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060416 316 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915960 316 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837846 316 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948940 328 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772376 316 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092532 316 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912940 316 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935152 316 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read/write) 832104 832420 316 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607804 316 0.1
text 451088 451382 294 0.1
shell tlsr9518adk80d (read/write) 674948 675088 140 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845698 316 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860541 316 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read/write) 826756 827072 316 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read/write) 836808 837124 316 0.0
text 624256 624550 294 0.0
Decreases (2 builds for bl702, linux)
platform target config section 6aee3fd dcee968 change % change
bl702 lighting-app bl706-eth (read/write) 1029213 1026101 -3112 -0.3
linux thermostat-no-ble arm64 (read/write) 248752 247464 -1288 -0.5
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 6aee3fd dcee968 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446578 364 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159492 20 0.0
.text 1110674 1111020 346 0.0
bl602+mfd (read/write) 1460646 1461018 372 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158452 20 0.0
.text 1125992 1126338 346 0.0
bl602+rpc (read/write) 1493878 1494250 372 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167068 20 0.0
.text 1142320 1142666 346 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212459 352 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109044 20 0.0
.text 981120 981450 330 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223543 348 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107984 20 0.0
.text 993130 993460 330 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303923 352 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124416 20 0.0
.text 1055828 1056158 330 0.0
bl706-eth (read/write) 1029213 1026101 -3112 -0.3
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102100 20 0.0
.text 771642 771972 330 0.0
bl706-wifi (read/write) 1263286 1263682 396 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123180 20 0.0
.text 1002852 1003228 376 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182560 876 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103048 20 0.0
.text 974234 974580 346 0.0
bl702l+mfd (read/write) 1193600 1193968 368 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101988 20 0.0
.text 986556 986902 346 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 799028 288 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85220 16 0.0
.text 713272 713544 272 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814256 296 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78800 24 0.0
.text 734920 735192 272 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803612 304 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106124 24 0.0
.text 696944 697224 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755916 304 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80876 24 0.0
.text 674496 674776 280 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741572 288 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76652 16 0.0
.text 664384 664656 272 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 607078 360 0.1
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89782 16 0.0
.text 514832 515176 344 0.1
lock CC3235SF_LAUNCHXL (read only) 652614 652974 360 0.1
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110542 16 0.0
.text 539964 540308 344 0.1
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742211 296 0.0
.app_xip_area 661861 662157 296 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764687 296 0.0
.app_xip_area 681705 682001 296 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 714059 288 0.0
.app_xip_area 638649 638937 288 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679739 304 0.0
.app_xip_area 603677 603981 304 0.1
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701927 304 0.0
.app_xip_area 623313 623617 304 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698251 288 0.0
.app_xip_area 619189 619477 288 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720519 288 0.0
.app_xip_area 638905 639193 288 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660795 296 0.0
.app_xip_area 587757 588053 296 0.1
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683271 304 0.0
.app_xip_area 607593 607897 304 0.1
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072484 304 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888960 304 0.0
lock-app BRD4338a (read/write) 963588 963940 352 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701864 352 0.1
window-app BRD4187C (read/write) 1135888 1136256 368 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968300 368 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215452 298 0.0
(read/write) 1751704 1751720 16 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253784 16 0.0
.flash.text 1215154 1215452 298 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256751 264 0.0
(read/write) 536308 536324 16 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285528 16 0.0
.flash.text 1250323 1250587 264 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722789 2724077 1288 0.0
(read/write) 132728 132792 64 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76584 48 0.1
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188208 64 0.0
.text 2351493 2352597 1104 0.0
all-clusters-app debug (read only) 6037121 6038393 1272 0.0
(read/write) 484272 484304 32 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336104 32 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355568 32 0.0
.text 5242723 5243843 1120 0.0
all-clusters-minimal-app debug (read only) 5320577 5321833 1256 0.0
(read/write) 240224 240256 32 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99640 32 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294378 32 0.0
.text 4786179 4787283 1104 0.0
bridge-app debug (read only) 4710977 4712249 1272 0.0
(read/write) 221136 221168 32 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88608 32 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234762 32 0.0
.text 4250611 4251731 1120 0.0
chip-tool debug (read only) 12173729 12175137 1408 0.0
(read/write) 524808 524872 64 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417336 64 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459193 64 0.0
.text 11003123 11004323 1200 0.0
chip-tool-ipv6only arm64 (read only) 11504356 11505780 1424 0.0
(read/write) 589672 592360 2688 0.5
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457472 48 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 360916 0 0.0
.text 10257704 10258984 1280 0.0
fabric-admin debug (read only) 11922289 11923665 1376 0.0
(read/write) 517872 517936 64 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411528 48 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430233 32 0.0
.text 10795411 10796611 1200 0.0
fabric-bridge-app debug (read only) 4578601 4579873 1272 0.0
(read/write) 213176 213208 32 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86336 32 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228138 32 0.0
.text 4127203 4128323 1120 0.0
lighting-app debug+rpc+ui (read only) 5634953 5636161 1208 0.0
(read/write) 229936 229968 32 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 97024 32 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358996 32 0.0
.text 5023923 5024979 1056 0.0
lock-app debug (read only) 4772033 4773337 1304 0.0
(read/write) 208264 208328 64 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82616 48 0.1
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260650 64 0.0
.text 4294883 4296003 1120 0.0
ota-provider-app debug (read only) 4384209 4385465 1256 0.0
(read/write) 196864 196896 32 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71856 32 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212522 32 0.0
.text 3973811 3974915 1104 0.0
ota-requestor-app debug (read only) 4514897 4516153 1256 0.0
(read/write) 201232 201264 32 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74960 32 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218602 32 0.0
.text 4093875 4094979 1104 0.0
shell debug (read only) 3006385 3007641 1256 0.0
(read/write) 156856 156888 32 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88832 40 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191872 32 0.0
.text 2635394 2636498 1104 0.0
thermostat-no-ble arm64 (read only) 4501580 4502876 1296 0.0
(read/write) 248752 247464 -1288 -0.5
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106048 40 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3998952 1168 0.0
tv-app debug (read only) 5847937 5849225 1288 0.0
(read/write) 349088 349120 32 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96600 32 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302154 64 0.0
.text 5299283 5300387 1104 0.0
tv-casting-app debug (read only) 9999897 10001305 1408 0.0
(read/write) 343184 343216 32 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176480 48 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389208 64 0.0
.text 9139619 9140819 1200 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536952 272 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499636 272 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061700 308 0.0
bss 139209 139209 0 0.0
rodata 101840 101860 20 0.0
text 773072 773348 276 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238848 292 0.0
bss 137637 137637 0 0.0
rodata 151444 151464 20 0.0
text 799432 799708 276 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009372 292 0.0
bss 138107 138107 0 0.0
rodata 89096 89116 20 0.0
text 734660 734924 264 0.0
nxp contact k32w0+release (read only) 576444 576732 288 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 576196 288 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704612 304 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 591088 304 0.1
light k32w0+release (read only) 610624 610928 304 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610392 304 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796560 304 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674296 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827804 360 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612204 360 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1749084 368 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536580 368 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667508 352 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461724 352 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696172 352 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463324 352 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839540 296 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650928 296 0.0
lock-app qpg6105+debug (read/write) 799364 799668 304 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 611060 304 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624346 288 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81388 16 0.0
.text 391336 391608 272 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835478 308 0.0
bss 49944 49944 0 0.0
text 625530 625824 294 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843860 308 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601624 294 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060416 316 0.0
bss 110132 110132 0 0.0
text 773616 773910 294 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915960 316 0.0
bss 92888 92888 0 0.0
text 657116 657410 294 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837846 316 0.0
bss 49988 49988 0 0.0
text 627948 628242 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948940 328 0.0
bss 76580 76580 0 0.0
text 714900 715202 302 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772376 316 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 558180 294 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092532 316 0.0
bss 99980 99980 0 0.0
text 795316 795610 294 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912940 316 0.0
bss 69268 69268 0 0.0
text 661336 661630 294 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935152 316 0.0
bss 92620 92620 0 0.0
text 676424 676718 294 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832420 316 0.0
bss 58232 58232 0 0.0
text 621972 622266 294 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607804 316 0.1
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451382 294 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675088 140 0.0
bss 71852 71852 0 0.0
text 462082 462206 124 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845698 316 0.0
bss 51616 51616 0 0.0
text 634614 634908 294 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860541 316 0.0
bss 59804 59804 0 0.0
text 643542 643836 294 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 827072 316 0.0
bss 56492 56492 0 0.0
text 619410 619704 294 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837124 316 0.0
bss 58448 58448 0 0.0
text 624256 624550 294 0.0

@woody-apple woody-apple merged commit 3e93ba6 into project-chip:master May 24, 2024
66 of 67 checks passed
@bzbarsky-apple bzbarsky-apple deleted the improve-timeout-computations branch May 24, 2024 22:19
ksperling-apple added a commit to ksperling-apple/connectedhomeip that referenced this pull request May 27, 2024
ksperling-apple added a commit to ksperling-apple/connectedhomeip that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants