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

Pull up LayerLwIP::ScheduleLambda to SystemLayer #11361

Merged
merged 2 commits into from
Nov 5, 2021

Conversation

kghost
Copy link
Contributor

@kghost kghost commented Nov 3, 2021

Problem

Re-post of #11187

Change overview

Pull up LayerLwIP::ScheduleLambda to SystemLayer
Implement ScheduleLambdaBridge for LayerImplLibevent and LayerImplSelect

#11187 fails because std::aligned_storage is being used as a container, but it is actually a type traits.
Fixed by using std::aligned_storage<...>::type instead of std::aligned_storage<...>

Add unit-tests to test ScheduleLambda

Testing

Verified by unit-tests

@github-actions
Copy link

github-actions bot commented Nov 3, 2021

PR #11361: Size comparison from d5810e5 to 003a94b

Increases (8 builds for linux)
platform target config section d5810e5 003a94b change % change
linux all-clusters-app debug (read only) 1690937 1690985 48 0.0
.text 1417714 1417762 48 0.0
bridge-app debug+rpc (read only) 1287325 1287357 32 0.0
.text 1079973 1080005 32 0.0
chip-tool debug (read only) 4351269 4351301 32 0.0
.text 3865669 3865701 32 0.0
lighting-app debug+rpc (read only) 1543193 1543225 32 0.0
.text 1280946 1280978 32 0.0
ota-provider-app debug (read only) 1243689 1243721 32 0.0
.text 1035250 1035282 32 0.0
ota-requestor-app debug (read only) 1311049 1311081 32 0.0
.text 1089954 1089986 32 0.0
shell debug (read only) 786593 786625 32 0.0
.text 607266 607298 32 0.0
tv-app debug (read only) 1810545 1810577 32 0.0
.text 1512642 1512674 32 0.0
Decreases (2 builds for p6)
platform target config section d5810e5 003a94b change % change
p6 all-clusters-app default (read/write) 2300752 2300712 -40 -0.0
.text 1259016 1258976 -40 -0.0
lock-app default (read/write) 2213744 2213720 -24 -0.0
.text 1172008 1171984 -24 -0.0
Full report (16 builds for linux, mbed, p6, telink)
platform target config section d5810e5 003a94b change % change
linux all-clusters-app debug (read only) 1690937 1690985 48 0.0
(read/write) 119760 119760 0 0.0
.bss 51184 51184 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62272 62272 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 139829 139829 0 0.0
.text 1417714 1417762 48 0.0
bridge-app debug+rpc (read only) 1287325 1287357 32 0.0
(read/write) 69384 69384 0 0.0
.bss 35088 35088 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 400 400 0 0.0
.rodata 111460 111460 0 0.0
.text 1079973 1080005 32 0.0
chip-tool debug (read only) 4351269 4351301 32 0.0
(read/write) 124896 124896 0 0.0
.bss 18224 18224 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 99040 99040 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 424 424 0 0.0
.rodata 219560 219560 0 0.0
.text 3865669 3865701 32 0.0
lighting-app debug+rpc (read only) 1543193 1543225 32 0.0
(read/write) 101712 101712 0 0.0
.bss 40728 40728 0 0.0
.data 1138 1138 0 0.0
.data.rel.ro 54560 54560 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 528 528 0 0.0
.rodata 129553 129553 0 0.0
.text 1280946 1280978 32 0.0
ota-provider-app debug (read only) 1243689 1243721 32 0.0
(read/write) 67552 67552 0 0.0
.bss 37152 37152 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 440 440 0 0.0
.rodata 112360 112360 0 0.0
.text 1035250 1035282 32 0.0
ota-requestor-app debug (read only) 1311049 1311081 32 0.0
(read/write) 76872 76872 0 0.0
.bss 45408 45408 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25512 25512 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 512 512 0 0.0
.rodata 123328 123328 0 0.0
.text 1089954 1089986 32 0.0
shell debug (read only) 786593 786625 32 0.0
(read/write) 57664 57664 0 0.0
.bss 16104 16104 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 336 336 0 0.0
.rodata 77839 77839 0 0.0
.text 607266 607298 32 0.0
tv-app debug (read only) 1810545 1810577 32 0.0
(read/write) 289944 289944 0 0.0
.bss 222768 222768 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 608 608 0 0.0
.rodata 155640 155640 0 0.0
.text 1512642 1512674 32 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2293224 2293224 0 0.0
.bss 179972 179972 0 0.0
.data 5216 5216 0 0.0
.heap 851256 851256 0 0.0
.text 1255824 1255824 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272216 2272216 0 0.0
.bss 172012 172012 0 0.0
.data 5568 5568 0 0.0
.heap 858864 858864 0 0.0
.text 1234816 1234816 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2249872 2249872 0 0.0
.bss 170908 170908 0 0.0
.data 5560 5560 0 0.0
.heap 859976 859976 0 0.0
.text 1212472 1212472 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2048496 2048496 0 0.0
.bss 156256 156256 0 0.0
.data 4960 4960 0 0.0
.heap 875232 875232 0 0.0
.text 1011096 1011096 0 0.0
p6 all-clusters-app default (read/write) 2300752 2300712 -40 -0.0
.bss 107912 107912 0 0.0
.data 2520 2520 0 0.0
.heap 922912 922912 0 0.0
.text 1259016 1258976 -40 -0.0
lock-app default (read/write) 2213744 2213720 -24 -0.0
.bss 95712 95712 0 0.0
.data 2392 2392 0 0.0
.heap 935240 935240 0 0.0
.text 1172008 1171984 -24 -0.0
telink lighting-app tlsr9518adk80d (read/write) 662894 662894 0 0.0
bss 69132 69132 0 0.0
noinit 33216 33216 0 0.0
text 458028 458028 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 3, 2021

PR #11361: Size comparison from 4947759 to 77fe1ad

Increases (8 builds for linux)
platform target config section 4947759 77fe1ad change % change
linux all-clusters-app debug (read only) 1690937 1690985 48 0.0
.text 1417714 1417762 48 0.0
bridge-app debug+rpc (read only) 1287325 1287357 32 0.0
.text 1079973 1080005 32 0.0
chip-tool debug (read only) 4351269 4351301 32 0.0
.text 3865669 3865701 32 0.0
lighting-app debug+rpc (read only) 1548297 1548329 32 0.0
.text 1284610 1284642 32 0.0
ota-provider-app debug (read only) 1243689 1243721 32 0.0
.text 1035250 1035282 32 0.0
ota-requestor-app debug (read only) 1311049 1311081 32 0.0
.text 1089954 1089986 32 0.0
shell debug (read only) 786593 786625 32 0.0
.text 607266 607298 32 0.0
tv-app debug (read only) 1810545 1810577 32 0.0
.text 1512642 1512674 32 0.0
Decreases (11 builds for efr32, k32w, p6, qpg)
platform target config section 4947759 77fe1ad change % change
efr32 lighting-app BRD4161A (read only) 737248 737208 -40 -0.0
.text 737240 737200 -40 -0.0
BRD4161A+rpc (read only) 726428 726404 -24 -0.0
.text 726420 726396 -24 -0.0
lock-app BRD4161A (read only) 716528 716488 -40 -0.0
.text 716520 716480 -40 -0.0
window-app BRD4161A (read only) 717428 717388 -40 -0.0
.text 717420 717380 -40 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 699528 699488 -40 -0.0
.text 613968 613928 -40 -0.0
lock-app k32w061+debug (read/write) 591836 591796 -40 -0.0
.text 515796 515756 -40 -0.0
shell k32w061+debug (read/write) 424916 424900 -16 -0.0
.text 359248 359232 -16 -0.0
p6 all-clusters-app default (read/write) 2300752 2300712 -40 -0.0
.text 1259016 1258976 -40 -0.0
lock-app default (read/write) 2213744 2213720 -24 -0.0
.text 1172008 1171984 -24 -0.0
qpg lighting-app qpg6100+debug (read only) 490784 490768 -16 -0.0
.text 485464 485448 -16 -0.0
lock-app qpg6100+debug (read only) 467120 467104 -16 -0.0
.text 461800 461784 -16 -0.0
Full report (21 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 4947759 77fe1ad change % change
efr32 lighting-app BRD4161A (read only) 737248 737208 -40 -0.0
(read/write) 114620 114620 0 0.0
.bss 112860 112860 0 0.0
.data 1756 1756 0 0.0
.text 737240 737200 -40 -0.0
BRD4161A+rpc (read only) 726428 726404 -24 -0.0
(read/write) 131236 131236 0 0.0
.bss 129364 129364 0 0.0
.data 1872 1872 0 0.0
.text 726420 726396 -24 -0.0
lock-app BRD4161A (read only) 716528 716488 -40 -0.0
(read/write) 112436 112436 0 0.0
.bss 110716 110716 0 0.0
.data 1716 1716 0 0.0
.text 716520 716480 -40 -0.0
window-app BRD4161A (read only) 717428 717388 -40 -0.0
(read/write) 112756 112756 0 0.0
.bss 111036 111036 0 0.0
.data 1720 1720 0 0.0
.text 717420 717380 -40 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 699528 699488 -40 -0.0
.bss 77856 77856 0 0.0
.data 1904 1904 0 0.0
.text 613968 613928 -40 -0.0
lock-app k32w061+debug (read/write) 591836 591796 -40 -0.0
.bss 68372 68372 0 0.0
.data 1868 1868 0 0.0
.text 515796 515756 -40 -0.0
shell k32w061+debug (read/write) 424916 424900 -16 -0.0
.bss 63296 63296 0 0.0
.data 668 668 0 0.0
.text 359248 359232 -16 -0.0
linux all-clusters-app debug (read only) 1690937 1690985 48 0.0
(read/write) 119760 119760 0 0.0
.bss 51184 51184 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62272 62272 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 139829 139829 0 0.0
.text 1417714 1417762 48 0.0
bridge-app debug+rpc (read only) 1287325 1287357 32 0.0
(read/write) 69384 69384 0 0.0
.bss 35088 35088 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 400 400 0 0.0
.rodata 111460 111460 0 0.0
.text 1079973 1080005 32 0.0
chip-tool debug (read only) 4351269 4351301 32 0.0
(read/write) 124896 124896 0 0.0
.bss 18224 18224 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 99040 99040 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 424 424 0 0.0
.rodata 219560 219560 0 0.0
.text 3865669 3865701 32 0.0
lighting-app debug+rpc (read only) 1548297 1548329 32 0.0
(read/write) 102352 102352 0 0.0
.bss 40728 40728 0 0.0
.data 1170 1170 0 0.0
.data.rel.ro 55168 55168 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 528 528 0 0.0
.rodata 130129 130129 0 0.0
.text 1284610 1284642 32 0.0
ota-provider-app debug (read only) 1243689 1243721 32 0.0
(read/write) 67552 67552 0 0.0
.bss 37152 37152 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 440 440 0 0.0
.rodata 112360 112360 0 0.0
.text 1035250 1035282 32 0.0
ota-requestor-app debug (read only) 1311049 1311081 32 0.0
(read/write) 76872 76872 0 0.0
.bss 45408 45408 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25512 25512 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 512 512 0 0.0
.rodata 123328 123328 0 0.0
.text 1089954 1089986 32 0.0
shell debug (read only) 786593 786625 32 0.0
(read/write) 57664 57664 0 0.0
.bss 16104 16104 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 336 336 0 0.0
.rodata 77839 77839 0 0.0
.text 607266 607298 32 0.0
tv-app debug (read only) 1810545 1810577 32 0.0
(read/write) 289944 289944 0 0.0
.bss 222768 222768 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 608 608 0 0.0
.rodata 155640 155640 0 0.0
.text 1512642 1512674 32 0.0
p6 all-clusters-app default (read/write) 2300752 2300712 -40 -0.0
.bss 107912 107912 0 0.0
.data 2520 2520 0 0.0
.heap 922912 922912 0 0.0
.text 1259016 1258976 -40 -0.0
lock-app default (read/write) 2213744 2213720 -24 -0.0
.bss 95712 95712 0 0.0
.data 2392 2392 0 0.0
.heap 935240 935240 0 0.0
.text 1172008 1171984 -24 -0.0
qpg lighting-app qpg6100+debug (read only) 490784 490768 -16 -0.0
(read/write) 114140 114140 0 0.0
.bss 50416 50416 0 0.0
.data 1004 1004 0 0.0
.text 485464 485448 -16 -0.0
lock-app qpg6100+debug (read only) 467120 467104 -16 -0.0
(read/write) 114144 114144 0 0.0
.bss 49360 49360 0 0.0
.data 960 960 0 0.0
.text 461800 461784 -16 -0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18336 18336 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 662894 662894 0 0.0
bss 69132 69132 0 0.0
noinit 33216 33216 0 0.0
text 458028 458028 0 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not need ProcessDeviceEvents. RunEventLoop should work.

@github-actions
Copy link

github-actions bot commented Nov 4, 2021

PR #11361: Size comparison from ee7682d to 6ea8928

Increases above 0.2%:

platform target config section ee7682d 6ea8928 change % change
linux ota-requestor-app debug .rodata 124464 125168 704 0.6
Increases (8 builds for linux)
platform target config section ee7682d 6ea8928 change % change
linux all-clusters-app debug (read only) 1697761 1697985 224 0.0
.rodata 140469 140597 128 0.1
.text 1423874 1423970 96 0.0
bridge-app debug+rpc (read only) 1292477 1292653 176 0.0
.rodata 111780 111876 96 0.1
.text 1084805 1084885 80 0.0
chip-tool debug (read only) 4429253 4429445 192 0.0
.rodata 226992 227088 96 0.0
.text 3933941 3934037 96 0.0
lighting-app debug+rpc (read only) 1553505 1553681 176 0.0
.rodata 130449 130545 96 0.1
.text 1289474 1289554 80 0.0
ota-provider-app debug (read only) 1251761 1251969 208 0.0
.rodata 113032 113160 128 0.1
.text 1042626 1042706 80 0.0
ota-requestor-app debug (read only) 1329497 1330281 784 0.1
.rodata 124464 125168 704 0.6
.text 1106978 1107058 80 0.0
shell debug (read only) 786641 786817 176 0.0
.rodata 77839 77935 96 0.1
.text 607314 607394 80 0.0
tv-app debug (read only) 1817113 1817305 192 0.0
.rodata 156040 156136 96 0.1
.text 1518786 1518882 96 0.0
Decreases (13 builds for efr32, esp32, k32w, p6, qpg)
platform target config section ee7682d 6ea8928 change % change
efr32 lighting-app BRD4161A (read only) 737432 737408 -24 -0.0
.text 737424 737400 -24 -0.0
BRD4161A+rpc (read only) 726628 726604 -24 -0.0
.text 726620 726596 -24 -0.0
lock-app BRD4161A (read only) 716696 716672 -24 -0.0
.text 716688 716664 -24 -0.0
window-app BRD4161A (read only) 717612 717572 -40 -0.0
.text 717604 717564 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880890 880866 -24 -0.0
.flash.text 880890 880866 -24 -0.0
m5stack (read only) 912007 911999 -8 -0.0
.flash.text 912007 911999 -8 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 699648 699624 -24 -0.0
.text 614120 614096 -24 -0.0
lock-app k32w061+debug (read/write) 591956 591932 -24 -0.0
.text 515948 515924 -24 -0.0
shell k32w061+debug (read/write) 657904 657868 -36 -0.0
.text 571272 571236 -36 -0.0
p6 all-clusters-app default (read/write) 2301080 2301008 -72 -0.0
.text 1259344 1259272 -72 -0.0
lock-app default (read/write) 2213928 2213872 -56 -0.0
.text 1172192 1172136 -56 -0.0
qpg lighting-app qpg6100+debug (read only) 490932 490916 -16 -0.0
.text 485612 485596 -16 -0.0
lock-app qpg6100+debug (read only) 467280 467256 -24 -0.0
.text 461960 461936 -24 -0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section ee7682d 6ea8928 change % change
efr32 lighting-app BRD4161A (read only) 737432 737408 -24 -0.0
(read/write) 114588 114588 0 0.0
.bss 112828 112828 0 0.0
.data 1756 1756 0 0.0
.text 737424 737400 -24 -0.0
BRD4161A+rpc (read only) 726628 726604 -24 -0.0
(read/write) 131204 131204 0 0.0
.bss 129332 129332 0 0.0
.data 1872 1872 0 0.0
.text 726620 726596 -24 -0.0
lock-app BRD4161A (read only) 716696 716672 -24 -0.0
(read/write) 112404 112404 0 0.0
.bss 110684 110684 0 0.0
.data 1716 1716 0 0.0
.text 716688 716664 -24 -0.0
window-app BRD4161A (read only) 717612 717572 -40 -0.0
(read/write) 112724 112724 0 0.0
.bss 111004 111004 0 0.0
.data 1720 1720 0 0.0
.text 717604 717564 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880890 880866 -24 -0.0
(read/write) 1308120 1308120 0 0.0
.dram0.bss 58584 58584 0 0.0
.dram0.data 16464 16464 0 0.0
.flash.rodata 199832 199832 0 0.0
.flash.text 880890 880866 -24 -0.0
.iram0.text 57554 57554 0 0.0
m5stack (read only) 912007 911999 -8 -0.0
(read/write) 427876 427876 0 0.0
.dram0.bss 61088 61088 0 0.0
.dram0.data 32100 32100 0 0.0
.flash.rodata 208524 208524 0 0.0
.flash.text 912007 911999 -8 -0.0
.iram0.text 125115 125115 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 699648 699624 -24 -0.0
.bss 77824 77824 0 0.0
.data 1904 1904 0 0.0
.text 614120 614096 -24 -0.0
lock-app k32w061+debug (read/write) 591956 591932 -24 -0.0
.bss 68340 68340 0 0.0
.data 1868 1868 0 0.0
.text 515948 515924 -24 -0.0
shell k32w061+debug (read/write) 657904 657868 -36 -0.0
.bss 78992 78992 0 0.0
.data 1840 1840 0 0.0
.text 571272 571236 -36 -0.0
linux all-clusters-app debug (read only) 1697761 1697985 224 0.0
(read/write) 119696 119696 0 0.0
.bss 51120 51120 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62272 62272 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 140469 140597 128 0.1
.text 1423874 1423970 96 0.0
bridge-app debug+rpc (read only) 1292477 1292653 176 0.0
(read/write) 69320 69320 0 0.0
.bss 35024 35024 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 400 400 0 0.0
.rodata 111780 111876 96 0.1
.text 1084805 1084885 80 0.0
chip-tool debug (read only) 4429253 4429445 192 0.0
(read/write) 125888 125888 0 0.0
.bss 18224 18224 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 100032 100032 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 424 424 0 0.0
.rodata 226992 227088 96 0.0
.text 3933941 3934037 96 0.0
lighting-app debug+rpc (read only) 1553505 1553681 176 0.0
(read/write) 102288 102288 0 0.0
.bss 40664 40664 0 0.0
.data 1170 1170 0 0.0
.data.rel.ro 55168 55168 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 528 528 0 0.0
.rodata 130449 130545 96 0.1
.text 1289474 1289554 80 0.0
ota-provider-app debug (read only) 1251761 1251969 208 0.0
(read/write) 67488 67488 0 0.0
.bss 37088 37088 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 440 440 0 0.0
.rodata 113032 113160 128 0.1
.text 1042626 1042706 80 0.0
ota-requestor-app debug (read only) 1329497 1330281 784 0.1
(read/write) 76744 76744 0 0.0
.bss 45216 45216 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25576 25576 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 512 512 0 0.0
.rodata 124464 125168 704 0.6
.text 1106978 1107058 80 0.0
shell debug (read only) 786641 786817 176 0.0
(read/write) 57600 57600 0 0.0
.bss 16040 16040 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 336 336 0 0.0
.rodata 77839 77935 96 0.1
.text 607314 607394 80 0.0
tv-app debug (read only) 1817113 1817305 192 0.0
(read/write) 289912 289912 0 0.0
.bss 222736 222736 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 608 608 0 0.0
.rodata 156040 156136 96 0.1
.text 1518786 1518882 96 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2293328 2293328 0 0.0
.bss 179940 179940 0 0.0
.data 5216 5216 0 0.0
.heap 851288 851288 0 0.0
.text 1255928 1255928 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272760 2272760 0 0.0
.bss 171980 171980 0 0.0
.data 5568 5568 0 0.0
.heap 858896 858896 0 0.0
.text 1235360 1235360 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250480 2250480 0 0.0
.bss 170876 170876 0 0.0
.data 5560 5560 0 0.0
.heap 860008 860008 0 0.0
.text 1213080 1213080 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2048368 2048368 0 0.0
.bss 156224 156224 0 0.0
.data 4960 4960 0 0.0
.heap 875264 875264 0 0.0
.text 1010968 1010968 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 861623 861623 0 0.0
bss 111288 111288 0 0.0
rodata 96808 96808 0 0.0
text 577912 577912 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 824003 824003 0 0.0
bss 107640 107640 0 0.0
rodata 87988 87988 0 0.0
text 552100 552100 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 786662 786662 0 0.0
bss 112664 112664 0 0.0
rodata 92064 92064 0 0.0
text 507372 507372 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 838331 838331 0 0.0
bss 110324 110324 0 0.0
rodata 93180 93180 0 0.0
text 559388 559388 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 763626 763626 0 0.0
bss 111732 111732 0 0.0
rodata 88484 88484 0 0.0
text 488940 488940 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497323 497323 0 0.0
bss 51824 51824 0 0.0
rodata 45776 45776 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 844439 844439 0 0.0
bss 110460 110460 0 0.0
rodata 94888 94888 0 0.0
text 563568 563568 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 838183 838183 0 0.0
bss 110360 110360 0 0.0
rodata 93176 93176 0 0.0
text 559124 559124 0 0.0
shell nrf52840dk_nrf52840 (read/write) 775975 775975 0 0.0
bss 109080 109080 0 0.0
rodata 72412 72412 0 0.0
text 519904 519904 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 691010 691010 0 0.0
bss 110060 110060 0 0.0
rodata 67052 67052 0 0.0
text 440496 440496 0 0.0
p6 all-clusters-app default (read/write) 2301080 2301008 -72 -0.0
.bss 107880 107880 0 0.0
.data 2520 2520 0 0.0
.heap 922944 922944 0 0.0
.text 1259344 1259272 -72 -0.0
lock-app default (read/write) 2213928 2213872 -56 -0.0
.bss 95680 95680 0 0.0
.data 2392 2392 0 0.0
.heap 935272 935272 0 0.0
.text 1172192 1172136 -56 -0.0
qpg lighting-app qpg6100+debug (read only) 490932 490916 -16 -0.0
(read/write) 114140 114140 0 0.0
.bss 50968 50968 0 0.0
.data 1004 1004 0 0.0
.text 485612 485596 -16 -0.0
lock-app qpg6100+debug (read only) 467280 467256 -24 -0.0
(read/write) 114144 114144 0 0.0
.bss 49912 49912 0 0.0
.data 960 960 0 0.0
.text 461960 461936 -24 -0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18920 18920 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 663086 663086 0 0.0
bss 69100 69100 0 0.0
noinit 33216 33216 0 0.0
text 458206 458206 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 4, 2021

PR #11361: Size comparison from ee7682d to 6a8c1f4

Increases above 0.2%:

platform target config section ee7682d 6a8c1f4 change % change
linux ota-requestor-app debug .rodata 124464 125168 704 0.6
Increases (9 builds for esp32, linux)
platform target config section ee7682d 6a8c1f4 change % change
esp32 all-clusters-app m5stack (read only) 912007 912075 68 0.0
.flash.text 912007 912075 68 0.0
linux all-clusters-app debug (read only) 1697761 1697985 224 0.0
.rodata 140469 140597 128 0.1
.text 1423874 1423970 96 0.0
bridge-app debug+rpc (read only) 1292477 1292653 176 0.0
.rodata 111780 111876 96 0.1
.text 1084805 1084885 80 0.0
chip-tool debug (read only) 4429253 4429445 192 0.0
.rodata 226992 227088 96 0.0
.text 3933941 3934037 96 0.0
lighting-app debug+rpc (read only) 1553505 1553681 176 0.0
.rodata 130449 130545 96 0.1
.text 1289474 1289554 80 0.0
ota-provider-app debug (read only) 1251761 1251969 208 0.0
.rodata 113032 113160 128 0.1
.text 1042626 1042706 80 0.0
ota-requestor-app debug (read only) 1329497 1330281 784 0.1
.rodata 124464 125168 704 0.6
.text 1106978 1107058 80 0.0
shell debug (read only) 786641 786817 176 0.0
.rodata 77839 77935 96 0.1
.text 607314 607394 80 0.0
tv-app debug (read only) 1817113 1817305 192 0.0
.rodata 156040 156136 96 0.1
.text 1518786 1518882 96 0.0
Decreases (12 builds for efr32, esp32, k32w, p6, qpg)
platform target config section ee7682d 6a8c1f4 change % change
efr32 lighting-app BRD4161A (read only) 737432 737408 -24 -0.0
.text 737424 737400 -24 -0.0
BRD4161A+rpc (read only) 726628 726604 -24 -0.0
.text 726620 726596 -24 -0.0
lock-app BRD4161A (read only) 716696 716672 -24 -0.0
.text 716688 716664 -24 -0.0
window-app BRD4161A (read only) 717612 717572 -40 -0.0
.text 717604 717564 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880890 880866 -24 -0.0
.flash.text 880890 880866 -24 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 699648 699624 -24 -0.0
.text 614120 614096 -24 -0.0
lock-app k32w061+debug (read/write) 591956 591932 -24 -0.0
.text 515948 515924 -24 -0.0
shell k32w061+debug (read/write) 657904 657868 -36 -0.0
.text 571272 571236 -36 -0.0
p6 all-clusters-app default (read/write) 2301080 2301008 -72 -0.0
.text 1259344 1259272 -72 -0.0
lock-app default (read/write) 2213928 2213872 -56 -0.0
.text 1172192 1172136 -56 -0.0
qpg lighting-app qpg6100+debug (read only) 490932 490916 -16 -0.0
.text 485612 485596 -16 -0.0
lock-app qpg6100+debug (read only) 467280 467256 -24 -0.0
.text 461960 461936 -24 -0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section ee7682d 6a8c1f4 change % change
efr32 lighting-app BRD4161A (read only) 737432 737408 -24 -0.0
(read/write) 114588 114588 0 0.0
.bss 112828 112828 0 0.0
.data 1756 1756 0 0.0
.text 737424 737400 -24 -0.0
BRD4161A+rpc (read only) 726628 726604 -24 -0.0
(read/write) 131204 131204 0 0.0
.bss 129332 129332 0 0.0
.data 1872 1872 0 0.0
.text 726620 726596 -24 -0.0
lock-app BRD4161A (read only) 716696 716672 -24 -0.0
(read/write) 112404 112404 0 0.0
.bss 110684 110684 0 0.0
.data 1716 1716 0 0.0
.text 716688 716664 -24 -0.0
window-app BRD4161A (read only) 717612 717572 -40 -0.0
(read/write) 112724 112724 0 0.0
.bss 111004 111004 0 0.0
.data 1720 1720 0 0.0
.text 717604 717564 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880890 880866 -24 -0.0
(read/write) 1308120 1308120 0 0.0
.dram0.bss 58584 58584 0 0.0
.dram0.data 16464 16464 0 0.0
.flash.rodata 199832 199832 0 0.0
.flash.text 880890 880866 -24 -0.0
.iram0.text 57554 57554 0 0.0
m5stack (read only) 912007 912075 68 0.0
(read/write) 427876 427876 0 0.0
.dram0.bss 61088 61088 0 0.0
.dram0.data 32100 32100 0 0.0
.flash.rodata 208524 208524 0 0.0
.flash.text 912007 912075 68 0.0
.iram0.text 125115 125115 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 699648 699624 -24 -0.0
.bss 77824 77824 0 0.0
.data 1904 1904 0 0.0
.text 614120 614096 -24 -0.0
lock-app k32w061+debug (read/write) 591956 591932 -24 -0.0
.bss 68340 68340 0 0.0
.data 1868 1868 0 0.0
.text 515948 515924 -24 -0.0
shell k32w061+debug (read/write) 657904 657868 -36 -0.0
.bss 78992 78992 0 0.0
.data 1840 1840 0 0.0
.text 571272 571236 -36 -0.0
linux all-clusters-app debug (read only) 1697761 1697985 224 0.0
(read/write) 119696 119696 0 0.0
.bss 51120 51120 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62272 62272 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 140469 140597 128 0.1
.text 1423874 1423970 96 0.0
bridge-app debug+rpc (read only) 1292477 1292653 176 0.0
(read/write) 69320 69320 0 0.0
.bss 35024 35024 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 400 400 0 0.0
.rodata 111780 111876 96 0.1
.text 1084805 1084885 80 0.0
chip-tool debug (read only) 4429253 4429445 192 0.0
(read/write) 125888 125888 0 0.0
.bss 18224 18224 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 100032 100032 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 424 424 0 0.0
.rodata 226992 227088 96 0.0
.text 3933941 3934037 96 0.0
lighting-app debug+rpc (read only) 1553505 1553681 176 0.0
(read/write) 102288 102288 0 0.0
.bss 40664 40664 0 0.0
.data 1170 1170 0 0.0
.data.rel.ro 55168 55168 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 528 528 0 0.0
.rodata 130449 130545 96 0.1
.text 1289474 1289554 80 0.0
ota-provider-app debug (read only) 1251761 1251969 208 0.0
(read/write) 67488 67488 0 0.0
.bss 37088 37088 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 440 440 0 0.0
.rodata 113032 113160 128 0.1
.text 1042626 1042706 80 0.0
ota-requestor-app debug (read only) 1329497 1330281 784 0.1
(read/write) 76744 76744 0 0.0
.bss 45216 45216 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25576 25576 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 512 512 0 0.0
.rodata 124464 125168 704 0.6
.text 1106978 1107058 80 0.0
shell debug (read only) 786641 786817 176 0.0
(read/write) 57600 57600 0 0.0
.bss 16040 16040 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 336 336 0 0.0
.rodata 77839 77935 96 0.1
.text 607314 607394 80 0.0
tv-app debug (read only) 1817113 1817305 192 0.0
(read/write) 289912 289912 0 0.0
.bss 222736 222736 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 608 608 0 0.0
.rodata 156040 156136 96 0.1
.text 1518786 1518882 96 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2293328 2293328 0 0.0
.bss 179940 179940 0 0.0
.data 5216 5216 0 0.0
.heap 851288 851288 0 0.0
.text 1255928 1255928 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272760 2272760 0 0.0
.bss 171980 171980 0 0.0
.data 5568 5568 0 0.0
.heap 858896 858896 0 0.0
.text 1235360 1235360 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250480 2250480 0 0.0
.bss 170876 170876 0 0.0
.data 5560 5560 0 0.0
.heap 860008 860008 0 0.0
.text 1213080 1213080 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2048368 2048368 0 0.0
.bss 156224 156224 0 0.0
.data 4960 4960 0 0.0
.heap 875264 875264 0 0.0
.text 1010968 1010968 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 861623 861623 0 0.0
bss 111288 111288 0 0.0
rodata 96808 96808 0 0.0
text 577912 577912 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 824003 824003 0 0.0
bss 107640 107640 0 0.0
rodata 87988 87988 0 0.0
text 552100 552100 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 786662 786662 0 0.0
bss 112664 112664 0 0.0
rodata 92064 92064 0 0.0
text 507372 507372 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 838331 838331 0 0.0
bss 110324 110324 0 0.0
rodata 93180 93180 0 0.0
text 559388 559388 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 763626 763626 0 0.0
bss 111732 111732 0 0.0
rodata 88484 88484 0 0.0
text 488940 488940 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497323 497323 0 0.0
bss 51824 51824 0 0.0
rodata 45776 45776 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 844439 844439 0 0.0
bss 110460 110460 0 0.0
rodata 94888 94888 0 0.0
text 563568 563568 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 838183 838183 0 0.0
bss 110360 110360 0 0.0
rodata 93176 93176 0 0.0
text 559124 559124 0 0.0
shell nrf52840dk_nrf52840 (read/write) 775975 775975 0 0.0
bss 109080 109080 0 0.0
rodata 72412 72412 0 0.0
text 519904 519904 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 691010 691010 0 0.0
bss 110060 110060 0 0.0
rodata 67052 67052 0 0.0
text 440496 440496 0 0.0
p6 all-clusters-app default (read/write) 2301080 2301008 -72 -0.0
.bss 107880 107880 0 0.0
.data 2520 2520 0 0.0
.heap 922944 922944 0 0.0
.text 1259344 1259272 -72 -0.0
lock-app default (read/write) 2213928 2213872 -56 -0.0
.bss 95680 95680 0 0.0
.data 2392 2392 0 0.0
.heap 935272 935272 0 0.0
.text 1172192 1172136 -56 -0.0
qpg lighting-app qpg6100+debug (read only) 490932 490916 -16 -0.0
(read/write) 114140 114140 0 0.0
.bss 50968 50968 0 0.0
.data 1004 1004 0 0.0
.text 485612 485596 -16 -0.0
lock-app qpg6100+debug (read only) 467280 467256 -24 -0.0
(read/write) 114144 114144 0 0.0
.bss 49912 49912 0 0.0
.data 960 960 0 0.0
.text 461960 461936 -24 -0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18920 18920 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 663086 663086 0 0.0
bss 69100 69100 0 0.0
noinit 33216 33216 0 0.0
text 458206 458206 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 4, 2021

PR #11361: Size comparison from 6290269 to 3aae4e8

Decreases (2 builds for qpg)
platform target config section 6290269 3aae4e8 change % change
qpg lighting-app qpg6100+debug (read only) 490892 490876 -16 -0.0
.text 485572 485556 -16 -0.0
lock-app qpg6100+debug (read only) 467224 467200 -24 -0.0
.text 461904 461880 -24 -0.0
Full report (4 builds for qpg, telink)
platform target config section 6290269 3aae4e8 change % change
qpg lighting-app qpg6100+debug (read only) 490892 490876 -16 -0.0
(read/write) 114140 114140 0 0.0
.bss 50968 50968 0 0.0
.data 1004 1004 0 0.0
.text 485572 485556 -16 -0.0
lock-app qpg6100+debug (read only) 467224 467200 -24 -0.0
(read/write) 114144 114144 0 0.0
.bss 49912 49912 0 0.0
.data 960 960 0 0.0
.text 461904 461880 -24 -0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18920 18920 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 663006 663006 0 0.0
bss 69100 69100 0 0.0
noinit 33216 33216 0 0.0
text 458130 458130 0 0.0

@github-actions
Copy link

github-actions bot commented Nov 4, 2021

PR #11361: Size comparison from 1538bbb to 8174144

Increases (9 builds for esp32, linux)
platform target config section 1538bbb 8174144 change % change
esp32 all-clusters-app m5stack (read only) 912019 912075 56 0.0
.flash.text 912019 912075 56 0.0
linux all-clusters-app debug (read only) 1703025 1703057 32 0.0
.text 1430562 1430594 32 0.0
bridge-app debug+rpc (read only) 1291093 1291125 32 0.0
.text 1084325 1084357 32 0.0
chip-tool debug (read only) 4433685 4433717 32 0.0
.text 3939029 3939061 32 0.0
lighting-app debug+rpc (read only) 1552089 1552121 32 0.0
.text 1288994 1289026 32 0.0
ota-provider-app debug (read only) 1250377 1250409 32 0.0
.text 1042146 1042178 32 0.0
ota-requestor-app debug (read only) 1328705 1328737 32 0.0
.text 1106514 1106546 32 0.0
shell debug (read only) 786873 786921 48 0.0
.text 607458 607506 48 0.0
tv-app debug (read only) 1815729 1815761 32 0.0
.text 1518306 1518338 32 0.0
Decreases (12 builds for efr32, esp32, k32w, p6, qpg)
platform target config section 1538bbb 8174144 change % change
efr32 lighting-app BRD4161A (read only) 744860 744820 -40 -0.0
.text 744852 744812 -40 -0.0
BRD4161A+rpc (read only) 732392 732352 -40 -0.0
.text 732384 732344 -40 -0.0
lock-app BRD4161A (read only) 724128 724104 -24 -0.0
.text 724120 724096 -24 -0.0
window-app BRD4161A (read only) 725024 724984 -40 -0.0
.text 725016 724976 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880814 880790 -24 -0.0
(read/write) 1305592 1305584 -8 -0.0
.flash.rodata 198360 198352 -8 -0.0
.flash.text 880814 880790 -24 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 699240 699216 -24 -0.0
.text 613752 613728 -24 -0.0
lock-app k32w061+debug (read/write) 592044 592020 -24 -0.0
.text 516056 516032 -24 -0.0
shell k32w061+debug (read/write) 657536 657500 -36 -0.0
.text 570944 570908 -36 -0.0
p6 all-clusters-app default (read/write) 2299176 2299152 -24 -0.0
.text 1257440 1257416 -24 -0.0
lock-app default (read/write) 2212896 2212856 -40 -0.0
.text 1171160 1171120 -40 -0.0
qpg lighting-app qpg6100+debug (read only) 490628 490604 -24 -0.0
.text 485308 485284 -24 -0.0
lock-app qpg6100+debug (read only) 466952 466928 -24 -0.0
.text 461632 461608 -24 -0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 1538bbb 8174144 change % change
efr32 lighting-app BRD4161A (read only) 744860 744820 -40 -0.0
(read/write) 115696 115696 0 0.0
.bss 113924 113924 0 0.0
.data 1772 1772 0 0.0
.text 744852 744812 -40 -0.0
BRD4161A+rpc (read only) 732392 732352 -40 -0.0
(read/write) 132316 132316 0 0.0
.bss 130428 130428 0 0.0
.data 1888 1888 0 0.0
.text 732384 732344 -40 -0.0
lock-app BRD4161A (read only) 724128 724104 -24 -0.0
(read/write) 113516 113516 0 0.0
.bss 111780 111780 0 0.0
.data 1732 1732 0 0.0
.text 724120 724096 -24 -0.0
window-app BRD4161A (read only) 725024 724984 -40 -0.0
(read/write) 113836 113836 0 0.0
.bss 112100 112100 0 0.0
.data 1736 1736 0 0.0
.text 725016 724976 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 880814 880790 -24 -0.0
(read/write) 1305592 1305584 -8 -0.0
.dram0.bss 57528 57528 0 0.0
.dram0.data 16464 16464 0 0.0
.flash.rodata 198360 198352 -8 -0.0
.flash.text 880814 880790 -24 -0.0
.iram0.text 57554 57554 0 0.0
m5stack (read only) 912019 912075 56 0.0
(read/write) 425380 425380 0 0.0
.dram0.bss 60032 60032 0 0.0
.dram0.data 32100 32100 0 0.0
.flash.rodata 207084 207084 0 0.0
.flash.text 912019 912075 56 0.0
.iram0.text 125115 125115 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 699240 699216 -24 -0.0
.bss 77784 77784 0 0.0
.data 1904 1904 0 0.0
.text 613752 613728 -24 -0.0
lock-app k32w061+debug (read/write) 592044 592020 -24 -0.0
.bss 68316 68316 0 0.0
.data 1872 1872 0 0.0
.text 516056 516032 -24 -0.0
shell k32w061+debug (read/write) 657536 657500 -36 -0.0
.bss 78952 78952 0 0.0
.data 1840 1840 0 0.0
.text 570944 570908 -36 -0.0
linux all-clusters-app debug (read only) 1703025 1703057 32 0.0
(read/write) 118656 118656 0 0.0
.bss 50000 50000 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62336 62336 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 138997 138997 0 0.0
.text 1430562 1430594 32 0.0
bridge-app debug+rpc (read only) 1291093 1291125 32 0.0
(read/write) 69232 69232 0 0.0
.bss 34928 34928 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 110852 110852 0 0.0
.text 1084325 1084357 32 0.0
chip-tool debug (read only) 4433685 4433717 32 0.0
(read/write) 125864 125864 0 0.0
.bss 18128 18128 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 100096 100096 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 432 432 0 0.0
.rodata 226192 226192 0 0.0
.text 3939029 3939061 32 0.0
lighting-app debug+rpc (read only) 1552089 1552121 32 0.0
(read/write) 102200 102200 0 0.0
.bss 40568 40568 0 0.0
.data 1170 1170 0 0.0
.data.rel.ro 55168 55168 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129489 129489 0 0.0
.text 1288994 1289026 32 0.0
ota-provider-app debug (read only) 1250377 1250409 32 0.0
(read/write) 67400 67400 0 0.0
.bss 36992 36992 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 112104 112104 0 0.0
.text 1042146 1042178 32 0.0
ota-requestor-app debug (read only) 1328705 1328737 32 0.0
(read/write) 76656 76656 0 0.0
.bss 45120 45120 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25576 25576 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 124112 124112 0 0.0
.text 1106514 1106546 32 0.0
shell debug (read only) 786873 786921 48 0.0
(read/write) 57608 57608 0 0.0
.bss 16040 16040 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 77903 77903 0 0.0
.text 607458 607506 48 0.0
tv-app debug (read only) 1815729 1815761 32 0.0
(read/write) 289824 289824 0 0.0
.bss 222640 222640 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 155112 155112 0 0.0
.text 1518306 1518338 32 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2292664 2292664 0 0.0
.bss 178876 178876 0 0.0
.data 5216 5216 0 0.0
.heap 852352 852352 0 0.0
.text 1255264 1255264 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272992 2272992 0 0.0
.bss 171948 171948 0 0.0
.data 5568 5568 0 0.0
.heap 858928 858928 0 0.0
.text 1235592 1235592 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250712 2250712 0 0.0
.bss 170844 170844 0 0.0
.data 5560 5560 0 0.0
.heap 860040 860040 0 0.0
.text 1213312 1213312 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2048400 2048400 0 0.0
.bss 156224 156224 0 0.0
.data 4960 4960 0 0.0
.heap 875264 875264 0 0.0
.text 1011000 1011000 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 861303 861303 0 0.0
bss 111248 111248 0 0.0
rodata 96808 96808 0 0.0
text 577624 577624 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 823651 823651 0 0.0
bss 107600 107600 0 0.0
rodata 87988 87988 0 0.0
text 551772 551772 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 786326 786326 0 0.0
bss 112624 112624 0 0.0
rodata 92064 92064 0 0.0
text 507080 507080 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 838011 838011 0 0.0
bss 110284 110284 0 0.0
rodata 93180 93180 0 0.0
text 559100 559100 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 763306 763306 0 0.0
bss 111692 111692 0 0.0
rodata 88484 88484 0 0.0
text 488648 488648 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497323 497323 0 0.0
bss 51824 51824 0 0.0
rodata 45776 45776 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 844119 844119 0 0.0
bss 110420 110420 0 0.0
rodata 94888 94888 0 0.0
text 563280 563280 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 837863 837863 0 0.0
bss 110320 110320 0 0.0
rodata 93176 93176 0 0.0
text 558836 558836 0 0.0
shell nrf52840dk_nrf52840 (read/write) 775755 775755 0 0.0
bss 109072 109072 0 0.0
rodata 72432 72432 0 0.0
text 519664 519664 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 690794 690794 0 0.0
bss 110052 110052 0 0.0
rodata 67076 67076 0 0.0
text 440256 440256 0 0.0
p6 all-clusters-app default (read/write) 2299176 2299152 -24 -0.0
.bss 106824 106824 0 0.0
.data 2520 2520 0 0.0
.heap 924000 924000 0 0.0
.text 1257440 1257416 -24 -0.0
lock-app default (read/write) 2212896 2212856 -40 -0.0
.bss 95648 95648 0 0.0
.data 2392 2392 0 0.0
.heap 935304 935304 0 0.0
.text 1171160 1171120 -40 -0.0
qpg lighting-app qpg6100+debug (read only) 490628 490604 -24 -0.0
(read/write) 114140 114140 0 0.0
.bss 50944 50944 0 0.0
.data 1004 1004 0 0.0
.text 485308 485284 -24 -0.0
lock-app qpg6100+debug (read only) 466952 466928 -24 -0.0
(read/write) 114144 114144 0 0.0
.bss 49888 49888 0 0.0
.data 960 960 0 0.0
.text 461632 461608 -24 -0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18912 18912 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 662982 662982 0 0.0
bss 69064 69064 0 0.0
noinit 33216 33216 0 0.0
text 458134 458134 0 0.0

@kghost kghost force-pushed the schedule-lambda branch 2 times, most recently from 1f1e63b to dc7374a Compare November 4, 2021 18:19
@github-actions
Copy link

github-actions bot commented Nov 4, 2021

PR #11361: Size comparison from 29747a2 to c7b37bf

Increases (31 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
platform target config section 29747a2 c7b37bf change % change
efr32 lighting-app BRD4161A (read only) 744860 744980 120 0.0
(read/write) 115696 115704 8 0.0
.bss 113924 113932 8 0.0
.text 744852 744972 120 0.0
BRD4161A+rpc (read only) 732392 732512 120 0.0
(read/write) 132316 132324 8 0.0
.bss 130428 130436 8 0.0
.text 732384 732504 120 0.0
lock-app BRD4161A (read only) 724128 724264 136 0.0
(read/write) 113516 113524 8 0.0
.bss 111780 111788 8 0.0
.text 724120 724256 136 0.0
window-app BRD4161A (read only) 725024 725144 120 0.0
(read/write) 113836 113844 8 0.0
.bss 112100 112108 8 0.0
.text 725016 725136 120 0.0
esp32 all-clusters-app c3devkit (read only) 880814 880882 68 0.0
(read/write) 1305592 1305648 56 0.0
.flash.rodata 198360 198416 56 0.0
.flash.text 880814 880882 68 0.0
.iram0.text 57554 57614 60 0.1
m5stack (read only) 912095 912127 32 0.0
(read/write) 425380 425436 56 0.0
.flash.rodata 207084 207140 56 0.0
.flash.text 912095 912127 32 0.0
k32w lighting-app k32w061+se05x+release (read/write) 699240 699360 120 0.0
.text 613752 613872 120 0.0
lock-app k32w061+debug (read/write) 592044 592180 136 0.0
.text 516056 516192 136 0.0
shell k32w061+debug (read/write) 657536 657656 120 0.0
.text 570944 571064 120 0.0
linux all-clusters-app debug (read only) 1703025 1703057 32 0.0
.text 1430562 1430594 32 0.0
bridge-app debug+rpc (read only) 1291093 1291125 32 0.0
.text 1084325 1084357 32 0.0
chip-tool debug (read only) 4433685 4433717 32 0.0
.text 3939029 3939061 32 0.0
lighting-app debug+rpc (read only) 1552089 1552121 32 0.0
.text 1288994 1289026 32 0.0
ota-provider-app debug (read only) 1250377 1250409 32 0.0
.text 1042146 1042178 32 0.0
ota-requestor-app debug (read only) 1328705 1328737 32 0.0
.text 1106514 1106546 32 0.0
shell debug (read only) 786873 786921 48 0.0
.text 607458 607506 48 0.0
tv-app debug (read only) 1815729 1815761 32 0.0
.text 1518306 1518338 32 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 861303 861447 144 0.0
bss 111248 111256 8 0.0
rodata 96808 96872 64 0.1
text 577624 577700 76 0.0
nrf52840dk_nrf52840+rpc (read/write) 823651 823775 124 0.0
bss 107600 107608 8 0.0
rodata 87988 88048 60 0.1
text 551772 551848 76 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 786326 786470 144 0.0
bss 112624 112632 8 0.0
rodata 92064 92128 64 0.1
text 507080 507156 76 0.0
lock-app nrf52840dk_nrf52840 (read/write) 838011 838151 140 0.0
bss 110284 110292 8 0.0
rodata 93180 93240 60 0.1
text 559100 559176 76 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 763306 763434 128 0.0
bss 111692 111700 8 0.0
rodata 88484 88548 64 0.1
text 488648 488724 76 0.0
pump-app nrf52840dk_nrf52840 (read/write) 844119 844263 144 0.0
bss 110420 110428 8 0.0
rodata 94888 94952 64 0.1
text 563280 563356 76 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 837863 838007 144 0.0
bss 110320 110328 8 0.0
rodata 93176 93240 64 0.1
text 558836 558912 76 0.0
shell nrf52840dk_nrf52840 (read/write) 775755 775899 144 0.0
bss 109072 109080 8 0.0
rodata 72432 72496 64 0.1
text 519664 519736 72 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 690794 690938 144 0.0
bss 110052 110060 8 0.0
rodata 67076 67140 64 0.1
text 440256 440328 72 0.0
p6 all-clusters-app default (read/write) 2299176 2299272 96 0.0
.text 1257440 1257536 96 0.0
lock-app default (read/write) 2212896 2212976 80 0.0
.text 1171160 1171240 80 0.0
qpg lighting-app qpg6100+debug (read only) 490628 490756 128 0.0
.text 485308 485436 128 0.0
lock-app qpg6100+debug (read only) 466952 467080 128 0.0
.text 461632 461760 128 0.0
telink lighting-app tlsr9518adk80d (read/write) 662982 663142 160 0.0
bss 69064 69072 8 0.0
text 458134 458234 100 0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 29747a2 c7b37bf change % change
efr32 lighting-app BRD4161A (read only) 744860 744980 120 0.0
(read/write) 115696 115704 8 0.0
.bss 113924 113932 8 0.0
.data 1772 1772 0 0.0
.text 744852 744972 120 0.0
BRD4161A+rpc (read only) 732392 732512 120 0.0
(read/write) 132316 132324 8 0.0
.bss 130428 130436 8 0.0
.data 1888 1888 0 0.0
.text 732384 732504 120 0.0
lock-app BRD4161A (read only) 724128 724264 136 0.0
(read/write) 113516 113524 8 0.0
.bss 111780 111788 8 0.0
.data 1732 1732 0 0.0
.text 724120 724256 136 0.0
window-app BRD4161A (read only) 725024 725144 120 0.0
(read/write) 113836 113844 8 0.0
.bss 112100 112108 8 0.0
.data 1736 1736 0 0.0
.text 725016 725136 120 0.0
esp32 all-clusters-app c3devkit (read only) 880814 880882 68 0.0
(read/write) 1305592 1305648 56 0.0
.dram0.bss 57528 57528 0 0.0
.dram0.data 16464 16464 0 0.0
.flash.rodata 198360 198416 56 0.0
.flash.text 880814 880882 68 0.0
.iram0.text 57554 57614 60 0.1
m5stack (read only) 912095 912127 32 0.0
(read/write) 425380 425436 56 0.0
.dram0.bss 60032 60032 0 0.0
.dram0.data 32100 32100 0 0.0
.flash.rodata 207084 207140 56 0.0
.flash.text 912095 912127 32 0.0
.iram0.text 125115 125115 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 699240 699360 120 0.0
.bss 77784 77784 0 0.0
.data 1904 1904 0 0.0
.text 613752 613872 120 0.0
lock-app k32w061+debug (read/write) 592044 592180 136 0.0
.bss 68316 68316 0 0.0
.data 1872 1872 0 0.0
.text 516056 516192 136 0.0
shell k32w061+debug (read/write) 657536 657656 120 0.0
.bss 78952 78952 0 0.0
.data 1840 1840 0 0.0
.text 570944 571064 120 0.0
linux all-clusters-app debug (read only) 1703025 1703057 32 0.0
(read/write) 118656 118656 0 0.0
.bss 50000 50000 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 62336 62336 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 138997 138997 0 0.0
.text 1430562 1430594 32 0.0
bridge-app debug+rpc (read only) 1291093 1291125 32 0.0
(read/write) 69232 69232 0 0.0
.bss 34928 34928 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 27768 27768 0 0.0
.dynamic 592 592 0 0.0
.got 3952 3952 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 110852 110852 0 0.0
.text 1084325 1084357 32 0.0
chip-tool debug (read only) 4433685 4433717 32 0.0
(read/write) 125864 125864 0 0.0
.bss 18128 18128 0 0.0
.data 2224 2224 0 0.0
.data.rel.ro 100096 100096 0 0.0
.dynamic 592 592 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 432 432 0 0.0
.rodata 226192 226192 0 0.0
.text 3939029 3939061 32 0.0
lighting-app debug+rpc (read only) 1552089 1552121 32 0.0
(read/write) 102200 102200 0 0.0
.bss 40568 40568 0 0.0
.data 1170 1170 0 0.0
.data.rel.ro 55168 55168 0 0.0
.dynamic 608 608 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129489 129489 0 0.0
.text 1288994 1289026 32 0.0
ota-provider-app debug (read only) 1250377 1250409 32 0.0
(read/write) 67400 67400 0 0.0
.bss 36992 36992 0 0.0
.data 752 752 0 0.0
.data.rel.ro 24568 24568 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 112104 112104 0 0.0
.text 1042146 1042178 32 0.0
ota-requestor-app debug (read only) 1328705 1328737 32 0.0
(read/write) 76656 76656 0 0.0
.bss 45120 45120 0 0.0
.data 816 816 0 0.0
.data.rel.ro 25576 25576 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 124112 124112 0 0.0
.text 1106514 1106546 32 0.0
shell debug (read only) 786873 786921 48 0.0
(read/write) 57608 57608 0 0.0
.bss 16040 16040 0 0.0
.data 242 242 0 0.0
.data.rel.ro 36816 36816 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 77903 77903 0 0.0
.text 607458 607506 48 0.0
tv-app debug (read only) 1815729 1815761 32 0.0
(read/write) 289824 289824 0 0.0
.bss 222640 222640 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 58824 58824 0 0.0
.dynamic 592 592 0 0.0
.got 4408 4408 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 155112 155112 0 0.0
.text 1518306 1518338 32 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2292664 2292664 0 0.0
.bss 178876 178876 0 0.0
.data 5216 5216 0 0.0
.heap 852352 852352 0 0.0
.text 1255264 1255264 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272992 2272992 0 0.0
.bss 171948 171948 0 0.0
.data 5568 5568 0 0.0
.heap 858928 858928 0 0.0
.text 1235592 1235592 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250712 2250712 0 0.0
.bss 170844 170844 0 0.0
.data 5560 5560 0 0.0
.heap 860040 860040 0 0.0
.text 1213312 1213312 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2048400 2048400 0 0.0
.bss 156224 156224 0 0.0
.data 4960 4960 0 0.0
.heap 875264 875264 0 0.0
.text 1011000 1011000 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 861303 861447 144 0.0
bss 111248 111256 8 0.0
rodata 96808 96872 64 0.1
text 577624 577700 76 0.0
nrf52840dk_nrf52840+rpc (read/write) 823651 823775 124 0.0
bss 107600 107608 8 0.0
rodata 87988 88048 60 0.1
text 551772 551848 76 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 786326 786470 144 0.0
bss 112624 112632 8 0.0
rodata 92064 92128 64 0.1
text 507080 507156 76 0.0
lock-app nrf52840dk_nrf52840 (read/write) 838011 838151 140 0.0
bss 110284 110292 8 0.0
rodata 93180 93240 60 0.1
text 559100 559176 76 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 763306 763434 128 0.0
bss 111692 111700 8 0.0
rodata 88484 88548 64 0.1
text 488648 488724 76 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497323 497323 0 0.0
bss 51824 51824 0 0.0
rodata 45776 45776 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 844119 844263 144 0.0
bss 110420 110428 8 0.0
rodata 94888 94952 64 0.1
text 563280 563356 76 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 837863 838007 144 0.0
bss 110320 110328 8 0.0
rodata 93176 93240 64 0.1
text 558836 558912 76 0.0
shell nrf52840dk_nrf52840 (read/write) 775755 775899 144 0.0
bss 109072 109080 8 0.0
rodata 72432 72496 64 0.1
text 519664 519736 72 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 690794 690938 144 0.0
bss 110052 110060 8 0.0
rodata 67076 67140 64 0.1
text 440256 440328 72 0.0
p6 all-clusters-app default (read/write) 2299176 2299272 96 0.0
.bss 106824 106824 0 0.0
.data 2520 2520 0 0.0
.heap 924000 924000 0 0.0
.text 1257440 1257536 96 0.0
lock-app default (read/write) 2212896 2212976 80 0.0
.bss 95648 95648 0 0.0
.data 2392 2392 0 0.0
.heap 935304 935304 0 0.0
.text 1171160 1171240 80 0.0
qpg lighting-app qpg6100+debug (read only) 490628 490756 128 0.0
(read/write) 114140 114140 0 0.0
.bss 50944 50944 0 0.0
.data 1004 1004 0 0.0
.text 485308 485436 128 0.0
lock-app qpg6100+debug (read only) 466952 467080 128 0.0
(read/write) 114144 114144 0 0.0
.bss 49888 49888 0 0.0
.data 960 960 0 0.0
.text 461632 461760 128 0.0
persistent-storage-app qpg6100+debug (read only) 153212 153212 0 0.0
(read/write) 114140 114140 0 0.0
.bss 18912 18912 0 0.0
.data 356 356 0 0.0
.text 147892 147892 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 662982 663142 160 0.0
bss 69064 69072 8 0.0
noinit 33216 33216 0 0.0
text 458134 458234 100 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bzbarsky-apple bzbarsky-apple merged commit 39ff9bf into project-chip:master Nov 5, 2021
PSONALl pushed a commit to PSONALl/connectedhomeip that referenced this pull request Dec 3, 2021
* Pull up LayerLwIP::ScheduleLambda to SystemLayer (project-chip#11187)

* Fix ScheduleLambda and Add unit-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants