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

Remove time source template argument of sessions #12791

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

kghost
Copy link
Contributor

@kghost kghost commented Dec 9, 2021

Problem

Remove time source template argument of sessions

This helps unify interface of all types of sessions.

Change overview

Remove time source template argument of sessions

Testing

No actual change. Using unit-tests

@kghost kghost marked this pull request as draft December 9, 2021 13:34
@github-actions
Copy link

github-actions bot commented Dec 9, 2021

PR #12791: Size comparison from 8adecf7 to b6ff4e2

Increases (8 builds for k32w, linux, qpg, telink)
platform target config section 8adecf7 b6ff4e2 change % change
k32w lighting-app k32w061+se05x+release .text 636148 636164 16 0.0
lock-app k32w061+debug (read/write) 616208 616224 16 0.0
.text 536676 536708 32 0.0
shell k32w061+debug .text 590244 590276 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6788732 6788828 96 0.0
.text 5784260 5784356 96 0.0
thermostat-no-ble arm64 (read only) 1931988 1932004 16 0.0
.text 1601440 1601456 16 0.0
qpg lighting-app qpg6100+debug (read only) 518344 518376 32 0.0
.text 513024 513056 32 0.0
lock-app qpg6100+debug (read only) 492336 492368 32 0.0
.text 487016 487048 32 0.0
telink lighting-app tlsr9518adk80d (read/write) 807494 807526 32 0.0
text 563540 563588 48 0.0
Decreases (8 builds for k32w, linux, qpg, telink)
platform target config section 8adecf7 b6ff4e2 change % change
k32w lighting-app k32w061+se05x+release .bss 81248 81232 -16 -0.0
lock-app k32w061+debug .bss 71912 71896 -16 -0.0
shell k32w061+debug .bss 81612 81580 -32 -0.0
linux chip-tool-ipv6only arm64 (read/write) 312481 312465 -16 -0.0
.bss 51633 51617 -16 -0.0
thermostat-no-ble arm64 (read/write) 136337 136321 -16 -0.0
.bss 59441 59425 -16 -0.0
qpg lighting-app qpg6100+debug .bss 82632 82616 -16 -0.0
lock-app qpg6100+debug .bss 81768 81752 -16 -0.0
telink lighting-app tlsr9518adk80d bss 82756 82740 -16 -0.0
Full report (9 builds for k32w, linux, qpg, telink)
platform target config section 8adecf7 b6ff4e2 change % change
k32w lighting-app k32w061+se05x+release (read/write) 725048 725048 0 0.0
.bss 81248 81232 -16 -0.0
.data 1852 1852 0 0.0
.text 636148 636164 16 0.0
lock-app k32w061+debug (read/write) 616208 616224 16 0.0
.bss 71912 71896 -16 -0.0
.data 1820 1820 0 0.0
.text 536676 536708 32 0.0
shell k32w061+debug (read/write) 679448 679448 0 0.0
.bss 81612 81580 -32 -0.0
.data 1792 1792 0 0.0
.text 590244 590276 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6788732 6788828 96 0.0
(read/write) 312481 312465 -16 -0.0
.bss 51633 51617 -16 -0.0
.data 1048 1048 0 0.0
.data.rel.ro 207768 207768 0 0.0
.dynamic 560 560 0 0.0
.got 48400 48400 0 0.0
.init 24 24 0 0.0
.init_array 160 160 0 0.0
.rodata 342476 342476 0 0.0
.text 5784260 5784356 96 0.0
thermostat-no-ble arm64 (read only) 1931988 1932004 16 0.0
(read/write) 136337 136321 -16 -0.0
.bss 59441 59425 -16 -0.0
.data 776 776 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 560 560 0 0.0
.got 3520 3520 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 124820 124820 0 0.0
.text 1601440 1601456 16 0.0
qpg lighting-app qpg6100+debug (read only) 518344 518376 32 0.0
(read/write) 122332 122332 0 0.0
.bss 82632 82616 -16 -0.0
.data 956 956 0 0.0
.text 513024 513056 32 0.0
lock-app qpg6100+debug (read only) 492336 492368 32 0.0
(read/write) 122336 122336 0 0.0
.bss 81768 81752 -16 -0.0
.data 912 912 0 0.0
.text 487016 487048 32 0.0
persistent-storage-app qpg6100+debug (read only) 108104 108104 0 0.0
(read/write) 122336 122336 0 0.0
.bss 36152 36152 0 0.0
.data 288 288 0 0.0
.text 102784 102784 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807494 807526 32 0.0
bss 82756 82740 -16 -0.0
noinit 37160 37160 0 0.0
text 563540 563588 48 0.0

@kghost kghost force-pushed the session-no-template branch from b6ff4e2 to 926198b Compare December 9, 2021 13:59
@kghost kghost marked this pull request as ready for review December 9, 2021 14:00
@github-actions
Copy link

github-actions bot commented Dec 9, 2021

PR #12791: Size comparison from 564fa06 to 926198b

Increases (11 builds for k32w, linux, p6, qpg, telink)
platform target config section 564fa06 926198b change % change
k32w lighting-app k32w061+se05x+release .text 636148 636164 16 0.0
lock-app k32w061+debug (read/write) 616208 616224 16 0.0
.text 536676 536708 32 0.0
shell k32w061+debug .text 590244 590276 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6788732 6788828 96 0.0
.text 5784260 5784356 96 0.0
thermostat-no-ble arm64 (read only) 1931988 1932004 16 0.0
.text 1601440 1601456 16 0.0
p6 all-clusters-app default .heap 917704 917720 16 0.0
light-app default .heap 930120 930136 16 0.0
lock-app default .heap 931280 931296 16 0.0
qpg lighting-app qpg6100+debug (read only) 518344 518376 32 0.0
.text 513024 513056 32 0.0
lock-app qpg6100+debug (read only) 492336 492368 32 0.0
.text 487016 487048 32 0.0
telink lighting-app tlsr9518adk80d (read/write) 807494 807526 32 0.0
text 563540 563588 48 0.0
Decreases (14 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 564fa06 926198b change % change
efr32 lighting-app BRD4161A (read only) 804972 804956 -16 -0.0
(read/write) 123004 122988 -16 -0.0
.bss 121184 121168 -16 -0.0
.text 804964 804948 -16 -0.0
BRD4161A+rpc (read only) 792608 792592 -16 -0.0
(read/write) 139688 139672 -16 -0.0
.bss 137760 137744 -16 -0.0
.text 792600 792584 -16 -0.0
window-app BRD4161A (read only) 781716 781700 -16 -0.0
(read/write) 121136 121120 -16 -0.0
.bss 119352 119336 -16 -0.0
.text 781708 781692 -16 -0.0
k32w lighting-app k32w061+se05x+release .bss 81248 81232 -16 -0.0
lock-app k32w061+debug .bss 71912 71896 -16 -0.0
shell k32w061+debug .bss 81612 81580 -32 -0.0
linux chip-tool-ipv6only arm64 (read/write) 312481 312465 -16 -0.0
.bss 51633 51617 -16 -0.0
thermostat-no-ble arm64 (read/write) 136337 136321 -16 -0.0
.bss 59441 59425 -16 -0.0
p6 all-clusters-app default (read/write) 2356168 2356136 -32 -0.0
.bss 113124 113108 -16 -0.0
.text 1314432 1314400 -32 -0.0
light-app default (read/write) 2290448 2290432 -16 -0.0
.bss 100896 100880 -16 -0.0
.text 1248712 1248696 -16 -0.0
lock-app default (read/write) 2266328 2266312 -16 -0.0
.bss 99776 99760 -16 -0.0
.text 1224592 1224576 -16 -0.0
qpg lighting-app qpg6100+debug .bss 82632 82616 -16 -0.0
lock-app qpg6100+debug .bss 81768 81752 -16 -0.0
telink lighting-app tlsr9518adk80d bss 82756 82740 -16 -0.0
Full report (15 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 564fa06 926198b change % change
efr32 lighting-app BRD4161A (read only) 804972 804956 -16 -0.0
(read/write) 123004 122988 -16 -0.0
.bss 121184 121168 -16 -0.0
.data 1820 1820 0 0.0
.text 804964 804948 -16 -0.0
BRD4161A+rpc (read only) 792608 792592 -16 -0.0
(read/write) 139688 139672 -16 -0.0
.bss 137760 137744 -16 -0.0
.data 1928 1928 0 0.0
.text 792600 792584 -16 -0.0
window-app BRD4161A (read only) 781716 781700 -16 -0.0
(read/write) 121136 121120 -16 -0.0
.bss 119352 119336 -16 -0.0
.data 1784 1784 0 0.0
.text 781708 781692 -16 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 725048 725048 0 0.0
.bss 81248 81232 -16 -0.0
.data 1852 1852 0 0.0
.text 636148 636164 16 0.0
lock-app k32w061+debug (read/write) 616208 616224 16 0.0
.bss 71912 71896 -16 -0.0
.data 1820 1820 0 0.0
.text 536676 536708 32 0.0
shell k32w061+debug (read/write) 679448 679448 0 0.0
.bss 81612 81580 -32 -0.0
.data 1792 1792 0 0.0
.text 590244 590276 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6788732 6788828 96 0.0
(read/write) 312481 312465 -16 -0.0
.bss 51633 51617 -16 -0.0
.data 1048 1048 0 0.0
.data.rel.ro 207768 207768 0 0.0
.dynamic 560 560 0 0.0
.got 48400 48400 0 0.0
.init 24 24 0 0.0
.init_array 160 160 0 0.0
.rodata 342476 342476 0 0.0
.text 5784260 5784356 96 0.0
thermostat-no-ble arm64 (read only) 1931988 1932004 16 0.0
(read/write) 136337 136321 -16 -0.0
.bss 59441 59425 -16 -0.0
.data 776 776 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 560 560 0 0.0
.got 3520 3520 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 124820 124820 0 0.0
.text 1601440 1601456 16 0.0
p6 all-clusters-app default (read/write) 2356168 2356136 -32 -0.0
.bss 113124 113108 -16 -0.0
.data 2512 2512 0 0.0
.heap 917704 917720 16 0.0
.text 1314432 1314400 -32 -0.0
light-app default (read/write) 2290448 2290432 -16 -0.0
.bss 100896 100880 -16 -0.0
.data 2328 2328 0 0.0
.heap 930120 930136 16 0.0
.text 1248712 1248696 -16 -0.0
lock-app default (read/write) 2266328 2266312 -16 -0.0
.bss 99776 99760 -16 -0.0
.data 2288 2288 0 0.0
.heap 931280 931296 16 0.0
.text 1224592 1224576 -16 -0.0
qpg lighting-app qpg6100+debug (read only) 518344 518376 32 0.0
(read/write) 122332 122332 0 0.0
.bss 82632 82616 -16 -0.0
.data 956 956 0 0.0
.text 513024 513056 32 0.0
lock-app qpg6100+debug (read only) 492336 492368 32 0.0
(read/write) 122336 122336 0 0.0
.bss 81768 81752 -16 -0.0
.data 912 912 0 0.0
.text 487016 487048 32 0.0
persistent-storage-app qpg6100+debug (read only) 108104 108104 0 0.0
(read/write) 122336 122336 0 0.0
.bss 36152 36152 0 0.0
.data 288 288 0 0.0
.text 102784 102784 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 807494 807526 32 0.0
bss 82756 82740 -16 -0.0
noinit 37160 37160 0 0.0
text 563540 563588 48 0.0

@kghost kghost force-pushed the session-no-template branch from 926198b to 2b17748 Compare December 9, 2021 15:35
@github-actions
Copy link

github-actions bot commented Dec 9, 2021

PR #12791: Size comparison from f2e7df8 to 2b17748

Increases (24 builds for k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section f2e7df8 2b17748 change % change
k32w lighting-app k32w061+se05x+release .text 637384 637400 16 0.0
lock-app k32w061+debug (read/write) 617444 617460 16 0.0
.text 537912 537944 32 0.0
shell k32w061+debug .text 591480 591512 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6765708 6765788 80 0.0
.text 5726612 5726692 80 0.0
thermostat-no-ble arm64 (read only) 1935956 1935972 16 0.0
.text 1604944 1604960 16 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2321408 2321536 128 0.0
.heap 844320 844336 16 0.0
.text 1283984 1284112 128 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2307200 2307392 192 0.0
.heap 855256 855272 16 0.0
.text 1269800 1269992 192 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2279992 2280120 128 0.0
.heap 856216 856232 16 0.0
.text 1242592 1242720 128 0.0
shell CY8CPROTO_062_4343W+release (read/write) 2047904 2048032 128 0.0
.heap 875016 875032 16 0.0
.text 1010504 1010632 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 904895 904927 32 0.0
text 611708 611740 32 0.0
nrf52840dk_nrf52840+rpc (read/write) 867919 867951 32 0.0
text 586436 586468 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 830886 830918 32 0.0
text 542136 542168 32 0.0
lock-app nrf52840dk_nrf52840 text 590768 590800 32 0.0
nrf5340dk_nrf5340_cpuapp text 521288 521320 32 0.0
pump-app nrf52840dk_nrf52840 text 594356 594388 32 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 875263 875295 32 0.0
text 589520 589552 32 0.0
shell nrf52840dk_nrf52840 (read/write) 782067 782083 16 0.0
text 523708 523732 24 0.0
nrf5340dk_nrf5340_cpuapp text 444352 444376 24 0.0
p6 all-clusters-app default .heap 917704 917720 16 0.0
light-app default .heap 930120 930136 16 0.0
lock-app default .heap 931280 931296 16 0.0
qpg lighting-app qpg6100+debug (read only) 519580 519612 32 0.0
.text 514260 514292 32 0.0
lock-app qpg6100+debug (read only) 493572 493604 32 0.0
.text 488252 488284 32 0.0
telink lighting-app tlsr9518adk80d (read/write) 808882 808914 32 0.0
text 564614 564662 48 0.0
Decreases (24 builds for k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section f2e7df8 2b17748 change % change
k32w lighting-app k32w061+se05x+release .bss 81248 81232 -16 -0.0
lock-app k32w061+debug .bss 71912 71896 -16 -0.0
shell k32w061+debug .bss 81612 81580 -32 -0.0
linux chip-tool-ipv6only arm64 (read/write) 317057 317041 -16 -0.0
.bss 51633 51617 -16 -0.0
thermostat-no-ble arm64 (read/write) 136401 136385 -16 -0.0
.bss 59441 59425 -16 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release .bss 186892 186876 -16 -0.0
lighting-app CY8CPROTO_062_4343W+release .bss 175704 175688 -16 -0.0
lock-app CY8CPROTO_062_4343W+release .bss 174744 174728 -16 -0.0
shell CY8CPROTO_062_4343W+release .bss 156564 156548 -16 -0.0
nrfconnect lighting-app nrf52840dk_nrf52840 bss 116184 116168 -16 -0.0
nrf52840dk_nrf52840+rpc bss 112532 112516 -16 -0.0
nrf5340dk_nrf5340_cpuapp bss 117560 117544 -16 -0.0
lock-app nrf52840dk_nrf52840 bss 113448 113432 -16 -0.0
nrf5340dk_nrf5340_cpuapp bss 114856 114840 -16 -0.0
pump-app nrf52840dk_nrf52840 bss 113360 113344 -16 -0.0
pump-controller-app nrf52840dk_nrf52840 bss 113236 113220 -16 -0.0
shell nrf52840dk_nrf52840 bss 109560 109544 -16 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 697146 697130 -16 -0.0
bss 110540 110524 -16 -0.0
p6 all-clusters-app default (read/write) 2357576 2357544 -32 -0.0
.bss 113124 113108 -16 -0.0
.text 1315840 1315808 -32 -0.0
light-app default (read/write) 2291856 2291840 -16 -0.0
.bss 100896 100880 -16 -0.0
.text 1250120 1250104 -16 -0.0
lock-app default (read/write) 2267728 2267712 -16 -0.0
.bss 99776 99760 -16 -0.0
.text 1225992 1225976 -16 -0.0
qpg lighting-app qpg6100+debug .bss 82632 82616 -16 -0.0
lock-app qpg6100+debug .bss 81768 81752 -16 -0.0
telink lighting-app tlsr9518adk80d bss 82756 82740 -16 -0.0
Full report (27 builds for k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section f2e7df8 2b17748 change % change
k32w lighting-app k32w061+se05x+release (read/write) 726284 726284 0 0.0
.bss 81248 81232 -16 -0.0
.data 1852 1852 0 0.0
.text 637384 637400 16 0.0
lock-app k32w061+debug (read/write) 617444 617460 16 0.0
.bss 71912 71896 -16 -0.0
.data 1820 1820 0 0.0
.text 537912 537944 32 0.0
shell k32w061+debug (read/write) 680684 680684 0 0.0
.bss 81612 81580 -32 -0.0
.data 1792 1792 0 0.0
.text 591480 591512 32 0.0
linux chip-tool-ipv6only arm64 (read only) 6765708 6765788 80 0.0
(read/write) 317057 317041 -16 -0.0
.bss 51633 51617 -16 -0.0
.data 1048 1048 0 0.0
.data.rel.ro 207832 207832 0 0.0
.dynamic 560 560 0 0.0
.got 52912 52912 0 0.0
.init 24 24 0 0.0
.init_array 160 160 0 0.0
.rodata 363372 363372 0 0.0
.text 5726612 5726692 80 0.0
thermostat-no-ble arm64 (read only) 1935956 1935972 16 0.0
(read/write) 136401 136385 -16 -0.0
.bss 59441 59425 -16 -0.0
.data 776 776 0 0.0
.data.rel.ro 69800 69800 0 0.0
.dynamic 560 560 0 0.0
.got 3520 3520 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 125092 125092 0 0.0
.text 1604944 1604960 16 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2321408 2321536 128 0.0
.bss 186892 186876 -16 -0.0
.data 5232 5232 0 0.0
.heap 844320 844336 16 0.0
.text 1283984 1284112 128 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2307200 2307392 192 0.0
.bss 175704 175688 -16 -0.0
.data 5488 5488 0 0.0
.heap 855256 855272 16 0.0
.text 1269800 1269992 192 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2279992 2280120 128 0.0
.bss 174744 174728 -16 -0.0
.data 5488 5488 0 0.0
.heap 856216 856232 16 0.0
.text 1242592 1242720 128 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2047904 2048032 128 0.0
.bss 156564 156548 -16 -0.0
.data 4864 4864 0 0.0
.heap 875016 875032 16 0.0
.text 1010504 1010632 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 904895 904927 32 0.0
bss 116184 116168 -16 -0.0
rodata 101448 101448 0 0.0
text 611708 611740 32 0.0
nrf52840dk_nrf52840+rpc (read/write) 867919 867951 32 0.0
bss 112532 112516 -16 -0.0
rodata 92744 92744 0 0.0
text 586436 586468 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 830886 830918 32 0.0
bss 117560 117544 -16 -0.0
rodata 96704 96704 0 0.0
text 542136 542168 32 0.0
lock-app nrf52840dk_nrf52840 (read/write) 877171 877171 0 0.0
bss 113448 113432 -16 -0.0
rodata 97564 97564 0 0.0
text 590768 590800 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 803406 803406 0 0.0
bss 114856 114840 -16 -0.0
rodata 92856 92856 0 0.0
text 521288 521320 32 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497463 497463 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339492 339492 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 882087 882087 0 0.0
bss 113360 113344 -16 -0.0
rodata 98920 98920 0 0.0
text 594356 594388 32 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 875263 875295 32 0.0
bss 113236 113220 -16 -0.0
rodata 97056 97056 0 0.0
text 589520 589552 32 0.0
shell nrf52840dk_nrf52840 (read/write) 782067 782083 16 0.0
bss 109560 109544 -16 -0.0
rodata 74288 74288 0 0.0
text 523708 523732 24 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 697146 697130 -16 -0.0
bss 110540 110524 -16 -0.0
rodata 68932 68932 0 0.0
text 444352 444376 24 0.0
p6 all-clusters-app default (read/write) 2357576 2357544 -32 -0.0
.bss 113124 113108 -16 -0.0
.data 2512 2512 0 0.0
.heap 917704 917720 16 0.0
.text 1315840 1315808 -32 -0.0
light-app default (read/write) 2291856 2291840 -16 -0.0
.bss 100896 100880 -16 -0.0
.data 2328 2328 0 0.0
.heap 930120 930136 16 0.0
.text 1250120 1250104 -16 -0.0
lock-app default (read/write) 2267728 2267712 -16 -0.0
.bss 99776 99760 -16 -0.0
.data 2288 2288 0 0.0
.heap 931280 931296 16 0.0
.text 1225992 1225976 -16 -0.0
qpg lighting-app qpg6100+debug (read only) 519580 519612 32 0.0
(read/write) 122332 122332 0 0.0
.bss 82632 82616 -16 -0.0
.data 956 956 0 0.0
.text 514260 514292 32 0.0
lock-app qpg6100+debug (read only) 493572 493604 32 0.0
(read/write) 122336 122336 0 0.0
.bss 81768 81752 -16 -0.0
.data 912 912 0 0.0
.text 488252 488284 32 0.0
persistent-storage-app qpg6100+debug (read only) 108104 108104 0 0.0
(read/write) 122336 122336 0 0.0
.bss 36152 36152 0 0.0
.data 288 288 0 0.0
.text 102784 102784 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 808882 808914 32 0.0
bss 82756 82740 -16 -0.0
noinit 37160 37160 0 0.0
text 564614 564662 48 0.0

@github-actions
Copy link

github-actions bot commented Dec 10, 2021

PR #12791: Size comparison from 0c5b08d to 3fc0620

Increases (7 builds for mbed, p6)
platform target config section 0c5b08d 3fc0620 change % change
mbed all-clusters-app CY8CPROTO_062_4343W+release .heap 846224 846240 16 0.0
lighting-app CY8CPROTO_062_4343W+release .heap 855224 855240 16 0.0
lock-app CY8CPROTO_062_4343W+release .heap 856192 856208 16 0.0
shell CY8CPROTO_062_4343W+release .heap 874680 874696 16 0.0
p6 all-clusters-app default .heap 917704 917720 16 0.0
light-app default .heap 930096 930112 16 0.0
lock-app default .heap 931248 931264 16 0.0
Decreases (20 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 0c5b08d 3fc0620 change % change
efr32 lighting-app BRD4161A (read only) 808964 808900 -64 -0.0
(read/write) 123020 123004 -16 -0.0
.bss 121160 121144 -16 -0.0
.text 808956 808892 -64 -0.0
BRD4161A+rpc (read only) 796600 796520 -80 -0.0
(read/write) 139696 139680 -16 -0.0
.bss 137736 137720 -16 -0.0
.text 796592 796512 -80 -0.0
window-app BRD4161A (read only) 785940 785876 -64 -0.0
(read/write) 121152 121136 -16 -0.0
.bss 119328 119312 -16 -0.0
.text 785932 785868 -64 -0.0
esp32 all-clusters-app c3devkit (read only) 862634 862628 -6 -0.0
(read/write) 1305930 1305914 -16 -0.0
.dram0.bss 65704 65688 -16 -0.0
.flash.text 862634 862628 -6 -0.0
m5stack (read only) 965887 965835 -52 -0.0
(read/write) 451616 451600 -16 -0.0
.dram0.bss 75000 74984 -16 -0.0
.flash.text 960503 960451 -52 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 669336 669192 -144 -0.0
.bss 73744 73728 -16 -0.0
.text 587900 587772 -128 -0.0
lock-app k32w061+debug (read/write) 619284 619156 -128 -0.0
.bss 71896 71880 -16 -0.0
.text 539736 539624 -112 -0.0
shell k32w061+debug (read/write) 624384 624240 -144 -0.0
.bss 74124 74092 -32 -0.0
.text 542628 542516 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6856796 6856396 -400 -0.0
(read/write) 318225 318209 -16 -0.0
.bss 51713 51697 -16 -0.0
.text 5814164 5813764 -400 -0.0
thermostat-no-ble arm64 (read only) 1947348 1946948 -400 -0.0
(read/write) 137041 137025 -16 -0.0
.bss 59441 59425 -16 -0.0
.text 1614336 1613936 -400 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release .bss 184980 184964 -16 -0.0
lighting-app CY8CPROTO_062_4343W+release .bss 175696 175680 -16 -0.0
lock-app CY8CPROTO_062_4343W+release .bss 174736 174720 -16 -0.0
shell CY8CPROTO_062_4343W+release .bss 156900 156884 -16 -0.0
p6 all-clusters-app default (read/write) 2361664 2361600 -64 -0.0
.bss 113116 113100 -16 -0.0
.text 1319928 1319864 -64 -0.0
light-app default (read/write) 2294480 2294400 -80 -0.0
.bss 100888 100872 -16 -0.0
.text 1252744 1252664 -80 -0.0
lock-app default (read/write) 2270544 2270480 -64 -0.0
.bss 99768 99752 -16 -0.0
.text 1228808 1228744 -64 -0.0
qpg lighting-app qpg6100+debug (read only) 521224 521120 -104 -0.0
.bss 82616 82600 -16 -0.0
.text 515904 515800 -104 -0.0
lock-app qpg6100+debug (read only) 495592 495480 -112 -0.0
.bss 81752 81736 -16 -0.0
.text 490272 490160 -112 -0.0
telink lighting-app tlsr9518adk80d (read/write) 810690 810562 -128 -0.0
bss 82736 82720 -16 -0.0
text 565866 565754 -112 -0.0
Full report (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 0c5b08d 3fc0620 change % change
efr32 lighting-app BRD4161A (read only) 808964 808900 -64 -0.0
(read/write) 123020 123004 -16 -0.0
.bss 121160 121144 -16 -0.0
.data 1860 1860 0 0.0
.text 808956 808892 -64 -0.0
BRD4161A+rpc (read only) 796600 796520 -80 -0.0
(read/write) 139696 139680 -16 -0.0
.bss 137736 137720 -16 -0.0
.data 1960 1960 0 0.0
.text 796592 796512 -80 -0.0
window-app BRD4161A (read only) 785940 785876 -64 -0.0
(read/write) 121152 121136 -16 -0.0
.bss 119328 119312 -16 -0.0
.data 1824 1824 0 0.0
.text 785932 785868 -64 -0.0
esp32 all-clusters-app c3devkit (read only) 862634 862628 -6 -0.0
(read/write) 1305930 1305914 -16 -0.0
.dram0.bss 65704 65688 -16 -0.0
.dram0.data 14124 14124 0 0.0
.flash.rodata 173064 173064 0 0.0
.flash.text 862634 862628 -6 -0.0
.iram0.text 62076 62076 0 0.0
m5stack (read only) 965887 965835 -52 -0.0
(read/write) 451616 451600 -16 -0.0
.dram0.bss 75000 74984 -16 -0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 210772 210772 0 0.0
.flash.text 960503 960451 -52 -0.0
.iram0.text 123451 123451 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 669336 669192 -144 -0.0
.bss 73744 73728 -16 -0.0
.data 1892 1892 0 0.0
.text 587900 587772 -128 -0.0
lock-app k32w061+debug (read/write) 619284 619156 -128 -0.0
.bss 71896 71880 -16 -0.0
.data 1852 1852 0 0.0
.text 539736 539624 -112 -0.0
shell k32w061+debug (read/write) 624384 624240 -144 -0.0
.bss 74124 74092 -32 -0.0
.data 1832 1832 0 0.0
.text 542628 542516 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6856796 6856396 -400 -0.0
(read/write) 318225 318209 -16 -0.0
.bss 51713 51697 -16 -0.0
.data 1096 1096 0 0.0
.data.rel.ro 208696 208696 0 0.0
.dynamic 560 560 0 0.0
.got 53024 53024 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 363836 363836 0 0.0
.text 5814164 5813764 -400 -0.0
thermostat-no-ble arm64 (read only) 1947348 1946948 -400 -0.0
(read/write) 137041 137025 -16 -0.0
.bss 59441 59425 -16 -0.0
.data 832 832 0 0.0
.data.rel.ro 70304 70304 0 0.0
.dynamic 560 560 0 0.0
.got 3592 3592 0 0.0
.init 24 24 0 0.0
.init_array 272 272 0 0.0
.rodata 125508 125508 0 0.0
.text 1614336 1613936 -400 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2324264 2324264 0 0.0
.bss 184980 184964 -16 -0.0
.data 5240 5240 0 0.0
.heap 846224 846240 16 0.0
.text 1286840 1286840 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2308880 2308880 0 0.0
.bss 175696 175680 -16 -0.0
.data 5528 5528 0 0.0
.heap 855224 855240 16 0.0
.text 1271480 1271480 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2282000 2282000 0 0.0
.bss 174736 174720 -16 -0.0
.data 5520 5520 0 0.0
.heap 856192 856208 16 0.0
.text 1244600 1244600 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053336 2053336 0 0.0
.bss 156900 156884 -16 -0.0
.data 4864 4864 0 0.0
.heap 874680 874696 16 0.0
.text 1015936 1015936 0 0.0
p6 all-clusters-app default (read/write) 2361664 2361600 -64 -0.0
.bss 113116 113100 -16 -0.0
.data 2520 2520 0 0.0
.heap 917704 917720 16 0.0
.text 1319928 1319864 -64 -0.0
light-app default (read/write) 2294480 2294400 -80 -0.0
.bss 100888 100872 -16 -0.0
.data 2360 2360 0 0.0
.heap 930096 930112 16 0.0
.text 1252744 1252664 -80 -0.0
lock-app default (read/write) 2270544 2270480 -64 -0.0
.bss 99768 99752 -16 -0.0
.data 2328 2328 0 0.0
.heap 931248 931264 16 0.0
.text 1228808 1228744 -64 -0.0
qpg lighting-app qpg6100+debug (read only) 521224 521120 -104 -0.0
(read/write) 122336 122336 0 0.0
.bss 82616 82600 -16 -0.0
.data 992 992 0 0.0
.text 515904 515800 -104 -0.0
lock-app qpg6100+debug (read only) 495592 495480 -112 -0.0
(read/write) 122332 122332 0 0.0
.bss 81752 81736 -16 -0.0
.data 948 948 0 0.0
.text 490272 490160 -112 -0.0
persistent-storage-app qpg6100+debug (read only) 108104 108104 0 0.0
(read/write) 122336 122336 0 0.0
.bss 36160 36160 0 0.0
.data 288 288 0 0.0
.text 102784 102784 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 810690 810562 -128 -0.0
bss 82736 82720 -16 -0.0
noinit 37160 37160 0 0.0
text 565866 565754 -112 -0.0

@kghost kghost force-pushed the session-no-template branch from 3fc0620 to 3f0bf89 Compare December 16, 2021 05:53
@github-actions
Copy link

github-actions bot commented Dec 16, 2021

PR #12791: Size comparison from 161cd14 to 3f0bf89

Increases (1 build for mbed)
platform target config section 161cd14 3f0bf89 change % change
mbed shell CY8CPROTO_062_4343W+release (read/write) 2054328 2054392 64 0.0
.text 1016928 1016992 64 0.0
Decreases (20 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 161cd14 3f0bf89 change % change
efr32 lighting-app BRD4161A (read only) 835684 835636 -48 -0.0
(read/write) 127324 127308 -16 -0.0
.bss 125448 125432 -16 -0.0
.text 835676 835628 -48 -0.0
BRD4161A+rpc (read only) 823304 823240 -64 -0.0
(read/write) 143992 143976 -16 -0.0
.bss 142016 142000 -16 -0.0
.text 823296 823232 -64 -0.0
window-app BRD4161A (read only) 809060 809028 -32 -0.0
(read/write) 126264 126248 -16 -0.0
.bss 124432 124416 -16 -0.0
.text 809052 809020 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 876694 876678 -16 -0.0
(read/write) 1312954 1312938 -16 -0.0
.dram0.bss 69776 69760 -16 -0.0
.flash.text 876694 876678 -16 -0.0
m5stack (read only) 962575 962495 -80 -0.0
(read/write) 453688 453672 -16 -0.0
.dram0.bss 76096 76080 -16 -0.0
.flash.text 957191 957111 -80 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 686396 686268 -128 -0.0
.bss 78024 78008 -16 -0.0
.text 600664 600552 -112 -0.0
lock-app k32w061+debug (read/write) 633960 633832 -128 -0.0
.bss 76176 76160 -16 -0.0
.text 550124 550012 -112 -0.0
shell k32w061+debug (read/write) 639688 639544 -144 -0.0
.bss 78684 78652 -32 -0.0
.text 553364 553252 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6929380 6928980 -400 -0.0
(read/write) 323377 323361 -16 -0.0
.bss 54577 54561 -16 -0.0
.text 5864180 5863780 -400 -0.0
thermostat-no-ble arm64 (read only) 1993972 1993556 -416 -0.0
(read/write) 143937 143921 -16 -0.0
.bss 64321 64305 -16 -0.0
.text 1654592 1654176 -416 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release .bss 189044 189028 -16 -0.0
lighting-app CY8CPROTO_062_4343W+release .bss 180872 180856 -16 -0.0
lock-app CY8CPROTO_062_4343W+release .bss 179920 179904 -16 -0.0
shell CY8CPROTO_062_4343W+release .bss 156980 156964 -16 -0.0
p6 all-clusters-app default (read/write) 2390552 2390456 -96 -0.0
.bss 117236 117220 -16 -0.0
.text 1348816 1348720 -96 -0.0
light-app default (read/write) 2329936 2329856 -80 -0.0
.bss 106128 106112 -16 -0.0
.text 1288200 1288120 -80 -0.0
lock-app default (read/write) 2302144 2302064 -80 -0.0
.bss 105008 104992 -16 -0.0
.text 1260408 1260328 -80 -0.0
qpg lighting-app qpg6105+debug (read only) 532752 532648 -104 -0.0
.bss 86800 86784 -16 -0.0
.text 527432 527328 -104 -0.0
lock-app qpg6105+debug (read only) 504424 504320 -104 -0.0
.bss 85936 85920 -16 -0.0
.text 499104 499000 -104 -0.0
telink lighting-app tlsr9518adk80d (read/write) 831078 830934 -144 -0.0
bss 87016 87000 -16 -0.0
text 579390 579258 -132 -0.0
Full report (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 161cd14 3f0bf89 change % change
efr32 lighting-app BRD4161A (read only) 835684 835636 -48 -0.0
(read/write) 127324 127308 -16 -0.0
.bss 125448 125432 -16 -0.0
.data 1876 1876 0 0.0
.text 835676 835628 -48 -0.0
BRD4161A+rpc (read only) 823304 823240 -64 -0.0
(read/write) 143992 143976 -16 -0.0
.bss 142016 142000 -16 -0.0
.data 1976 1976 0 0.0
.text 823296 823232 -64 -0.0
window-app BRD4161A (read only) 809060 809028 -32 -0.0
(read/write) 126264 126248 -16 -0.0
.bss 124432 124416 -16 -0.0
.data 1832 1832 0 0.0
.text 809052 809020 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 876694 876678 -16 -0.0
(read/write) 1312954 1312938 -16 -0.0
.dram0.bss 69776 69760 -16 -0.0
.dram0.data 14204 14204 0 0.0
.flash.rodata 175920 175920 0 0.0
.flash.text 876694 876678 -16 -0.0
.iram0.text 62076 62076 0 0.0
m5stack (read only) 962575 962495 -80 -0.0
(read/write) 453688 453672 -16 -0.0
.dram0.bss 76096 76080 -16 -0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 211748 211748 0 0.0
.flash.text 957191 957111 -80 -0.0
.iram0.text 123451 123451 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 686396 686268 -128 -0.0
.bss 78024 78008 -16 -0.0
.data 1908 1908 0 0.0
.text 600664 600552 -112 -0.0
lock-app k32w061+debug (read/write) 633960 633832 -128 -0.0
.bss 76176 76160 -16 -0.0
.data 1860 1860 0 0.0
.text 550124 550012 -112 -0.0
shell k32w061+debug (read/write) 639688 639544 -144 -0.0
.bss 78684 78652 -32 -0.0
.data 1840 1840 0 0.0
.text 553364 553252 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6929380 6928980 -400 -0.0
(read/write) 323377 323361 -16 -0.0
.bss 54577 54561 -16 -0.0
.data 1096 1096 0 0.0
.data.rel.ro 208016 208016 0 0.0
.dynamic 560 560 0 0.0
.got 55992 55992 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 378324 378324 0 0.0
.text 5864180 5863780 -400 -0.0
thermostat-no-ble arm64 (read only) 1993972 1993556 -416 -0.0
(read/write) 143937 143921 -16 -0.0
.bss 64321 64305 -16 -0.0
.data 880 880 0 0.0
.data.rel.ro 72000 72000 0 0.0
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 288 288 0 0.0
.rodata 127908 127908 0 0.0
.text 1654592 1654176 -416 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2334696 2334696 0 0.0
.bss 189044 189028 -16 -0.0
.data 5264 5264 0 0.0
.text 1297272 1297272 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2329280 2329280 0 0.0
.bss 180872 180856 -16 -0.0
.data 5544 5544 0 0.0
.text 1291880 1291880 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2302376 2302376 0 0.0
.bss 179920 179904 -16 -0.0
.data 5536 5536 0 0.0
.text 1264976 1264976 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054328 2054392 64 0.0
.bss 156980 156964 -16 -0.0
.data 4864 4864 0 0.0
.text 1016928 1016992 64 0.0
p6 all-clusters-app default (read/write) 2390552 2390456 -96 -0.0
.bss 117236 117220 -16 -0.0
.data 2544 2544 0 0.0
.text 1348816 1348720 -96 -0.0
light-app default (read/write) 2329936 2329856 -80 -0.0
.bss 106128 106112 -16 -0.0
.data 2384 2384 0 0.0
.text 1288200 1288120 -80 -0.0
lock-app default (read/write) 2302144 2302064 -80 -0.0
.bss 105008 104992 -16 -0.0
.data 2336 2336 0 0.0
.text 1260408 1260328 -80 -0.0
qpg lighting-app qpg6105+debug (read only) 532752 532648 -104 -0.0
(read/write) 146936 146936 0 0.0
.bss 86800 86784 -16 -0.0
.data 1004 1004 0 0.0
.text 527432 527328 -104 -0.0
lock-app qpg6105+debug (read only) 504424 504320 -104 -0.0
(read/write) 146940 146940 0 0.0
.bss 85936 85920 -16 -0.0
.data 952 952 0 0.0
.text 499104 499000 -104 -0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 831078 830934 -144 -0.0
bss 87016 87000 -16 -0.0
noinit 37160 37160 0 0.0
text 579390 579258 -132 -0.0

@kghost kghost force-pushed the session-no-template branch from 3f0bf89 to 53f5781 Compare December 16, 2021 09:27
@github-actions
Copy link

github-actions bot commented Dec 16, 2021

PR #12791: Size comparison from 41700bd to 53f5781

Decreases (29 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 41700bd 53f5781 change % change
efr32 lighting-app BRD4161A (read only) 829740 829692 -48 -0.0
(read/write) 127356 127340 -16 -0.0
.bss 125480 125464 -16 -0.0
.text 829732 829684 -48 -0.0
BRD4161A+rpc (read only) 817360 817296 -64 -0.0
(read/write) 144024 144008 -16 -0.0
.bss 142048 142032 -16 -0.0
.text 817352 817288 -64 -0.0
window-app BRD4161A (read only) 803116 803068 -48 -0.0
(read/write) 126296 126280 -16 -0.0
.bss 124464 124448 -16 -0.0
.text 803108 803060 -48 -0.0
esp32 all-clusters-app c3devkit (read only) 875850 875832 -18 -0.0
(read/write) 1313090 1313074 -16 -0.0
.dram0.bss 69808 69792 -16 -0.0
.flash.text 875850 875832 -18 -0.0
m5stack (read only) 938879 938795 -84 -0.0
(read/write) 442588 442572 -16 -0.0
.dram0.bss 74272 74256 -16 -0.0
.flash.text 933495 933411 -84 -0.0
k32w lighting-app k32w061+se05x+release (read/write) 685556 685428 -128 -0.0
.bss 78056 78040 -16 -0.0
.text 599792 599680 -112 -0.0
lock-app k32w061+debug (read/write) 633120 632992 -128 -0.0
.bss 76208 76192 -16 -0.0
.text 549252 549140 -112 -0.0
shell k32w061+debug (read/write) 638704 638560 -144 -0.0
.bss 78716 78684 -32 -0.0
.text 552348 552236 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6917764 6917364 -400 -0.0
(read/write) 323377 323361 -16 -0.0
.bss 54577 54561 -16 -0.0
.text 5852564 5852164 -400 -0.0
thermostat-no-ble arm64 (read only) 1993508 1993092 -416 -0.0
(read/write) 143937 143921 -16 -0.0
.bss 64321 64305 -16 -0.0
.text 1654032 1653616 -416 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release .bss 189076 189060 -16 -0.0
lighting-app CY8CPROTO_062_4343W+release .bss 180904 180888 -16 -0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2301584 2301520 -64 -0.0
.bss 179952 179936 -16 -0.0
.text 1264184 1264120 -64 -0.0
shell CY8CPROTO_062_4343W+release .bss 156980 156964 -16 -0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935803 935659 -144 -0.0
bss 118408 118392 -16 -0.0
text 631756 631652 -104 -0.0
nrf52840dk_nrf52840+rpc (read/write) 917723 917627 -96 -0.0
bss 114740 114724 -16 -0.0
text 624872 624768 -104 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859522 859426 -96 -0.0
bss 116692 116676 -16 -0.0
text 559196 559092 -104 -0.0
lock-app nrf52840dk_nrf52840 (read/write) 907903 907807 -96 -0.0
bss 117596 117580 -16 -0.0
text 609584 609480 -104 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831862 831718 -144 -0.0
bss 115908 115892 -16 -0.0
text 537060 536956 -104 -0.0
pump-app nrf52840dk_nrf52840 (read/write) 912779 912683 -96 -0.0
bss 117504 117488 -16 -0.0
text 613132 613028 -104 -0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 906015 905887 -128 -0.0
bss 117384 117368 -16 -0.0
text 608332 608228 -104 -0.0
shell nrf52840dk_nrf52840 (read/write) 796383 796271 -112 -0.0
bss 109472 109456 -16 -0.0
text 532420 532304 -116 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 709018 708906 -112 -0.0
bss 107360 107344 -16 -0.0
text 449912 449796 -116 -0.0
p6 all-clusters-app default (read/write) 2384656 2384560 -96 -0.0
.bss 117268 117252 -16 -0.0
.text 1342920 1342824 -96 -0.0
light-app default (read/write) 2324024 2323944 -80 -0.0
.bss 106160 106144 -16 -0.0
.text 1282288 1282208 -80 -0.0
lock-app default (read/write) 2296232 2296136 -96 -0.0
.bss 105040 105024 -16 -0.0
.text 1254496 1254400 -96 -0.0
qpg lighting-app qpg6105+debug (read only) 531960 531848 -112 -0.0
.bss 86824 86808 -16 -0.0
.text 526640 526528 -112 -0.0
lock-app qpg6105+debug (read only) 503656 503544 -112 -0.0
.bss 85960 85944 -16 -0.0
.text 498336 498224 -112 -0.0
telink lighting-app tlsr9518adk80d (read/write) 830342 830190 -152 -0.0
bss 87048 87032 -16 -0.0
text 578516 578382 -134 -0.0
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 41700bd 53f5781 change % change
efr32 lighting-app BRD4161A (read only) 829740 829692 -48 -0.0
(read/write) 127356 127340 -16 -0.0
.bss 125480 125464 -16 -0.0
.data 1876 1876 0 0.0
.text 829732 829684 -48 -0.0
BRD4161A+rpc (read only) 817360 817296 -64 -0.0
(read/write) 144024 144008 -16 -0.0
.bss 142048 142032 -16 -0.0
.data 1976 1976 0 0.0
.text 817352 817288 -64 -0.0
window-app BRD4161A (read only) 803116 803068 -48 -0.0
(read/write) 126296 126280 -16 -0.0
.bss 124464 124448 -16 -0.0
.data 1832 1832 0 0.0
.text 803108 803060 -48 -0.0
esp32 all-clusters-app c3devkit (read only) 875850 875832 -18 -0.0
(read/write) 1313090 1313074 -16 -0.0
.dram0.bss 69808 69792 -16 -0.0
.dram0.data 14204 14204 0 0.0
.flash.rodata 176024 176024 0 0.0
.flash.text 875850 875832 -18 -0.0
.iram0.text 62076 62076 0 0.0
m5stack (read only) 938879 938795 -84 -0.0
(read/write) 442588 442572 -16 -0.0
.dram0.bss 74272 74256 -16 -0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 202752 202752 0 0.0
.flash.text 933495 933411 -84 -0.0
.iram0.text 123171 123171 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 685556 685428 -128 -0.0
.bss 78056 78040 -16 -0.0
.data 1908 1908 0 0.0
.text 599792 599680 -112 -0.0
lock-app k32w061+debug (read/write) 633120 632992 -128 -0.0
.bss 76208 76192 -16 -0.0
.data 1860 1860 0 0.0
.text 549252 549140 -112 -0.0
shell k32w061+debug (read/write) 638704 638560 -144 -0.0
.bss 78716 78684 -32 -0.0
.data 1840 1840 0 0.0
.text 552348 552236 -112 -0.0
linux chip-tool-ipv6only arm64 (read only) 6917764 6917364 -400 -0.0
(read/write) 323377 323361 -16 -0.0
.bss 54577 54561 -16 -0.0
.data 1096 1096 0 0.0
.data.rel.ro 208016 208016 0 0.0
.dynamic 560 560 0 0.0
.got 55992 55992 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 378324 378324 0 0.0
.text 5852564 5852164 -400 -0.0
thermostat-no-ble arm64 (read only) 1993508 1993092 -416 -0.0
(read/write) 143937 143921 -16 -0.0
.bss 64321 64305 -16 -0.0
.data 880 880 0 0.0
.data.rel.ro 72000 72000 0 0.0
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 288 288 0 0.0
.rodata 128004 128004 0 0.0
.text 1654032 1653616 -416 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2333912 2333912 0 0.0
.bss 189076 189060 -16 -0.0
.data 5264 5264 0 0.0
.text 1296488 1296488 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2328488 2328488 0 0.0
.bss 180904 180888 -16 -0.0
.data 5544 5544 0 0.0
.text 1291088 1291088 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2301584 2301520 -64 -0.0
.bss 179952 179936 -16 -0.0
.data 5536 5536 0 0.0
.text 1264184 1264120 -64 -0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053688 2053688 0 0.0
.bss 156980 156964 -16 -0.0
.data 4864 4864 0 0.0
.text 1016288 1016288 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935803 935659 -144 -0.0
bss 118408 118392 -16 -0.0
rodata 108056 108056 0 0.0
text 631756 631652 -104 -0.0
nrf52840dk_nrf52840+rpc (read/write) 917723 917627 -96 -0.0
bss 114740 114724 -16 -0.0
rodata 99968 99968 0 0.0
text 624872 624768 -104 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859522 859426 -96 -0.0
bss 116692 116676 -16 -0.0
rodata 102984 102984 0 0.0
text 559196 559092 -104 -0.0
lock-app nrf52840dk_nrf52840 (read/write) 907903 907807 -96 -0.0
bss 117596 117580 -16 -0.0
rodata 103364 103364 0 0.0
text 609584 609480 -104 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831862 831718 -144 -0.0
bss 115908 115892 -16 -0.0
rodata 98324 98324 0 0.0
text 537060 536956 -104 -0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912779 912683 -96 -0.0
bss 117504 117488 -16 -0.0
rodata 104704 104704 0 0.0
text 613132 613028 -104 -0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 906015 905887 -128 -0.0
bss 117384 117368 -16 -0.0
rodata 102836 102836 0 0.0
text 608332 608228 -104 -0.0
shell nrf52840dk_nrf52840 (read/write) 796383 796271 -112 -0.0
bss 109472 109456 -16 -0.0
rodata 78032 78032 0 0.0
text 532420 532304 -116 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 709018 708906 -112 -0.0
bss 107360 107344 -16 -0.0
rodata 72336 72336 0 0.0
text 449912 449796 -116 -0.0
p6 all-clusters-app default (read/write) 2384656 2384560 -96 -0.0
.bss 117268 117252 -16 -0.0
.data 2544 2544 0 0.0
.text 1342920 1342824 -96 -0.0
light-app default (read/write) 2324024 2323944 -80 -0.0
.bss 106160 106144 -16 -0.0
.data 2384 2384 0 0.0
.text 1282288 1282208 -80 -0.0
lock-app default (read/write) 2296232 2296136 -96 -0.0
.bss 105040 105024 -16 -0.0
.data 2336 2336 0 0.0
.text 1254496 1254400 -96 -0.0
qpg lighting-app qpg6105+debug (read only) 531960 531848 -112 -0.0
(read/write) 146936 146936 0 0.0
.bss 86824 86808 -16 -0.0
.data 1004 1004 0 0.0
.text 526640 526528 -112 -0.0
lock-app qpg6105+debug (read only) 503656 503544 -112 -0.0
(read/write) 146940 146940 0 0.0
.bss 85960 85944 -16 -0.0
.data 952 952 0 0.0
.text 498336 498224 -112 -0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 830342 830190 -152 -0.0
bss 87048 87032 -16 -0.0
noinit 37160 37160 0 0.0
text 578516 578382 -134 -0.0

@andy31415 andy31415 merged commit be5e0f1 into project-chip:master Dec 16, 2021
@kghost kghost deleted the session-no-template branch December 16, 2021 13:06
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