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

Implement lockout for door lock #21408

Conversation

Morozov-5F
Copy link
Contributor

@Morozov-5F Morozov-5F commented Jul 29, 2022

Problem

Change overview

Now door lock cluster tracks the lockout per each endpoint.

Testing

  • Manual testing: attempt to lock/unlock with valid PIN, then 3 times with invalid and verified that for 10 seconds my commands were ignored (failure response and absence of LockOperationError event).

@github-actions
Copy link

github-actions bot commented Jul 29, 2022

PR #21408: Size comparison from f93e6cb to 6849853

Increases above 0.2%:

platform target config section f93e6cb 6849853 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 100875 101291 416 0.4
esp32 all-clusters-app c3devkit .flash.rodata 215936 216368 432 0.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 141828 142248 420 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133360 133780 420 0.3
Increases (17 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6)
platform target config section f93e6cb 6849853 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668523 669075 552 0.1
.bss 74236 74260 24 0.0
.rodata 88195 88379 184 0.2
.text 580012 580380 368 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634107 634659 552 0.1
(read/write) 157820 157836 16 0.0
.bss 73532 73548 16 0.0
.rodata 77411 77595 184 0.2
.text 556372 556740 368 0.1
lock-ftd LP_CC2652R7 (read only) 671495 672047 552 0.1
.bss 71316 71332 16 0.0
.rodata 76263 76447 184 0.2
.text 594752 595120 368 0.1
lock-mtd LP_CC2652R7 (read only) 653595 654443 848 0.1
.bss 67004 67020 16 0.0
.rodata 100875 101291 416 0.4
.text 552240 552672 432 0.1
pump-controller-app LP_CC2652R7 (read only) 666519 666527 8 0.0
.text 581360 581368 8 0.0
shell LP_CC2652R7 (read only) 661206 661758 552 0.1
.bss 76556 76580 24 0.0
.rodata 85166 85350 184 0.2
.text 575724 576092 368 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589158 589486 328 0.1
.app_xip_area 461248 461560 312 0.1
.bss 70352 70368 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1128392 1129256 864 0.1
.bss 144368 144384 16 0.0
.text 981948 982796 848 0.1
esp32 all-clusters-app c3devkit (read only) 1022804 1023284 480 0.0
(read/write) 1486274 1486722 448 0.0
.dram0.bss 70296 70320 24 0.0
.flash.rodata 215936 216368 432 0.2
.flash.text 1022804 1023284 480 0.0
m5stack (read only) 1076295 1076751 456 0.0
(read/write) 488312 488744 432 0.1
.dram0.bss 75808 75824 16 0.0
.flash.rodata 246364 246780 416 0.2
.flash.text 1070911 1071367 456 0.0
k32w lock k32w0+release (read/write) 699920 700752 832 0.1
.bss 70152 70168 16 0.0
.text 624988 625804 816 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2450672 2451488 816 0.0
.bss 214516 214540 24 0.0
.text 1413316 1414132 816 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1172931 1173783 852 0.1
bss 143120 143140 20 0.0
rodata 141828 142248 420 0.3
text 809028 809468 440 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1152967 1153819 852 0.1
bss 142356 142376 20 0.0
rodata 133360 133780 420 0.3
text 798336 798764 428 0.1
p6 all-clusters-app default (read/write) 1686972 1687900 928 0.1
.bss 149136 149152 16 0.0
.text 1526800 1527712 912 0.1
all-clusters-minimal-app default (read/write) 1631084 1632020 936 0.1
.bss 148416 148440 24 0.0
.text 1471632 1472544 912 0.1
lock-app default (read/write) 1589908 1590828 920 0.1
.bss 144776 144800 24 0.0
.text 1434288 1435184 896 0.1
Decreases (10 builds for bl602, cc13x2_26x2, p6, telink)
platform target config section f93e6cb 6849853 change % change
bl602 lighting-app bl602 (read/write) 1381618 1381610 -8 -0.0
.text 1051888 1051884 -4 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182820 182292 -528 -0.3
lock-ftd LP_CC2652R7 (read/write) 170040 169504 -536 -0.3
lock-mtd LP_CC2652R7 (read/write) 183628 182796 -832 -0.5
pump-controller-app LP_CC2652R7 (read/write) 175984 175976 -8 -0.0
shell LP_CC2652R7 (read/write) 185656 185128 -528 -0.3
p6 all-clusters-app default (read only) 881560 881544 -16 -0.0
all-clusters-minimal-app default (read only) 882280 882256 -24 -0.0
lock-app default (read only) 886112 886088 -24 -0.0
telink lighting-app tlsr9518adk80d (read/write) 824920 824912 -8 -0.0
text 585430 585428 -2 -0.0
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section f93e6cb 6849853 change % change
bl602 lighting-app bl602 (read/write) 1381618 1381610 -8 -0.0
.bss 117618 117618 0 0.0
.data 4480 4480 0 0.0
.text 1051888 1051884 -4 -0.0
bl602+rpc (read/write) 1427034 1427034 0 0.0
.bss 125058 125058 0 0.0
.data 4600 4600 0 0.0
.text 1083552 1083552 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668523 669075 552 0.1
(read/write) 182820 182292 -528 -0.3
.bss 74236 74260 24 0.0
.data 3372 3372 0 0.0
.rodata 88195 88379 184 0.2
.text 580012 580380 368 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634107 634659 552 0.1
(read/write) 157820 157836 16 0.0
.bss 73532 73548 16 0.0
.data 3372 3372 0 0.0
.rodata 77411 77595 184 0.2
.text 556372 556740 368 0.1
lock-ftd LP_CC2652R7 (read only) 671495 672047 552 0.1
(read/write) 170040 169504 -536 -0.3
.bss 71316 71332 16 0.0
.data 3296 3296 0 0.0
.rodata 76263 76447 184 0.2
.text 594752 595120 368 0.1
lock-mtd LP_CC2652R7 (read only) 653595 654443 848 0.1
(read/write) 183628 182796 -832 -0.5
.bss 67004 67020 16 0.0
.data 3296 3296 0 0.0
.rodata 100875 101291 416 0.4
.text 552240 552672 432 0.1
pump-app LP_CC2652R7 (read only) 680959 680959 0 0.0
(read/write) 161408 161408 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88863 88863 0 0.0
.text 591612 591612 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666519 666527 8 0.0
(read/write) 175984 175976 -8 -0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84679 84679 0 0.0
.text 581360 581368 8 0.0
shell LP_CC2652R7 (read only) 661206 661758 552 0.1
(read/write) 185656 185128 -528 -0.3
.bss 76556 76580 24 0.0
.data 3376 3376 0 0.0
.rodata 85166 85350 184 0.2
.text 575724 576092 368 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583414 583414 0 0.0
.app_xip_area 460232 460232 0 0.0
.bss 65624 65624 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589158 589486 328 0.1
.app_xip_area 461248 461560 312 0.1
.bss 70352 70368 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 588970 588970 0 0.0
.app_xip_area 466604 466604 0 0.0
.bss 64864 64864 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088048 1088048 0 0.0
.bss 133260 133260 0 0.0
.data 2064 2064 0 0.0
.text 952704 952704 0 0.0
BRD4161A+rpc (read/write) 1142356 1142356 0 0.0
.bss 149940 149940 0 0.0
.data 2276 2276 0 0.0
.text 990120 990120 0 0.0
BRD4161A+rs911x (read/write) 973912 973912 0 0.0
.bss 161736 161736 0 0.0
.data 2048 2048 0 0.0
.text 810108 810108 0 0.0
lock-app BRD4161A+wf200 (read/write) 1128392 1129256 864 0.1
.bss 144368 144384 16 0.0
.data 2056 2056 0 0.0
.text 981948 982796 848 0.1
window-app BRD4161A (read/write) 1081316 1081316 0 0.0
.bss 134732 134732 0 0.0
.data 2092 2092 0 0.0
.text 944468 944468 0 0.0
esp32 all-clusters-app c3devkit (read only) 1022804 1023284 480 0.0
(read/write) 1486274 1486722 448 0.0
.dram0.bss 70296 70320 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215936 216368 432 0.2
.flash.text 1022804 1023284 480 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1076295 1076751 456 0.0
(read/write) 488312 488744 432 0.1
.dram0.bss 75808 75824 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246364 246780 416 0.2
.flash.text 1070911 1071367 456 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 642800 642800 0 0.0
.bss 69712 69712 0 0.0
.data 2044 2044 0 0.0
.text 568316 568316 0 0.0
lock k32w0+release (read/write) 699920 700752 832 0.1
.bss 70152 70168 16 0.0
.data 2052 2052 0 0.0
.text 624988 625804 816 0.1
linux chip-tool-ipv6only arm64 (read only) 9878692 9878692 0 0.0
(read/write) 689041 689041 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634336 634336 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468132 468132 0 0.0
.text 7795428 7795428 0 0.0
thermostat-no-ble arm64 (read only) 2343516 2343516 0 0.0
(read/write) 141633 141633 0 0.0
.bss 55313 55313 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75880 75880 0 0.0
.dynamic 560 560 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 138964 138964 0 0.0
.text 1967312 1967312 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2450672 2451488 816 0.0
.bss 214516 214540 24 0.0
.data 5872 5872 0 0.0
.text 1413316 1414132 816 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1172931 1173783 852 0.1
bss 143120 143140 20 0.0
rodata 141828 142248 420 0.3
text 809028 809468 440 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1152967 1153819 852 0.1
bss 142356 142376 20 0.0
rodata 133360 133780 420 0.3
text 798336 798764 428 0.1
p6 all-clusters-app default (read only) 881560 881544 -16 -0.0
(read/write) 1686972 1687900 928 0.1
.bss 149136 149152 16 0.0
.data 2648 2648 0 0.0
.text 1526800 1527712 912 0.1
all-clusters-minimal-app default (read only) 882280 882256 -24 -0.0
(read/write) 1631084 1632020 936 0.1
.bss 148416 148440 24 0.0
.data 2648 2648 0 0.0
.text 1471632 1472544 912 0.1
light-app default (read only) 890584 890584 0 0.0
(read/write) 1552492 1552492 0 0.0
.bss 140320 140320 0 0.0
.data 2440 2440 0 0.0
.text 1401344 1401344 0 0.0
lock-app default (read only) 886112 886088 -24 -0.0
(read/write) 1589908 1590828 920 0.1
.bss 144776 144800 24 0.0
.data 2456 2456 0 0.0
.text 1434288 1435184 896 0.1
telink light-switch-app tlsr9518adk80d (read/write) 804472 804472 0 0.0
bss 70964 70964 0 0.0
noinit 43488 43488 0 0.0
text 568540 568540 0 0.0
lighting-app tlsr9518adk80d (read/write) 824920 824912 -8 -0.0
bss 71808 71808 0 0.0
noinit 43488 43488 0 0.0
text 585430 585428 -2 -0.0

@Morozov-5F Morozov-5F force-pushed the feature/user-code-temporary-disable-time-attribute branch from 6849853 to b6f1e4f Compare July 29, 2022 16:54
@github-actions
Copy link

github-actions bot commented Jul 29, 2022

PR #21408: Size comparison from f49327a to b6f1e4f

Increases above 0.2%:

platform target config section f49327a b6f1e4f change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 100875 101291 416 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 141888 142308 420 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133420 133840 420 0.3
Increases (15 builds for cc13x2_26x2, cyw30739, efr32, k32w, mbed, nrfconnect, p6)
platform target config section f49327a b6f1e4f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668611 669163 552 0.1
.bss 74236 74260 24 0.0
.rodata 88195 88379 184 0.2
.text 580100 580468 368 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634195 634739 544 0.1
(read/write) 157820 157836 16 0.0
.bss 73532 73548 16 0.0
.rodata 77411 77595 184 0.2
.text 556460 556820 360 0.1
lock-ftd LP_CC2652R7 (read only) 671583 672127 544 0.1
.bss 71316 71332 16 0.0
.rodata 76263 76447 184 0.2
.text 594840 595200 360 0.1
lock-mtd LP_CC2652R7 (read only) 653683 654531 848 0.1
.bss 67004 67020 16 0.0
.rodata 100875 101291 416 0.4
.text 552328 552760 432 0.1
shell LP_CC2652R7 (read only) 661302 661870 568 0.1
.bss 76556 76580 24 0.0
.rodata 85166 85350 184 0.2
.text 575820 576204 384 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583494 583502 8 0.0
.app_xip_area 460312 460320 8 0.0
lock cyw930739m2evb_01 (read/write) 589254 589598 344 0.1
.app_xip_area 461344 461672 328 0.1
.bss 70352 70368 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1128616 1129480 864 0.1
.bss 144368 144384 16 0.0
.text 982172 983020 848 0.1
k32w lock k32w0+release (read/write) 700016 700864 848 0.1
.bss 70152 70168 16 0.0
.text 625084 625916 832 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2450880 2451760 880 0.0
.bss 214516 214540 24 0.0
.text 1413524 1414404 880 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173135 1174019 884 0.1
bss 143120 143140 20 0.0
rodata 141888 142308 420 0.3
text 809184 809636 452 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153187 1154039 852 0.1
bss 142356 142376 20 0.0
rodata 133420 133840 420 0.3
text 798496 798928 432 0.1
p6 all-clusters-app default (read/write) 1687196 1688116 920 0.1
.bss 149136 149152 16 0.0
.text 1527024 1527928 904 0.1
all-clusters-minimal-app default (read/write) 1631308 1632236 928 0.1
.bss 148416 148440 24 0.0
.text 1471856 1472760 904 0.1
lock-app default (read/write) 1590132 1591060 928 0.1
.bss 144776 144800 24 0.0
.text 1434512 1435416 904 0.1
Decreases (8 builds for cc13x2_26x2, p6, telink)
platform target config section f49327a b6f1e4f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182732 182204 -528 -0.3
lock-ftd LP_CC2652R7 (read/write) 169952 169424 -528 -0.3
lock-mtd LP_CC2652R7 (read/write) 183540 182708 -832 -0.5
shell LP_CC2652R7 (read/write) 185560 185016 -544 -0.3
p6 all-clusters-app default (read only) 881560 881544 -16 -0.0
all-clusters-minimal-app default (read only) 882280 882256 -24 -0.0
lock-app default (read only) 886112 886088 -24 -0.0
telink lighting-app tlsr9518adk80d text 585596 585594 -2 -0.0
Full report (30 builds for bl602, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section f49327a b6f1e4f change % change
bl602 lighting-app bl602 (read/write) 1381770 1381770 0 0.0
.bss 117618 117618 0 0.0
.data 4480 4480 0 0.0
.text 1052040 1052040 0 0.0
bl602+rpc (read/write) 1427186 1427186 0 0.0
.bss 125058 125058 0 0.0
.data 4600 4600 0 0.0
.text 1083704 1083704 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668611 669163 552 0.1
(read/write) 182732 182204 -528 -0.3
.bss 74236 74260 24 0.0
.data 3372 3372 0 0.0
.rodata 88195 88379 184 0.2
.text 580100 580468 368 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634195 634739 544 0.1
(read/write) 157820 157836 16 0.0
.bss 73532 73548 16 0.0
.data 3372 3372 0 0.0
.rodata 77411 77595 184 0.2
.text 556460 556820 360 0.1
lock-ftd LP_CC2652R7 (read only) 671583 672127 544 0.1
(read/write) 169952 169424 -528 -0.3
.bss 71316 71332 16 0.0
.data 3296 3296 0 0.0
.rodata 76263 76447 184 0.2
.text 594840 595200 360 0.1
lock-mtd LP_CC2652R7 (read only) 653683 654531 848 0.1
(read/write) 183540 182708 -832 -0.5
.bss 67004 67020 16 0.0
.data 3296 3296 0 0.0
.rodata 100875 101291 416 0.4
.text 552328 552760 432 0.1
pump-app LP_CC2652R7 (read only) 681159 681159 0 0.0
(read/write) 161208 161208 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591756 591756 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666743 666743 0 0.0
(read/write) 175760 175760 0 0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581520 581520 0 0.0
shell LP_CC2652R7 (read only) 661302 661870 568 0.1
(read/write) 185560 185016 -544 -0.3
.bss 76556 76580 24 0.0
.data 3376 3376 0 0.0
.rodata 85166 85350 184 0.2
.text 575820 576204 384 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583494 583502 8 0.0
.app_xip_area 460312 460320 8 0.0
.bss 65624 65624 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589254 589598 344 0.1
.app_xip_area 461344 461672 328 0.1
.bss 70352 70368 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589194 589194 0 0.0
.app_xip_area 466828 466828 0 0.0
.bss 64864 64864 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088248 1088248 0 0.0
.bss 133260 133260 0 0.0
.data 2064 2064 0 0.0
.text 952904 952904 0 0.0
BRD4161A+rpc (read/write) 1142556 1142556 0 0.0
.bss 149940 149940 0 0.0
.data 2276 2276 0 0.0
.text 990320 990320 0 0.0
BRD4161A+rs911x (read/write) 974136 974136 0 0.0
.bss 161736 161736 0 0.0
.data 2048 2048 0 0.0
.text 810332 810332 0 0.0
lock-app BRD4161A+wf200 (read/write) 1128616 1129480 864 0.1
.bss 144368 144384 16 0.0
.data 2056 2056 0 0.0
.text 982172 983020 848 0.1
window-app BRD4161A (read/write) 1081540 1081540 0 0.0
.bss 134732 134732 0 0.0
.data 2092 2092 0 0.0
.text 944692 944692 0 0.0
k32w light k32w0+release (read/write) 642896 642896 0 0.0
.bss 69712 69712 0 0.0
.data 2044 2044 0 0.0
.text 568412 568412 0 0.0
lock k32w0+release (read/write) 700016 700864 848 0.1
.bss 70152 70168 16 0.0
.data 2052 2052 0 0.0
.text 625084 625916 832 0.1
linux chip-tool-ipv6only arm64 (read only) 9879540 9879540 0 0.0
(read/write) 689073 689073 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634360 634360 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468196 468196 0 0.0
.text 7796180 7796180 0 0.0
thermostat-no-ble arm64 (read only) 2344316 2344316 0 0.0
(read/write) 141649 141649 0 0.0
.bss 55313 55313 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75904 75904 0 0.0
.dynamic 560 560 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139028 139028 0 0.0
.text 1968016 1968016 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2450880 2451760 880 0.0
.bss 214516 214540 24 0.0
.data 5872 5872 0 0.0
.text 1413524 1414404 880 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173135 1174019 884 0.1
bss 143120 143140 20 0.0
rodata 141888 142308 420 0.3
text 809184 809636 452 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153187 1154039 852 0.1
bss 142356 142376 20 0.0
rodata 133420 133840 420 0.3
text 798496 798928 432 0.1
p6 all-clusters-app default (read only) 881560 881544 -16 -0.0
(read/write) 1687196 1688116 920 0.1
.bss 149136 149152 16 0.0
.data 2648 2648 0 0.0
.text 1527024 1527928 904 0.1
all-clusters-minimal-app default (read only) 882280 882256 -24 -0.0
(read/write) 1631308 1632236 928 0.1
.bss 148416 148440 24 0.0
.data 2648 2648 0 0.0
.text 1471856 1472760 904 0.1
light-app default (read only) 890584 890584 0 0.0
(read/write) 1552716 1552716 0 0.0
.bss 140320 140320 0 0.0
.data 2440 2440 0 0.0
.text 1401568 1401568 0 0.0
lock-app default (read only) 886112 886088 -24 -0.0
(read/write) 1590132 1591060 928 0.1
.bss 144776 144800 24 0.0
.data 2456 2456 0 0.0
.text 1434512 1435416 904 0.1
telink light-switch-app tlsr9518adk80d (read/write) 804700 804700 0 0.0
bss 70964 70964 0 0.0
noinit 43488 43488 0 0.0
text 568708 568708 0 0.0
lighting-app tlsr9518adk80d (read/write) 825140 825140 0 0.0
bss 71808 71808 0 0.0
noinit 43488 43488 0 0.0
text 585596 585594 -2 -0.0

@woody-apple woody-apple enabled auto-merge (squash) July 29, 2022 17:58
@woody-apple woody-apple force-pushed the feature/user-code-temporary-disable-time-attribute branch from b6f1e4f to d82024c Compare July 29, 2022 17:59
@github-actions
Copy link

github-actions bot commented Jul 29, 2022

PR #21408: Size comparison from 5533f4d to d82024c

Increases above 0.2%:

platform target config section 5533f4d d82024c4 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 101011 101427 416 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142028 142444 416 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133556 133976 420 0.3
Increases (17 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6)
platform target config section 5533f4d d82024c4 change % change
bl602 lighting-app bl602+rpc .text 1084120 1084124 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668979 669539 560 0.1
.bss 74244 74268 24 0.0
.rodata 88283 88467 184 0.2
.text 580380 580756 376 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634579 635123 544 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.rodata 77507 77691 184 0.2
.text 556748 557108 360 0.1
lock-ftd LP_CC2652R7 (read only) 671959 672511 552 0.1
.bss 71324 71340 16 0.0
.rodata 76351 76535 184 0.2
.text 595128 595496 368 0.1
lock-mtd LP_CC2652R7 (read only) 654123 654971 848 0.1
.bss 67012 67028 16 0.0
.rodata 101011 101427 416 0.4
.text 552632 553064 432 0.1
shell LP_CC2652R7 (read only) 661678 662246 568 0.1
.bss 76564 76588 24 0.0
.rodata 85262 85446 184 0.2
.text 576100 576484 384 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589630 589974 344 0.1
.app_xip_area 461712 462040 328 0.1
.bss 70360 70376 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1129128 1129992 864 0.1
.bss 144376 144392 16 0.0
.text 982676 983524 848 0.1
esp32 all-clusters-app c3devkit (read only) 1023356 1023840 484 0.0
(read/write) 1486482 1486946 464 0.0
.dram0.bss 70304 70328 24 0.0
.flash.rodata 216144 216576 432 0.2
.flash.text 1023356 1023840 484 0.0
m5stack (read only) 1076787 1077255 468 0.0
(read/write) 488520 488952 432 0.1
.dram0.bss 75816 75832 16 0.0
.flash.rodata 246564 246980 416 0.2
.flash.text 1071403 1071871 468 0.0
k32w lock k32w0+release (read/write) 700464 701312 848 0.1
.bss 70160 70176 16 0.0
.text 625524 626356 832 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2451336 2452152 816 0.0
.bss 214524 214548 24 0.0
.text 1413980 1414796 816 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173643 1174507 864 0.1
bss 143128 143148 20 0.0
rodata 142028 142444 416 0.3
text 809552 810000 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153627 1154479 852 0.1
bss 142364 142384 20 0.0
rodata 133556 133976 420 0.3
text 798796 799228 432 0.1
p6 all-clusters-app default (read/write) 1687692 1688620 928 0.1
.bss 149144 149160 16 0.0
.text 1527512 1528424 912 0.1
all-clusters-minimal-app default (read/write) 1631804 1632740 936 0.1
.bss 148424 148448 24 0.0
.text 1472344 1473256 912 0.1
lock-app default (read/write) 1590612 1591548 936 0.1
.bss 144784 144808 24 0.0
.text 1434984 1435896 912 0.1
Decreases (7 builds for cc13x2_26x2, p6)
platform target config section 5533f4d d82024c4 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182372 181836 -536 -0.3
lock-ftd LP_CC2652R7 (read/write) 169584 169048 -536 -0.3
lock-mtd LP_CC2652R7 (read/write) 183108 182276 -832 -0.5
shell LP_CC2652R7 (read/write) 185192 184648 -544 -0.3
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
lock-app default (read only) 886104 886080 -24 -0.0
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 5533f4d d82024c4 change % change
bl602 lighting-app bl602 (read/write) 1382346 1382346 0 0.0
.bss 117626 117626 0 0.0
.data 4480 4480 0 0.0
.text 1052456 1052456 0 0.0
bl602+rpc (read/write) 1427746 1427746 0 0.0
.bss 125066 125066 0 0.0
.data 4600 4600 0 0.0
.text 1084120 1084124 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668979 669539 560 0.1
(read/write) 182372 181836 -536 -0.3
.bss 74244 74268 24 0.0
.data 3372 3372 0 0.0
.rodata 88283 88467 184 0.2
.text 580380 580756 376 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634579 635123 544 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.data 3372 3372 0 0.0
.rodata 77507 77691 184 0.2
.text 556748 557108 360 0.1
lock-ftd LP_CC2652R7 (read only) 671959 672511 552 0.1
(read/write) 169584 169048 -536 -0.3
.bss 71324 71340 16 0.0
.data 3296 3296 0 0.0
.rodata 76351 76535 184 0.2
.text 595128 595496 368 0.1
lock-mtd LP_CC2652R7 (read only) 654123 654971 848 0.1
(read/write) 183108 182276 -832 -0.5
.bss 67012 67028 16 0.0
.data 3296 3296 0 0.0
.rodata 101011 101427 416 0.4
.text 552632 553064 432 0.1
pump-app LP_CC2652R7 (read only) 681167 681167 0 0.0
(read/write) 161200 161200 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591764 591764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666743 666743 0 0.0
(read/write) 175760 175760 0 0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581520 581520 0 0.0
shell LP_CC2652R7 (read only) 661678 662246 568 0.1
(read/write) 185192 184648 -544 -0.3
.bss 76564 76588 24 0.0
.data 3376 3376 0 0.0
.rodata 85262 85446 184 0.2
.text 576100 576484 384 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583870 583870 0 0.0
.app_xip_area 460680 460680 0 0.0
.bss 65632 65632 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589630 589974 344 0.1
.app_xip_area 461712 462040 328 0.1
.bss 70360 70376 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589570 589570 0 0.0
.app_xip_area 467196 467196 0 0.0
.bss 64872 64872 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088816 1088816 0 0.0
.bss 133268 133268 0 0.0
.data 2064 2064 0 0.0
.text 953464 953464 0 0.0
BRD4161A+rpc (read/write) 1143124 1143124 0 0.0
.bss 149948 149948 0 0.0
.data 2276 2276 0 0.0
.text 990880 990880 0 0.0
BRD4161A+rs911x (read/write) 974704 974704 0 0.0
.bss 161744 161744 0 0.0
.data 2048 2048 0 0.0
.text 810892 810892 0 0.0
lock-app BRD4161A+wf200 (read/write) 1129128 1129992 864 0.1
.bss 144376 144392 16 0.0
.data 2056 2056 0 0.0
.text 982676 983524 848 0.1
window-app BRD4161A (read/write) 1082100 1082100 0 0.0
.bss 134740 134740 0 0.0
.data 2092 2092 0 0.0
.text 945244 945244 0 0.0
esp32 all-clusters-app c3devkit (read only) 1023356 1023840 484 0.0
(read/write) 1486482 1486946 464 0.0
.dram0.bss 70304 70328 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216144 216576 432 0.2
.flash.text 1023356 1023840 484 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1076787 1077255 468 0.0
(read/write) 488520 488952 432 0.1
.dram0.bss 75816 75832 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246564 246980 416 0.2
.flash.text 1071403 1071871 468 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 643240 643240 0 0.0
.bss 69720 69720 0 0.0
.data 2044 2044 0 0.0
.text 568748 568748 0 0.0
lock k32w0+release (read/write) 700464 701312 848 0.1
.bss 70160 70176 16 0.0
.data 2052 2052 0 0.0
.text 625524 626356 832 0.1
linux chip-tool-ipv6only arm64 (read only) 9881972 9881972 0 0.0
(read/write) 689073 689073 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634360 634360 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468388 468388 0 0.0
.text 7798420 7798420 0 0.0
thermostat-no-ble arm64 (read only) 2346028 2346028 0 0.0
(read/write) 141761 141761 0 0.0
.bss 55329 55329 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75976 75976 0 0.0
.dynamic 560 560 0 0.0
.got 5016 5016 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139124 139124 0 0.0
.text 1969392 1969392 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2451336 2452152 816 0.0
.bss 214524 214548 24 0.0
.data 5872 5872 0 0.0
.text 1413980 1414796 816 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173643 1174507 864 0.1
bss 143128 143148 20 0.0
rodata 142028 142444 416 0.3
text 809552 810000 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153627 1154479 852 0.1
bss 142364 142384 20 0.0
rodata 133556 133976 420 0.3
text 798796 799228 432 0.1
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
(read/write) 1687692 1688620 928 0.1
.bss 149144 149160 16 0.0
.data 2648 2648 0 0.0
.text 1527512 1528424 912 0.1
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
(read/write) 1631804 1632740 936 0.1
.bss 148424 148448 24 0.0
.data 2648 2648 0 0.0
.text 1472344 1473256 912 0.1
light-app default (read only) 890576 890576 0 0.0
(read/write) 1553196 1553196 0 0.0
.bss 140328 140328 0 0.0
.data 2440 2440 0 0.0
.text 1402040 1402040 0 0.0
lock-app default (read only) 886104 886080 -24 -0.0
(read/write) 1590612 1591548 936 0.1
.bss 144784 144808 24 0.0
.data 2456 2456 0 0.0
.text 1434984 1435896 912 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805192 805192 0 0.0
bss 70972 70972 0 0.0
noinit 43488 43488 0 0.0
text 569050 569050 0 0.0
lighting-app tlsr9518adk80d (read/write) 825632 825632 0 0.0
bss 71816 71816 0 0.0
noinit 43488 43488 0 0.0
text 585938 585938 0 0.0

@github-actions github-actions bot added the tests label Jul 29, 2022
@github-actions
Copy link

github-actions bot commented Jul 30, 2022

PR #21408: Size comparison from 561eaea to 0dbb519

Increases above 0.2%:

platform target config section 561eaea 0dbb519 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 101107 101531 424 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142124 142544 420 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133656 134072 416 0.3
Increases (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 561eaea 0dbb519 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669067 669651 584 0.1
.bss 74244 74268 24 0.0
.rodata 88283 88467 184 0.2
.text 580468 580868 400 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634675 635243 568 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.rodata 77507 77691 184 0.2
.text 556844 557228 384 0.1
lock-ftd LP_CC2652R7 (read only) 672055 672615 560 0.1
.bss 71324 71340 16 0.0
.rodata 76351 76535 184 0.2
.text 595224 595600 376 0.1
lock-mtd LP_CC2652R7 (read only) 654315 655171 856 0.1
.bss 67012 67028 16 0.0
.rodata 101107 101531 424 0.4
.text 552728 553160 432 0.1
shell LP_CC2652R7 (read only) 661774 662342 568 0.1
.bss 76564 76588 24 0.0
.rodata 85262 85446 184 0.2
.text 576196 576580 384 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589726 590062 336 0.1
.app_xip_area 461808 462128 320 0.1
.bss 70360 70376 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1129320 1130192 872 0.1
.bss 144376 144392 16 0.0
.text 982868 983724 856 0.1
esp32 all-clusters-app c3devkit (read only) 1023470 1023992 522 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023470 1023992 522 0.1
m5stack (read only) 1076831 1077399 568 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071447 1072015 568 0.1
k32w lock k32w0+release (read/write) 700640 701520 880 0.1
.bss 70160 70176 16 0.0
.text 625700 626564 864 0.1
linux all-clusters-app debug (read only) 3005889 3008241 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.rodata 270347 270699 352 0.1
.text 2556706 2558706 2000 0.1
all-clusters-minimal-app debug (read only) 2848929 2851281 2352 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.rodata 270507 270859 352 0.1
.text 2402194 2404194 2000 0.1
chip-tool debug (read only) 10476097 10480929 4832 0.0
.rodata 536597 537301 704 0.1
.text 8455092 8459220 4128 0.0
chip-tool-ipv6only arm64 (read only) 9886644 9890772 4128 0.0
.rodata 468756 469428 672 0.1
.text 7802724 7806180 3456 0.0
lock-app debug (read only) 2564705 2567057 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.rodata 234608 234960 352 0.2
.text 2163106 2165106 2000 0.1
shell debug (read only) 2578049 2580033 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.rodata 231570 231922 352 0.2
.text 2188274 2189906 1632 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2451608 2452496 888 0.0
.bss 214524 214548 24 0.0
.text 1414252 1415140 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173835 1174703 868 0.1
bss 143128 143148 20 0.0
rodata 142124 142544 420 0.3
text 809644 810088 444 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153823 1154671 848 0.1
bss 142364 142384 20 0.0
rodata 133656 134072 416 0.3
text 798888 799328 440 0.1
p6 all-clusters-app default (read/write) 1687892 1688860 968 0.1
.bss 149144 149160 16 0.0
.text 1527712 1528664 952 0.1
all-clusters-minimal-app default (read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.text 1472544 1473496 952 0.1
lock-app default (read/write) 1590828 1591804 976 0.1
.bss 144784 144808 24 0.0
.text 1435200 1436152 952 0.1
telink light-switch-app tlsr9518adk80d text 569048 569050 2 0.0
Decreases (7 builds for cc13x2_26x2, p6)
platform target config section 561eaea 0dbb519 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182284 181724 -560 -0.3
lock-ftd LP_CC2652R7 (read/write) 169488 168944 -544 -0.3
lock-mtd LP_CC2652R7 (read/write) 182916 182076 -840 -0.5
shell LP_CC2652R7 (read/write) 185096 184552 -544 -0.3
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
lock-app default (read only) 886104 886080 -24 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 561eaea 0dbb519 change % change
bl602 lighting-app bl602 (read/write) 1382346 1382346 0 0.0
.bss 117626 117626 0 0.0
.data 4480 4480 0 0.0
.text 1052456 1052456 0 0.0
bl602+rpc (read/write) 1427746 1427746 0 0.0
.bss 125066 125066 0 0.0
.data 4600 4600 0 0.0
.text 1084124 1084124 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669067 669651 584 0.1
(read/write) 182284 181724 -560 -0.3
.bss 74244 74268 24 0.0
.data 3372 3372 0 0.0
.rodata 88283 88467 184 0.2
.text 580468 580868 400 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634675 635243 568 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.data 3372 3372 0 0.0
.rodata 77507 77691 184 0.2
.text 556844 557228 384 0.1
lock-ftd LP_CC2652R7 (read only) 672055 672615 560 0.1
(read/write) 169488 168944 -544 -0.3
.bss 71324 71340 16 0.0
.data 3296 3296 0 0.0
.rodata 76351 76535 184 0.2
.text 595224 595600 376 0.1
lock-mtd LP_CC2652R7 (read only) 654315 655171 856 0.1
(read/write) 182916 182076 -840 -0.5
.bss 67012 67028 16 0.0
.data 3296 3296 0 0.0
.rodata 101107 101531 424 0.4
.text 552728 553160 432 0.1
pump-app LP_CC2652R7 (read only) 681167 681167 0 0.0
(read/write) 161200 161200 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591764 591764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666743 666743 0 0.0
(read/write) 175760 175760 0 0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581520 581520 0 0.0
shell LP_CC2652R7 (read only) 661774 662342 568 0.1
(read/write) 185096 184552 -544 -0.3
.bss 76564 76588 24 0.0
.data 3376 3376 0 0.0
.rodata 85262 85446 184 0.2
.text 576196 576580 384 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583870 583870 0 0.0
.app_xip_area 460680 460680 0 0.0
.bss 65632 65632 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589726 590062 336 0.1
.app_xip_area 461808 462128 320 0.1
.bss 70360 70376 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589570 589570 0 0.0
.app_xip_area 467196 467196 0 0.0
.bss 64872 64872 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088816 1088816 0 0.0
.bss 133268 133268 0 0.0
.data 2064 2064 0 0.0
.text 953464 953464 0 0.0
BRD4161A+rpc (read/write) 1143124 1143124 0 0.0
.bss 149948 149948 0 0.0
.data 2276 2276 0 0.0
.text 990880 990880 0 0.0
BRD4161A+rs911x (read/write) 974768 974768 0 0.0
.bss 161744 161744 0 0.0
.data 2048 2048 0 0.0
.text 810956 810956 0 0.0
lock-app BRD4161A+wf200 (read/write) 1129320 1130192 872 0.1
.bss 144376 144392 16 0.0
.data 2056 2056 0 0.0
.text 982868 983724 856 0.1
window-app BRD4161A (read/write) 1082100 1082100 0 0.0
.bss 134740 134740 0 0.0
.data 2092 2092 0 0.0
.text 945244 945244 0 0.0
esp32 all-clusters-app c3devkit (read only) 1023470 1023992 522 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023470 1023992 522 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1076831 1077399 568 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071447 1072015 568 0.1
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 643240 643240 0 0.0
.bss 69720 69720 0 0.0
.data 2044 2044 0 0.0
.text 568748 568748 0 0.0
lock k32w0+release (read/write) 700640 701520 880 0.1
.bss 70160 70176 16 0.0
.data 2052 2052 0 0.0
.text 625700 626564 864 0.1
linux all-clusters-app debug (read only) 3005889 3008241 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 85384 85384 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270347 270699 352 0.1
.text 2556706 2558706 2000 0.1
all-clusters-minimal-app debug (read only) 2848929 2851281 2352 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 77992 77992 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 270507 270859 352 0.1
.text 2402194 2404194 2000 0.1
bridge-app debug+rpc (read only) 2356465 2356465 0 0.0
(read/write) 127576 127576 0 0.0
.bss 50592 50592 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67544 67544 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 201736 201736 0 0.0
.text 1991746 1991746 0 0.0
chip-tool debug (read only) 10476097 10480929 4832 0.0
(read/write) 641464 641464 0 0.0
.bss 24856 24856 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 606824 606824 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 536597 537301 704 0.1
.text 8455092 8459220 4128 0.0
chip-tool-ipv6only arm64 (read only) 9886644 9890772 4128 0.0
(read/write) 689073 689073 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634360 634360 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468756 469428 672 0.1
.text 7802724 7806180 3456 0.0
lighting-app debug+rpc (read only) 2578665 2578665 0 0.0
(read/write) 130256 130256 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72456 72456 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 217392 217392 0 0.0
.text 2190226 2190226 0 0.0
lock-app debug (read only) 2564705 2567057 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.data 1712 1712 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 234608 234960 352 0.2
.text 2163106 2165106 2000 0.1
ota-provider-app debug (read only) 2347161 2347161 0 0.0
(read/write) 119040 119040 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63416 63416 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 207896 207896 0 0.0
.text 1975410 1975410 0 0.0
ota-requestor-app debug (read only) 2468025 2468025 0 0.0
(read/write) 126432 126432 0 0.0
.bss 50176 50176 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 68072 68072 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 211424 211424 0 0.0
.text 2084130 2084130 0 0.0
shell debug (read only) 2578049 2580033 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.data 1264 1264 0 0.0
.data.rel.ro 77008 77008 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 231570 231922 352 0.2
.text 2188274 2189906 1632 0.1
thermostat-no-ble arm64 (read only) 2346028 2346028 0 0.0
(read/write) 141761 141761 0 0.0
.bss 55329 55329 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75976 75976 0 0.0
.dynamic 560 560 0 0.0
.got 5016 5016 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139124 139124 0 0.0
.text 1969392 1969392 0 0.0
tv-app debug (read only) 3150225 3150225 0 0.0
(read/write) 257736 257736 0 0.0
.bss 167352 167352 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79104 79104 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 255432 255432 0 0.0
.text 2705218 2705218 0 0.0
tv-casting-app debug (read only) 5385273 5385273 0 0.0
(read/write) 158720 158720 0 0.0
.bss 51384 51384 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98504 98504 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 338801 338801 0 0.0
.text 4779202 4779202 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2451608 2452496 888 0.0
.bss 214524 214548 24 0.0
.data 5872 5872 0 0.0
.text 1414252 1415140 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173835 1174703 868 0.1
bss 143128 143148 20 0.0
rodata 142124 142544 420 0.3
text 809644 810088 444 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153823 1154671 848 0.1
bss 142364 142384 20 0.0
rodata 133656 134072 416 0.3
text 798888 799328 440 0.1
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
(read/write) 1687892 1688860 968 0.1
.bss 149144 149160 16 0.0
.data 2648 2648 0 0.0
.text 1527712 1528664 952 0.1
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
(read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.data 2648 2648 0 0.0
.text 1472544 1473496 952 0.1
light-app default (read only) 890576 890576 0 0.0
(read/write) 1553196 1553196 0 0.0
.bss 140328 140328 0 0.0
.data 2440 2440 0 0.0
.text 1402040 1402040 0 0.0
lock-app default (read only) 886104 886080 -24 -0.0
(read/write) 1590828 1591804 976 0.1
.bss 144784 144808 24 0.0
.data 2456 2456 0 0.0
.text 1435200 1436152 952 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805192 805192 0 0.0
bss 70972 70972 0 0.0
noinit 43488 43488 0 0.0
text 569048 569050 2 0.0
lighting-app tlsr9518adk80d (read/write) 825632 825632 0 0.0
bss 71816 71816 0 0.0
noinit 43488 43488 0 0.0
text 585940 585940 0 0.0

@Morozov-5F Morozov-5F force-pushed the feature/user-code-temporary-disable-time-attribute branch from 0dbb519 to 583f822 Compare July 30, 2022 10:08
@github-actions
Copy link

github-actions bot commented Jul 30, 2022

PR #21408: Size comparison from 78dd131 to 583f822

Increases above 0.2%:

platform target config section 78dd131 583f822 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 101107 101531 424 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142204 142620 416 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133732 134148 416 0.3
Increases (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6)
platform target config section 78dd131 583f822 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669131 669699 568 0.1
.bss 74244 74268 24 0.0
.rodata 88283 88467 184 0.2
.text 580532 580916 384 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634675 635235 560 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.rodata 77507 77691 184 0.2
.text 556844 557220 376 0.1
lock-ftd LP_CC2652R7 (read only) 672103 672663 560 0.1
.bss 71324 71340 16 0.0
.rodata 76351 76535 184 0.2
.text 595272 595648 376 0.1
lock-mtd LP_CC2652R7 (read only) 654379 655235 856 0.1
.bss 67012 67028 16 0.0
.rodata 101107 101531 424 0.4
.text 552792 553224 432 0.1
shell LP_CC2652R7 (read only) 661830 662414 584 0.1
.bss 76564 76588 24 0.0
.rodata 85262 85446 184 0.2
.text 576252 576652 400 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589782 590118 336 0.1
.app_xip_area 461864 462184 320 0.1
.bss 70360 70376 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1129384 1130256 872 0.1
.bss 144376 144392 16 0.0
.text 982932 983788 856 0.1
esp32 all-clusters-app c3devkit (read only) 1023570 1024094 524 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023570 1024094 524 0.1
m5stack (read only) 1076931 1077471 540 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071547 1072087 540 0.1
k32w lock k32w0+release (read/write) 700704 701584 880 0.1
.bss 70160 70176 16 0.0
.text 625764 626628 864 0.1
linux all-clusters-app debug (read only) 3008145 3010497 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.rodata 270571 270923 352 0.1
.text 2558738 2560738 2000 0.1
all-clusters-minimal-app debug (read only) 2850625 2852993 2368 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.rodata 270731 271083 352 0.1
.text 2403666 2405682 2016 0.1
chip-tool debug (read only) 10477873 10482689 4816 0.0
.rodata 536821 537525 704 0.1
.text 8456644 8460756 4112 0.0
chip-tool-ipv6only arm64 (read only) 9888372 9892484 4112 0.0
.rodata 468948 469620 672 0.1
.text 7804260 7807700 3440 0.0
lock-app debug (read only) 2566929 2569281 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.rodata 234800 235152 352 0.1
.text 2165138 2167138 2000 0.1
shell debug (read only) 2580305 2582289 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.rodata 231794 232146 352 0.2
.text 2190306 2191938 1632 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452184 2453072 888 0.0
.bss 214524 214548 24 0.0
.text 1414828 1415716 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175419 1176283 864 0.1
bss 143200 143220 20 0.0
rodata 142204 142620 416 0.3
text 811144 811592 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155339 1156203 864 0.1
bss 142436 142456 20 0.0
rodata 133732 134148 416 0.3
text 800336 800772 436 0.1
p6 all-clusters-app default (read/write) 1687940 1688908 968 0.1
.bss 149144 149160 16 0.0
.text 1527760 1528712 952 0.1
all-clusters-minimal-app default (read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.text 1472544 1473496 952 0.1
lock-app default (read/write) 1590876 1591852 976 0.1
.bss 144784 144808 24 0.0
.text 1435248 1436200 952 0.1
Decreases (8 builds for bl602, cc13x2_26x2, p6)
platform target config section 78dd131 583f822 change % change
bl602 lighting-app bl602 (read/write) 1382362 1382354 -8 -0.0
.text 1052472 1052468 -4 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182220 181676 -544 -0.3
lock-ftd LP_CC2652R7 (read/write) 169440 168896 -544 -0.3
lock-mtd LP_CC2652R7 (read/write) 182852 182012 -840 -0.5
shell LP_CC2652R7 (read/write) 185040 184480 -560 -0.3
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
lock-app default (read only) 886104 886080 -24 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 78dd131 583f822 change % change
bl602 lighting-app bl602 (read/write) 1382362 1382354 -8 -0.0
.bss 117626 117626 0 0.0
.data 4480 4480 0 0.0
.text 1052472 1052468 -4 -0.0
bl602+rpc (read/write) 1427762 1427762 0 0.0
.bss 125066 125066 0 0.0
.data 4600 4600 0 0.0
.text 1084136 1084136 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669131 669699 568 0.1
(read/write) 182220 181676 -544 -0.3
.bss 74244 74268 24 0.0
.data 3372 3372 0 0.0
.rodata 88283 88467 184 0.2
.text 580532 580916 384 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634675 635235 560 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.data 3372 3372 0 0.0
.rodata 77507 77691 184 0.2
.text 556844 557220 376 0.1
lock-ftd LP_CC2652R7 (read only) 672103 672663 560 0.1
(read/write) 169440 168896 -544 -0.3
.bss 71324 71340 16 0.0
.data 3296 3296 0 0.0
.rodata 76351 76535 184 0.2
.text 595272 595648 376 0.1
lock-mtd LP_CC2652R7 (read only) 654379 655235 856 0.1
(read/write) 182852 182012 -840 -0.5
.bss 67012 67028 16 0.0
.data 3296 3296 0 0.0
.rodata 101107 101531 424 0.4
.text 552792 553224 432 0.1
pump-app LP_CC2652R7 (read only) 681167 681167 0 0.0
(read/write) 161200 161200 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591764 591764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666743 666743 0 0.0
(read/write) 175760 175760 0 0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581520 581520 0 0.0
shell LP_CC2652R7 (read only) 661830 662414 584 0.1
(read/write) 185040 184480 -560 -0.3
.bss 76564 76588 24 0.0
.data 3376 3376 0 0.0
.rodata 85262 85446 184 0.2
.text 576252 576652 400 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583870 583870 0 0.0
.app_xip_area 460680 460680 0 0.0
.bss 65632 65632 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589782 590118 336 0.1
.app_xip_area 461864 462184 320 0.1
.bss 70360 70376 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589570 589570 0 0.0
.app_xip_area 467196 467196 0 0.0
.bss 64872 64872 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088816 1088816 0 0.0
.bss 133268 133268 0 0.0
.data 2064 2064 0 0.0
.text 953464 953464 0 0.0
BRD4161A+rpc (read/write) 1143124 1143124 0 0.0
.bss 149948 149948 0 0.0
.data 2276 2276 0 0.0
.text 990880 990880 0 0.0
BRD4161A+rs911x (read/write) 974768 974768 0 0.0
.bss 161744 161744 0 0.0
.data 2048 2048 0 0.0
.text 810956 810956 0 0.0
lock-app BRD4161A+wf200 (read/write) 1129384 1130256 872 0.1
.bss 144376 144392 16 0.0
.data 2056 2056 0 0.0
.text 982932 983788 856 0.1
window-app BRD4161A (read/write) 1082100 1082100 0 0.0
.bss 134740 134740 0 0.0
.data 2092 2092 0 0.0
.text 945244 945244 0 0.0
esp32 all-clusters-app c3devkit (read only) 1023570 1024094 524 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023570 1024094 524 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1076931 1077471 540 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071547 1072087 540 0.1
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 643240 643240 0 0.0
.bss 69720 69720 0 0.0
.data 2044 2044 0 0.0
.text 568748 568748 0 0.0
lock k32w0+release (read/write) 700704 701584 880 0.1
.bss 70160 70176 16 0.0
.data 2052 2052 0 0.0
.text 625764 626628 864 0.1
linux all-clusters-app debug (read only) 3008145 3010497 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 85384 85384 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270571 270923 352 0.1
.text 2558738 2560738 2000 0.1
all-clusters-minimal-app debug (read only) 2850625 2852993 2368 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 77992 77992 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 270731 271083 352 0.1
.text 2403666 2405682 2016 0.1
bridge-app debug+rpc (read only) 2358177 2358177 0 0.0
(read/write) 127576 127576 0 0.0
.bss 50592 50592 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67544 67544 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 201960 201960 0 0.0
.text 1993234 1993234 0 0.0
chip-tool debug (read only) 10477873 10482689 4816 0.0
(read/write) 641464 641464 0 0.0
.bss 24856 24856 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 606824 606824 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 536821 537525 704 0.1
.text 8456644 8460756 4112 0.0
chip-tool-ipv6only arm64 (read only) 9888372 9892484 4112 0.0
(read/write) 689073 689073 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634360 634360 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468948 469620 672 0.1
.text 7804260 7807700 3440 0.0
lighting-app debug+rpc (read only) 2580489 2580489 0 0.0
(read/write) 130256 130256 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72456 72456 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 217616 217616 0 0.0
.text 2191826 2191826 0 0.0
lock-app debug (read only) 2566929 2569281 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.data 1712 1712 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 234800 235152 352 0.1
.text 2165138 2167138 2000 0.1
ota-provider-app debug (read only) 2348841 2348841 0 0.0
(read/write) 119040 119040 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63416 63416 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 208088 208088 0 0.0
.text 1976898 1976898 0 0.0
ota-requestor-app debug (read only) 2469737 2469737 0 0.0
(read/write) 126432 126432 0 0.0
.bss 50176 50176 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 68072 68072 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 211648 211648 0 0.0
.text 2085618 2085618 0 0.0
shell debug (read only) 2580305 2582289 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.data 1264 1264 0 0.0
.data.rel.ro 77008 77008 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 231794 232146 352 0.2
.text 2190306 2191938 1632 0.1
thermostat-no-ble arm64 (read only) 2347676 2347676 0 0.0
(read/write) 141761 141761 0 0.0
.bss 55329 55329 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75976 75976 0 0.0
.dynamic 560 560 0 0.0
.got 5016 5016 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139316 139316 0 0.0
.text 1970848 1970848 0 0.0
tv-app debug (read only) 3152001 3152001 0 0.0
(read/write) 257736 257736 0 0.0
.bss 167352 167352 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79104 79104 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 255656 255656 0 0.0
.text 2706770 2706770 0 0.0
tv-casting-app debug (read only) 5387017 5387017 0 0.0
(read/write) 158720 158720 0 0.0
.bss 51384 51384 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98504 98504 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 338993 338993 0 0.0
.text 4780754 4780754 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452184 2453072 888 0.0
.bss 214524 214548 24 0.0
.data 5872 5872 0 0.0
.text 1414828 1415716 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175419 1176283 864 0.1
bss 143200 143220 20 0.0
rodata 142204 142620 416 0.3
text 811144 811592 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155339 1156203 864 0.1
bss 142436 142456 20 0.0
rodata 133732 134148 416 0.3
text 800336 800772 436 0.1
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
(read/write) 1687940 1688908 968 0.1
.bss 149144 149160 16 0.0
.data 2648 2648 0 0.0
.text 1527760 1528712 952 0.1
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
(read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.data 2648 2648 0 0.0
.text 1472544 1473496 952 0.1
light-app default (read only) 890576 890576 0 0.0
(read/write) 1553196 1553196 0 0.0
.bss 140328 140328 0 0.0
.data 2440 2440 0 0.0
.text 1402040 1402040 0 0.0
lock-app default (read only) 886104 886080 -24 -0.0
(read/write) 1590876 1591852 976 0.1
.bss 144784 144808 24 0.0
.data 2456 2456 0 0.0
.text 1435248 1436200 952 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805192 805192 0 0.0
bss 70972 70972 0 0.0
noinit 43488 43488 0 0.0
text 569050 569050 0 0.0
lighting-app tlsr9518adk80d (read/write) 825632 825632 0 0.0
bss 71816 71816 0 0.0
noinit 43488 43488 0 0.0
text 585940 585940 0 0.0

@Morozov-5F Morozov-5F force-pushed the feature/user-code-temporary-disable-time-attribute branch from 583f822 to 49e56eb Compare July 30, 2022 15:14
@Morozov-5F Morozov-5F force-pushed the feature/user-code-temporary-disable-time-attribute branch from 49e56eb to 5949459 Compare July 30, 2022 15:20
@github-actions
Copy link

github-actions bot commented Jul 30, 2022

PR #21408: Size comparison from c89ad42 to 5949459

Increases above 0.2%:

platform target config section c89ad42 5949459 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 101107 101531 424 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142204 142620 416 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133732 134148 416 0.3
Increases (26 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c89ad42 5949459 change % change
bl602 lighting-app bl602 (read/write) 1382354 1382362 8 0.0
.text 1052468 1052472 4 0.0
bl602+rpc .text 1084136 1084140 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669131 669691 560 0.1
.bss 74244 74268 24 0.0
.rodata 88283 88467 184 0.2
.text 580532 580908 376 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634667 635243 576 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.rodata 77507 77691 184 0.2
.text 556836 557228 392 0.1
lock-ftd LP_CC2652R7 (read only) 672103 672671 568 0.1
.bss 71324 71340 16 0.0
.rodata 76351 76535 184 0.2
.text 595272 595656 384 0.1
lock-mtd LP_CC2652R7 (read only) 654379 655235 856 0.1
.bss 67012 67028 16 0.0
.rodata 101107 101531 424 0.4
.text 552792 553224 432 0.1
shell LP_CC2652R7 (read only) 661830 662414 584 0.1
.bss 76564 76588 24 0.0
.rodata 85262 85446 184 0.2
.text 576252 576652 400 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589782 590118 336 0.1
.app_xip_area 461864 462184 320 0.1
.bss 70360 70376 16 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1129384 1130256 872 0.1
.bss 144376 144392 16 0.0
.text 982932 983788 856 0.1
esp32 all-clusters-app c3devkit (read only) 1023574 1024092 518 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023574 1024092 518 0.1
m5stack (read only) 1076931 1077471 540 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071547 1072087 540 0.1
k32w lock k32w0+release (read/write) 700704 701584 880 0.1
.bss 70160 70176 16 0.0
.text 625764 626628 864 0.1
linux all-clusters-app debug (read only) 3008145 3010497 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.rodata 270571 270923 352 0.1
.text 2558738 2560738 2000 0.1
all-clusters-minimal-app debug (read only) 2850625 2852993 2368 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.rodata 270731 271083 352 0.1
.text 2403666 2405682 2016 0.1
chip-tool debug (read only) 10477873 10482689 4816 0.0
.rodata 536821 537525 704 0.1
.text 8456644 8460756 4112 0.0
chip-tool-ipv6only arm64 (read only) 9888372 9892484 4112 0.0
.rodata 468948 469620 672 0.1
.text 7804260 7807700 3440 0.0
lock-app debug (read only) 2566929 2569281 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.rodata 234800 235152 352 0.1
.text 2165138 2167138 2000 0.1
shell debug (read only) 2580305 2582289 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.rodata 231794 232146 352 0.2
.text 2190306 2191938 1632 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452184 2453072 888 0.0
.bss 214524 214548 24 0.0
.text 1414828 1415716 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175419 1176283 864 0.1
bss 143200 143220 20 0.0
rodata 142204 142620 416 0.3
text 811144 811592 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155339 1156203 864 0.1
bss 142436 142456 20 0.0
rodata 133732 134148 416 0.3
text 800336 800772 436 0.1
p6 all-clusters-app default (read/write) 1687940 1688908 968 0.1
.bss 149144 149160 16 0.0
.text 1527760 1528712 952 0.1
all-clusters-minimal-app default (read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.text 1472544 1473496 952 0.1
lock-app default (read/write) 1590876 1591852 976 0.1
.bss 144784 144808 24 0.0
.text 1435248 1436200 952 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805192 805200 8 0.0
text 569052 569054 2 0.0
lighting-app tlsr9518adk80d (read/write) 825632 825640 8 0.0
text 585938 585942 4 0.0
Decreases (7 builds for cc13x2_26x2, p6)
platform target config section c89ad42 5949459 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182220 181684 -536 -0.3
lock-ftd LP_CC2652R7 (read/write) 169440 168888 -552 -0.3
lock-mtd LP_CC2652R7 (read/write) 182852 182012 -840 -0.5
shell LP_CC2652R7 (read/write) 185040 184480 -560 -0.3
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
lock-app default (read only) 886104 886080 -24 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c89ad42 5949459 change % change
bl602 lighting-app bl602 (read/write) 1382354 1382362 8 0.0
.bss 117626 117626 0 0.0
.data 4480 4480 0 0.0
.text 1052468 1052472 4 0.0
bl602+rpc (read/write) 1427762 1427762 0 0.0
.bss 125066 125066 0 0.0
.data 4600 4600 0 0.0
.text 1084136 1084140 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669131 669691 560 0.1
(read/write) 182220 181684 -536 -0.3
.bss 74244 74268 24 0.0
.data 3372 3372 0 0.0
.rodata 88283 88467 184 0.2
.text 580532 580908 376 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634667 635243 576 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.data 3372 3372 0 0.0
.rodata 77507 77691 184 0.2
.text 556836 557228 392 0.1
lock-ftd LP_CC2652R7 (read only) 672103 672671 568 0.1
(read/write) 169440 168888 -552 -0.3
.bss 71324 71340 16 0.0
.data 3296 3296 0 0.0
.rodata 76351 76535 184 0.2
.text 595272 595656 384 0.1
lock-mtd LP_CC2652R7 (read only) 654379 655235 856 0.1
(read/write) 182852 182012 -840 -0.5
.bss 67012 67028 16 0.0
.data 3296 3296 0 0.0
.rodata 101107 101531 424 0.4
.text 552792 553224 432 0.1
pump-app LP_CC2652R7 (read only) 681167 681167 0 0.0
(read/write) 161200 161200 0 0.0
.bss 71380 71380 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591764 591764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666743 666743 0 0.0
(read/write) 175760 175760 0 0.0
.bss 71516 71516 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581520 581520 0 0.0
shell LP_CC2652R7 (read only) 661830 662414 584 0.1
(read/write) 185040 184480 -560 -0.3
.bss 76564 76588 24 0.0
.data 3376 3376 0 0.0
.rodata 85262 85446 184 0.2
.text 576252 576652 400 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 583870 583870 0 0.0
.app_xip_area 460680 460680 0 0.0
.bss 65632 65632 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589782 590118 336 0.1
.app_xip_area 461864 462184 320 0.1
.bss 70360 70376 16 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589570 589570 0 0.0
.app_xip_area 467196 467196 0 0.0
.bss 64872 64872 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088816 1088816 0 0.0
.bss 133268 133268 0 0.0
.data 2064 2064 0 0.0
.text 953464 953464 0 0.0
BRD4161A+rpc (read/write) 1143124 1143124 0 0.0
.bss 149948 149948 0 0.0
.data 2276 2276 0 0.0
.text 990880 990880 0 0.0
BRD4161A+rs911x (read/write) 974768 974768 0 0.0
.bss 161744 161744 0 0.0
.data 2048 2048 0 0.0
.text 810956 810956 0 0.0
lock-app BRD4161A+wf200 (read/write) 1129384 1130256 872 0.1
.bss 144376 144392 16 0.0
.data 2056 2056 0 0.0
.text 982932 983788 856 0.1
window-app BRD4161A (read/write) 1082100 1082100 0 0.0
.bss 134740 134740 0 0.0
.data 2092 2092 0 0.0
.text 945244 945244 0 0.0
esp32 all-clusters-app c3devkit (read only) 1023574 1024092 518 0.1
(read/write) 1486586 1487042 456 0.0
.dram0.bss 70304 70328 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023574 1024092 518 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1076931 1077471 540 0.1
(read/write) 488616 489056 440 0.1
.dram0.bss 75816 75832 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071547 1072087 540 0.1
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 643240 643240 0 0.0
.bss 69720 69720 0 0.0
.data 2044 2044 0 0.0
.text 568748 568748 0 0.0
lock k32w0+release (read/write) 700704 701584 880 0.1
.bss 70160 70176 16 0.0
.data 2052 2052 0 0.0
.text 625764 626628 864 0.1
linux all-clusters-app debug (read only) 3008145 3010497 2352 0.1
(read/write) 155712 155744 32 0.0
.bss 61920 61952 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 85384 85384 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270571 270923 352 0.1
.text 2558738 2560738 2000 0.1
all-clusters-minimal-app debug (read only) 2850625 2852993 2368 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 77992 77992 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 270731 271083 352 0.1
.text 2403666 2405682 2016 0.1
bridge-app debug+rpc (read only) 2358177 2358177 0 0.0
(read/write) 127576 127576 0 0.0
.bss 50592 50592 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67544 67544 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 201960 201960 0 0.0
.text 1993234 1993234 0 0.0
chip-tool debug (read only) 10477873 10482689 4816 0.0
(read/write) 641464 641464 0 0.0
.bss 24856 24856 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 606824 606824 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 536821 537525 704 0.1
.text 8456644 8460756 4112 0.0
chip-tool-ipv6only arm64 (read only) 9888372 9892484 4112 0.0
(read/write) 689073 689073 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 634360 634360 0 0.0
.dynamic 560 560 0 0.0
.got 13584 13584 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468948 469620 672 0.1
.text 7804260 7807700 3440 0.0
lighting-app debug+rpc (read only) 2580633 2580633 0 0.0
(read/write) 130256 130256 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72456 72456 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 217616 217616 0 0.0
.text 2191970 2191970 0 0.0
lock-app debug (read only) 2566929 2569281 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.data 1712 1712 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 234800 235152 352 0.1
.text 2165138 2167138 2000 0.1
ota-provider-app debug (read only) 2348841 2348841 0 0.0
(read/write) 119040 119040 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63416 63416 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 208088 208088 0 0.0
.text 1976898 1976898 0 0.0
ota-requestor-app debug (read only) 2469737 2469737 0 0.0
(read/write) 126432 126432 0 0.0
.bss 50176 50176 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 68072 68072 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 211648 211648 0 0.0
.text 2085618 2085618 0 0.0
shell debug (read only) 2580305 2582289 1984 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.data 1264 1264 0 0.0
.data.rel.ro 77008 77008 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 231794 232146 352 0.2
.text 2190306 2191938 1632 0.1
thermostat-no-ble arm64 (read only) 2347676 2347676 0 0.0
(read/write) 141761 141761 0 0.0
.bss 55329 55329 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75976 75976 0 0.0
.dynamic 560 560 0 0.0
.got 5016 5016 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139316 139316 0 0.0
.text 1970848 1970848 0 0.0
tv-app debug (read only) 3152001 3152001 0 0.0
(read/write) 257736 257736 0 0.0
.bss 167352 167352 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79104 79104 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 255656 255656 0 0.0
.text 2706770 2706770 0 0.0
tv-casting-app debug (read only) 5387017 5387017 0 0.0
(read/write) 158720 158720 0 0.0
.bss 51384 51384 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98504 98504 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 338993 338993 0 0.0
.text 4780754 4780754 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452184 2453072 888 0.0
.bss 214524 214548 24 0.0
.data 5872 5872 0 0.0
.text 1414828 1415716 888 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175419 1176283 864 0.1
bss 143200 143220 20 0.0
rodata 142204 142620 416 0.3
text 811144 811592 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155339 1156203 864 0.1
bss 142436 142456 20 0.0
rodata 133732 134148 416 0.3
text 800336 800772 436 0.1
p6 all-clusters-app default (read only) 881552 881536 -16 -0.0
(read/write) 1687940 1688908 968 0.1
.bss 149144 149160 16 0.0
.data 2648 2648 0 0.0
.text 1527760 1528712 952 0.1
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
(read/write) 1632004 1632980 976 0.1
.bss 148424 148448 24 0.0
.data 2648 2648 0 0.0
.text 1472544 1473496 952 0.1
light-app default (read only) 890576 890576 0 0.0
(read/write) 1553196 1553196 0 0.0
.bss 140328 140328 0 0.0
.data 2440 2440 0 0.0
.text 1402040 1402040 0 0.0
lock-app default (read only) 886104 886080 -24 -0.0
(read/write) 1590876 1591852 976 0.1
.bss 144784 144808 24 0.0
.data 2456 2456 0 0.0
.text 1435248 1436200 952 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805192 805200 8 0.0
bss 70972 70972 0 0.0
noinit 43488 43488 0 0.0
text 569052 569054 2 0.0
lighting-app tlsr9518adk80d (read/write) 825632 825640 8 0.0
bss 71816 71816 0 0.0
noinit 43488 43488 0 0.0
text 585938 585942 4 0.0

@Morozov-5F Morozov-5F force-pushed the feature/user-code-temporary-disable-time-attribute branch from 5949459 to b1be321 Compare July 31, 2022 08:29
@github-actions
Copy link

github-actions bot commented Jul 31, 2022

PR #21408: Size comparison from 17c8da6 to b1be321

Increases above 0.2%:

platform target config section 17c8da6 b1be321 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 .rodata 101107 101531 424 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142204 142620 416 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 133732 134148 416 0.3
Increases (23 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6)
platform target config section 17c8da6 b1be321 change % change
bl602 lighting-app bl602+rpc .text 1084272 1084276 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669307 669891 584 0.1
.bss 74252 74276 24 0.0
.rodata 88283 88467 184 0.2
.text 580708 581108 400 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634827 635395 568 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.rodata 77507 77691 184 0.2
.text 556996 557380 384 0.1
lock-ftd LP_CC2652R7 (read only) 672295 672863 568 0.1
.bss 71324 71348 24 0.0
.rodata 76351 76535 184 0.2
.text 595464 595848 384 0.1
lock-mtd LP_CC2652R7 (read only) 654563 655419 856 0.1
.bss 67012 67036 24 0.0
.rodata 101107 101531 424 0.4
.text 552976 553408 432 0.1
shell LP_CC2652R7 (read only) 662030 662598 568 0.1
.bss 76572 76596 24 0.0
.rodata 85262 85446 184 0.2
.text 576452 576836 384 0.1
cyw30739 lock cyw930739m2evb_01 (read/write) 589966 590310 344 0.1
.app_xip_area 462048 462368 320 0.1
.bss 70360 70384 24 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1129576 1130456 880 0.1
.bss 144376 144400 24 0.0
.text 983124 983980 856 0.1
esp32 all-clusters-app c3devkit (read only) 1023764 1024284 520 0.1
(read/write) 1486602 1487042 440 0.0
.dram0.bss 70312 70336 24 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023764 1024284 520 0.1
m5stack (read only) 1077235 1077783 548 0.1
(read/write) 488624 489064 440 0.1
.dram0.bss 75824 75840 16 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071851 1072399 548 0.1
k32w lock k32w0+release (read/write) 700896 701784 888 0.1
.bss 70160 70184 24 0.0
.text 625956 626820 864 0.1
linux all-clusters-app debug (read only) 3011161 3013513 2352 0.1
(read/write) 155680 155712 32 0.0
.bss 61856 61888 32 0.1
.rodata 270859 271211 352 0.1
.text 2561442 2563442 2000 0.1
all-clusters-minimal-app debug (read only) 2852897 2855249 2352 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.rodata 270827 271179 352 0.1
.text 2405842 2407842 2000 0.1
chip-tool debug (read only) 10495441 10500241 4800 0.0
.rodata 538165 538869 704 0.1
.text 8470564 8474660 4096 0.0
chip-tool-ipv6only arm64 (read only) 9904356 9908468 4112 0.0
.rodata 470212 470884 672 0.1
.text 7816660 7820100 3440 0.0
lock-app debug (read only) 2569473 2571825 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.rodata 234896 235248 352 0.1
.text 2167586 2169586 2000 0.1
shell debug (read only) 2582801 2584769 1968 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.rodata 231890 232242 352 0.2
.text 2192706 2194322 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452408 2453288 880 0.0
.bss 214532 214548 16 0.0
.text 1415052 1415932 880 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175611 1176475 864 0.1
bss 143204 143224 20 0.0
rodata 142204 142620 416 0.3
text 811344 811792 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155515 1156363 848 0.1
bss 142440 142460 20 0.0
rodata 133732 134148 416 0.3
text 800504 800940 436 0.1
p6 all-clusters-app default (read/write) 1688140 1689108 968 0.1
.bss 149152 149168 16 0.0
.text 1527952 1528904 952 0.1
all-clusters-minimal-app default (read/write) 1632164 1633140 976 0.1
.bss 148424 148448 24 0.0
.text 1472704 1473656 952 0.1
lock-app default (read/write) 1591060 1592036 976 0.1
.bss 144792 144816 24 0.0
.text 1435424 1436376 952 0.1
Decreases (7 builds for cc13x2_26x2, p6)
platform target config section 17c8da6 b1be321 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 182052 181492 -560 -0.3
lock-ftd LP_CC2652R7 (read/write) 169248 168704 -544 -0.3
lock-mtd LP_CC2652R7 (read/write) 182668 181836 -832 -0.5
shell LP_CC2652R7 (read/write) 184848 184304 -544 -0.3
p6 all-clusters-app default (read only) 881544 881528 -16 -0.0
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
lock-app default (read only) 886096 886072 -24 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 17c8da6 b1be321 change % change
bl602 lighting-app bl602 (read/write) 1382498 1382498 0 0.0
.bss 117626 117626 0 0.0
.data 4480 4480 0 0.0
.text 1052608 1052608 0 0.0
bl602+rpc (read/write) 1427898 1427898 0 0.0
.bss 125066 125066 0 0.0
.data 4600 4600 0 0.0
.text 1084272 1084276 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 669307 669891 584 0.1
(read/write) 182052 181492 -560 -0.3
.bss 74252 74276 24 0.0
.data 3372 3372 0 0.0
.rodata 88283 88467 184 0.2
.text 580708 581108 400 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 634827 635395 568 0.1
(read/write) 157828 157844 16 0.0
.bss 73540 73556 16 0.0
.data 3372 3372 0 0.0
.rodata 77507 77691 184 0.2
.text 556996 557380 384 0.1
lock-ftd LP_CC2652R7 (read only) 672295 672863 568 0.1
(read/write) 169248 168704 -544 -0.3
.bss 71324 71348 24 0.0
.data 3296 3296 0 0.0
.rodata 76351 76535 184 0.2
.text 595464 595848 384 0.1
lock-mtd LP_CC2652R7 (read only) 654563 655419 856 0.1
(read/write) 182668 181836 -832 -0.5
.bss 67012 67036 24 0.0
.data 3296 3296 0 0.0
.rodata 101107 101531 424 0.4
.text 552976 553408 432 0.1
pump-app LP_CC2652R7 (read only) 681359 681359 0 0.0
(read/write) 161016 161016 0 0.0
.bss 71388 71388 0 0.0
.data 3296 3296 0 0.0
.rodata 88919 88919 0 0.0
.text 591956 591956 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666935 666935 0 0.0
(read/write) 175576 175576 0 0.0
.bss 71524 71524 0 0.0
.data 3292 3292 0 0.0
.rodata 84743 84743 0 0.0
.text 581712 581712 0 0.0
shell LP_CC2652R7 (read only) 662030 662598 568 0.1
(read/write) 184848 184304 -544 -0.3
.bss 76572 76596 24 0.0
.data 3376 3376 0 0.0
.rodata 85262 85446 184 0.2
.text 576452 576836 384 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 584046 584046 0 0.0
.app_xip_area 460856 460856 0 0.0
.bss 65632 65632 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589966 590310 344 0.1
.app_xip_area 462048 462368 320 0.1
.bss 70360 70384 24 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 589754 589754 0 0.0
.app_xip_area 467372 467372 0 0.0
.bss 64880 64880 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1088976 1088976 0 0.0
.bss 133268 133268 0 0.0
.data 2064 2064 0 0.0
.text 953624 953624 0 0.0
BRD4161A+rpc (read/write) 1143284 1143284 0 0.0
.bss 149948 149948 0 0.0
.data 2276 2276 0 0.0
.text 991040 991040 0 0.0
BRD4161A+rs911x (read/write) 974960 974960 0 0.0
.bss 161744 161744 0 0.0
.data 2048 2048 0 0.0
.text 811148 811148 0 0.0
lock-app BRD4161A+wf200 (read/write) 1129576 1130456 880 0.1
.bss 144376 144400 24 0.0
.data 2056 2056 0 0.0
.text 983124 983980 856 0.1
window-app BRD4161A (read/write) 1082268 1082268 0 0.0
.bss 134748 134748 0 0.0
.data 2092 2092 0 0.0
.text 945404 945404 0 0.0
esp32 all-clusters-app c3devkit (read only) 1023764 1024284 520 0.1
(read/write) 1486602 1487042 440 0.0
.dram0.bss 70312 70336 24 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216248 216672 424 0.2
.flash.text 1023764 1024284 520 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1077235 1077783 548 0.1
(read/write) 488624 489064 440 0.1
.dram0.bss 75824 75840 16 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246660 247084 424 0.2
.flash.text 1071851 1072399 548 0.1
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 643448 643448 0 0.0
.bss 69720 69720 0 0.0
.data 2044 2044 0 0.0
.text 568956 568956 0 0.0
lock k32w0+release (read/write) 700896 701784 888 0.1
.bss 70160 70184 24 0.0
.data 2052 2052 0 0.0
.text 625956 626820 864 0.1
linux all-clusters-app debug (read only) 3011161 3013513 2352 0.1
(read/write) 155680 155712 32 0.0
.bss 61856 61888 32 0.1
.data 2096 2096 0 0.0
.data.rel.ro 85384 85384 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270859 271211 352 0.1
.text 2561442 2563442 2000 0.1
all-clusters-minimal-app debug (read only) 2852897 2855249 2352 0.1
(read/write) 147448 147480 32 0.0
.bss 61120 61152 32 0.1
.data 2064 2064 0 0.0
.data.rel.ro 77992 77992 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 270827 271179 352 0.1
.text 2405842 2407842 2000 0.1
bridge-app debug+rpc (read only) 2360689 2360689 0 0.0
(read/write) 127576 127576 0 0.0
.bss 50592 50592 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67544 67544 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 202056 202056 0 0.0
.text 1995650 1995650 0 0.0
chip-tool debug (read only) 10495441 10500241 4800 0.0
(read/write) 642424 642424 0 0.0
.bss 24856 24856 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 607800 607800 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 538165 538869 704 0.1
.text 8470564 8474660 4096 0.0
chip-tool-ipv6only arm64 (read only) 9904356 9908468 4112 0.0
(read/write) 690049 690049 0 0.0
.bss 32897 32897 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 635336 635336 0 0.0
.dynamic 560 560 0 0.0
.got 13592 13592 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 470212 470884 672 0.1
.text 7816660 7820100 3440 0.0
lighting-app debug+rpc (read only) 2583145 2583145 0 0.0
(read/write) 130224 130224 0 0.0
.bss 49728 49728 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72456 72456 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 217712 217712 0 0.0
.text 2194386 2194386 0 0.0
lock-app debug (read only) 2569473 2571825 2352 0.1
(read/write) 125528 125560 32 0.0
.bss 48224 48256 32 0.1
.data 1712 1712 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 234896 235248 352 0.1
.text 2167586 2169586 2000 0.1
ota-provider-app debug (read only) 2351689 2351689 0 0.0
(read/write) 119040 119040 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63416 63416 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 208184 208184 0 0.0
.text 1979650 1979650 0 0.0
ota-requestor-app debug (read only) 2472297 2472297 0 0.0
(read/write) 126432 126432 0 0.0
.bss 50176 50176 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 68072 68072 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 211744 211744 0 0.0
.text 2088082 2088082 0 0.0
shell debug (read only) 2582801 2584769 1968 0.1
(read/write) 141832 141864 32 0.0
.bss 57768 57800 32 0.1
.data 1264 1264 0 0.0
.data.rel.ro 77008 77008 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 231890 232242 352 0.2
.text 2192706 2194322 1616 0.1
thermostat-no-ble arm64 (read only) 2349916 2349916 0 0.0
(read/write) 141761 141761 0 0.0
.bss 55329 55329 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75976 75976 0 0.0
.dynamic 560 560 0 0.0
.got 5016 5016 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 139316 139316 0 0.0
.text 1973088 1973088 0 0.0
tv-app debug (read only) 3154241 3154241 0 0.0
(read/write) 257736 257736 0 0.0
.bss 167352 167352 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79104 79104 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 255720 255720 0 0.0
.text 2708946 2708946 0 0.0
tv-casting-app debug (read only) 5389337 5389337 0 0.0
(read/write) 158720 158720 0 0.0
.bss 51384 51384 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98504 98504 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 339057 339057 0 0.0
.text 4783010 4783010 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452408 2453288 880 0.0
.bss 214532 214548 16 0.0
.data 5872 5872 0 0.0
.text 1415052 1415932 880 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175611 1176475 864 0.1
bss 143204 143224 20 0.0
rodata 142204 142620 416 0.3
text 811344 811792 448 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155515 1156363 848 0.1
bss 142440 142460 20 0.0
rodata 133732 134148 416 0.3
text 800504 800940 436 0.1
p6 all-clusters-app default (read only) 881544 881528 -16 -0.0
(read/write) 1688140 1689108 968 0.1
.bss 149152 149168 16 0.0
.data 2648 2648 0 0.0
.text 1527952 1528904 952 0.1
all-clusters-minimal-app default (read only) 882272 882248 -24 -0.0
(read/write) 1632164 1633140 976 0.1
.bss 148424 148448 24 0.0
.data 2648 2648 0 0.0
.text 1472704 1473656 952 0.1
light-app default (read only) 890568 890568 0 0.0
(read/write) 1553396 1553396 0 0.0
.bss 140336 140336 0 0.0
.data 2440 2440 0 0.0
.text 1402232 1402232 0 0.0
lock-app default (read only) 886096 886072 -24 -0.0
(read/write) 1591060 1592036 976 0.1
.bss 144792 144816 24 0.0
.data 2456 2456 0 0.0
.text 1435424 1436376 952 0.1
telink light-switch-app tlsr9518adk80d (read/write) 805408 805408 0 0.0
bss 70976 70976 0 0.0
noinit 43488 43488 0 0.0
text 569266 569266 0 0.0
lighting-app tlsr9518adk80d (read/write) 825848 825848 0 0.0
bss 71820 71820 0 0.0
noinit 43488 43488 0 0.0
text 586156 586156 0 0.0

@woody-apple woody-apple disabled auto-merge August 1, 2022 20:04
@woody-apple woody-apple merged commit c902d88 into project-chip:master Aug 1, 2022
github-actions bot pushed a commit that referenced this pull request Aug 1, 2022
* [#19989] Implement lockout for door lock

* Update auto-generated files
woody-apple added a commit that referenced this pull request Aug 1, 2022
* [#19989] Implement lockout for door lock

* Update auto-generated files

Co-authored-by: Evgeniy Morozov <[email protected]>
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
* [project-chip#19989] Implement lockout for door lock

* Update auto-generated files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants