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

Fix subscription liveness check #11795

Conversation

yunhanw-google
Copy link
Contributor

@yunhanw-google yunhanw-google commented Nov 15, 2021

Problem

What is being fixed? Examples:
-- Send sync report with max interval, after min interval passed, send report immediately if there is any attribute change.
-- Add additional margin for MRP upon max interval when doing liveness check
-- Fix bug:Report Engine would set handler dirty only when its subscribed path interested with dirty path, and fix UpdateReadHandlerDirty's dirty cleanup.
-- Call ScheduleRun() here since we may have accumulated dirty items in the global dirty set that need to get flushed now that the hold off(min interval has passed) has elapsed where handler has been set dirty.
--When the max-interval has elapsed, to definitely send out a report even if there is no actual data to be sent.

Change overview

See above

Testing

Existing test cover for happy path, manual test for negative cases, for manual test, I use im mock initiator and im mock responder which can communicate over crmp, and after subscription is estabalished, I tear down responder, then check the print out in initiator and see if the actual timeout call can be triggered after max(5s) + margin(19seconds)

@github-actions
Copy link

github-actions bot commented Nov 18, 2021

PR #11795: Size comparison from ef6455d to 5445625

Increases (11 builds for esp32, linux, telink)
platform target config section ef6455d 5445625 change % change
esp32 all-clusters-app c3devkit (read only) 828536 828770 234 0.0
(read/write) 1220178 1220226 48 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828536 828770 234 0.0
m5stack (read only) 899555 899751 196 0.0
(read/write) 419492 419540 48 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894171 894367 196 0.0
linux all-clusters-app debug (read only) 1726009 1726969 960 0.1
.rodata 136661 136725 64 0.0
.text 1455394 1456290 896 0.1
bridge-app debug+rpc (read only) 1321037 1322029 992 0.1
.rodata 111932 111996 64 0.1
.text 1111701 1112629 928 0.1
chip-tool debug (read only) 4985917 4986845 928 0.0
.rodata 268458 268490 32 0.0
.text 4406949 4407845 896 0.0
lighting-app debug+rpc (read only) 1590161 1591105 944 0.1
.rodata 129553 129617 64 0.0
.text 1325602 1326482 880 0.1
ota-provider-app debug (read only) 1268601 1269513 912 0.1
.rodata 113951 113983 32 0.0
.text 1057058 1057938 880 0.1
ota-requestor-app debug (read only) 1354337 1355249 912 0.1
.rodata 124968 125000 32 0.0
.text 1129394 1130274 880 0.1
shell debug (read only) 798801 798865 64 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872657 1873601 944 0.1
.rodata 157893 157957 64 0.0
.text 1569634 1570514 880 0.1
telink lighting-app tlsr9518adk80d (read/write) 767986 768250 264 0.0
text 533170 533392 222 0.0
Full report (11 builds for esp32, linux, telink)
platform target config section ef6455d 5445625 change % change
esp32 all-clusters-app c3devkit (read only) 828536 828770 234 0.0
(read/write) 1220178 1220226 48 0.0
.dram0.bss 56688 56688 0 0.0
.dram0.data 14084 14084 0 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828536 828770 234 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 899555 899751 196 0.0
(read/write) 419492 419540 48 0.0
.dram0.bss 62040 62040 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894171 894367 196 0.0
.iram0.text 122943 122943 0 0.0
linux all-clusters-app debug (read only) 1726009 1726969 960 0.1
(read/write) 126816 126816 0 0.0
.bss 57392 57392 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63088 63088 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 136661 136725 64 0.0
.text 1455394 1456290 896 0.1
bridge-app debug+rpc (read only) 1321037 1322029 992 0.1
(read/write) 77008 77008 0 0.0
.bss 42096 42096 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 111932 111996 64 0.1
.text 1111701 1112629 928 0.1
chip-tool debug (read only) 4985917 4986845 928 0.0
(read/write) 166888 166888 0 0.0
.bss 40456 40456 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118672 118672 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 268458 268490 32 0.0
.text 4406949 4407845 896 0.0
lighting-app debug+rpc (read only) 1590161 1591105 944 0.1
(read/write) 110224 110224 0 0.0
.bss 47760 47760 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129553 129617 64 0.0
.text 1325602 1326482 880 0.1
ota-provider-app debug (read only) 1268601 1269513 912 0.1
(read/write) 75656 75656 0 0.0
.bss 44704 44704 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 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 113951 113983 32 0.0
.text 1057058 1057938 880 0.1
ota-requestor-app debug (read only) 1354337 1355249 912 0.1
(read/write) 79392 79392 0 0.0
.bss 47168 47168 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 124968 125000 32 0.0
.text 1129394 1130274 880 0.1
shell debug (read only) 798801 798865 64 0.0
(read/write) 66440 66440 0 0.0
.bss 23944 23944 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 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 78703 78703 0 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872657 1873601 944 0.1
(read/write) 318968 318968 0 0.0
.bss 250376 250376 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 157893 157957 64 0.0
.text 1569634 1570514 880 0.1
telink lighting-app tlsr9518adk80d (read/write) 767986 768250 264 0.0
bss 79072 79072 0 0.0
noinit 37160 37160 0 0.0
text 533170 533392 222 0.0

@yunhanw-google yunhanw-google force-pushed the feature/fix_report_delivery_timer branch from 5445625 to 2437ea0 Compare November 18, 2021 23:04
@github-actions
Copy link

github-actions bot commented Nov 18, 2021

PR #11795: Size comparison from 7653f00 to 2437ea0

Increases (20 builds for esp32, linux, nrfconnect, telink)
platform target config section 7653f00 2437ea0 change % change
esp32 all-clusters-app c3devkit (read only) 828536 828770 234 0.0
(read/write) 1220178 1220226 48 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828536 828770 234 0.0
m5stack (read only) 899555 899751 196 0.0
(read/write) 419492 419540 48 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894171 894367 196 0.0
linux all-clusters-app debug (read only) 1726009 1726969 960 0.1
.rodata 136661 136725 64 0.0
.text 1455394 1456290 896 0.1
bridge-app debug+rpc (read only) 1321037 1322029 992 0.1
.rodata 111932 111996 64 0.1
.text 1111701 1112629 928 0.1
chip-tool debug (read only) 4985917 4986845 928 0.0
.rodata 268458 268490 32 0.0
.text 4406949 4407845 896 0.0
lighting-app debug+rpc (read only) 1590161 1591105 944 0.1
.rodata 129553 129617 64 0.0
.text 1325602 1326482 880 0.1
ota-provider-app debug (read only) 1268601 1269513 912 0.1
.rodata 113951 113983 32 0.0
.text 1057058 1057938 880 0.1
ota-requestor-app debug (read only) 1354337 1355249 912 0.1
.rodata 124968 125000 32 0.0
.text 1129394 1130274 880 0.1
shell debug (read only) 798801 798865 64 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872657 1873601 944 0.1
.rodata 157893 157957 64 0.0
.text 1569634 1570514 880 0.1
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 864563 864799 236 0.0
rodata 95828 95872 44 0.0
text 582568 582764 196 0.0
nrf52840dk_nrf52840+rpc (read/write) 826963 827203 240 0.0
rodata 87012 87060 48 0.1
text 556736 556932 196 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 789618 789858 240 0.0
rodata 91084 91132 48 0.1
text 512040 512236 196 0.0
lock-app nrf52840dk_nrf52840 (read/write) 839995 840231 236 0.0
rodata 92300 92344 44 0.0
text 562660 562860 200 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765282 765534 252 0.0
rodata 87604 87648 44 0.1
text 492224 492424 200 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846103 846339 236 0.0
rodata 94008 94052 44 0.0
text 566844 567040 196 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 839695 839931 236 0.0
rodata 92256 92300 44 0.0
text 562280 562480 200 0.0
shell nrf52840dk_nrf52840 (read/write) 777971 778003 32 0.0
text 521236 521268 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693026 693058 32 0.0
text 441848 441880 32 0.0
telink lighting-app tlsr9518adk80d (read/write) 767986 768250 264 0.0
text 533170 533392 222 0.0
Full report (21 builds for esp32, linux, nrfconnect, telink)
platform target config section 7653f00 2437ea0 change % change
esp32 all-clusters-app c3devkit (read only) 828536 828770 234 0.0
(read/write) 1220178 1220226 48 0.0
.dram0.bss 56688 56688 0 0.0
.dram0.data 14084 14084 0 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828536 828770 234 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 899555 899751 196 0.0
(read/write) 419492 419540 48 0.0
.dram0.bss 62040 62040 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894171 894367 196 0.0
.iram0.text 122943 122943 0 0.0
linux all-clusters-app debug (read only) 1726009 1726969 960 0.1
(read/write) 126816 126816 0 0.0
.bss 57392 57392 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63088 63088 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 136661 136725 64 0.0
.text 1455394 1456290 896 0.1
bridge-app debug+rpc (read only) 1321037 1322029 992 0.1
(read/write) 77008 77008 0 0.0
.bss 42096 42096 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 111932 111996 64 0.1
.text 1111701 1112629 928 0.1
chip-tool debug (read only) 4985917 4986845 928 0.0
(read/write) 166888 166888 0 0.0
.bss 40456 40456 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118672 118672 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 268458 268490 32 0.0
.text 4406949 4407845 896 0.0
lighting-app debug+rpc (read only) 1590161 1591105 944 0.1
(read/write) 110224 110224 0 0.0
.bss 47760 47760 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129553 129617 64 0.0
.text 1325602 1326482 880 0.1
ota-provider-app debug (read only) 1268601 1269513 912 0.1
(read/write) 75656 75656 0 0.0
.bss 44704 44704 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 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 113951 113983 32 0.0
.text 1057058 1057938 880 0.1
ota-requestor-app debug (read only) 1354337 1355249 912 0.1
(read/write) 79392 79392 0 0.0
.bss 47168 47168 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 124968 125000 32 0.0
.text 1129394 1130274 880 0.1
shell debug (read only) 798801 798865 64 0.0
(read/write) 66440 66440 0 0.0
.bss 23944 23944 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 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 78703 78703 0 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872657 1873601 944 0.1
(read/write) 318968 318968 0 0.0
.bss 250376 250376 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 157893 157957 64 0.0
.text 1569634 1570514 880 0.1
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 864563 864799 236 0.0
bss 110560 110560 0 0.0
rodata 95828 95872 44 0.0
text 582568 582764 196 0.0
nrf52840dk_nrf52840+rpc (read/write) 826963 827203 240 0.0
bss 106916 106916 0 0.0
rodata 87012 87060 48 0.1
text 556736 556932 196 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 789618 789858 240 0.0
bss 111936 111936 0 0.0
rodata 91084 91132 48 0.1
text 512040 512236 196 0.0
lock-app nrf52840dk_nrf52840 (read/write) 839995 840231 236 0.0
bss 109584 109584 0 0.0
rodata 92300 92344 44 0.0
text 562660 562860 200 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765282 765534 252 0.0
bss 110996 110996 0 0.0
rodata 87604 87648 44 0.1
text 492224 492424 200 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846103 846339 236 0.0
bss 109724 109724 0 0.0
rodata 94008 94052 44 0.0
text 566844 567040 196 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 839695 839931 236 0.0
bss 109620 109620 0 0.0
rodata 92256 92300 44 0.0
text 562280 562480 200 0.0
shell nrf52840dk_nrf52840 (read/write) 777971 778003 32 0.0
bss 109068 109068 0 0.0
rodata 73064 73064 0 0.0
text 521236 521268 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693026 693058 32 0.0
bss 110052 110052 0 0.0
rodata 67708 67708 0 0.0
text 441848 441880 32 0.0
telink lighting-app tlsr9518adk80d (read/write) 767986 768250 264 0.0
bss 79072 79072 0 0.0
noinit 37160 37160 0 0.0
text 533170 533392 222 0.0

@yunhanw-google yunhanw-google force-pushed the feature/fix_report_delivery_timer branch from 2437ea0 to 5529e57 Compare November 19, 2021 01:25
@github-actions
Copy link

github-actions bot commented Nov 19, 2021

PR #11795: Size comparison from ebadd33 to 5529e57

Increases (23 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
platform target config section ebadd33 5529e57a change % change
efr32 lighting-app BRD4161A (read only) 749960 750312 352 0.0
.text 749952 750304 352 0.0
BRD4161A+rpc (read only) 737484 737852 368 0.0
.text 737476 737844 368 0.0
lock-app BRD4161A (read only) 727016 727368 352 0.0
.text 727008 727360 352 0.0
window-app BRD4161A (read only) 728000 728352 352 0.0
.text 727992 728344 352 0.0
k32w lighting-app k32w061+se05x+release (read/write) 706872 707124 252 0.0
.text 621996 622248 252 0.0
lock-app k32w061+debug (read/write) 598312 598564 252 0.0
.text 522956 523208 252 0.0
shell k32w061+debug (read/write) 663656 663896 240 0.0
.text 577204 577444 240 0.0
linux all-clusters-app debug (read only) 1726153 1727097 944 0.1
.rodata 136661 136725 64 0.0
.text 1455538 1456418 880 0.1
bridge-app debug+rpc (read only) 1321181 1322157 976 0.1
.rodata 111932 111996 64 0.1
.text 1111845 1112757 912 0.1
chip-tool debug (read only) 4986061 4986973 912 0.0
.rodata 268458 268490 32 0.0
.text 4407093 4407973 880 0.0
lighting-app debug+rpc (read only) 1590289 1591249 960 0.1
.rodata 129553 129617 64 0.0
.text 1325730 1326626 896 0.1
ota-provider-app debug (read only) 1268729 1269657 928 0.1
.rodata 113951 113983 32 0.0
.text 1057186 1058082 896 0.1
ota-requestor-app debug (read only) 1354465 1355393 928 0.1
.rodata 124968 125000 32 0.0
.text 1129522 1130418 896 0.1
shell debug (read only) 798801 798865 64 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872785 1873745 960 0.1
.rodata 157893 157957 64 0.0
.text 1569762 1570658 896 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2287616 2287856 240 0.0
.text 1250216 1250456 240 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2273552 2273856 304 0.0
.text 1236152 1236456 304 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2249456 2249696 240 0.0
.text 1212056 1212296 240 0.0
p6 all-clusters-app default (read/write) 2297968 2298336 368 0.0
.text 1256232 1256600 368 0.0
lock-app default (read/write) 2215456 2215824 368 0.0
.text 1173720 1174088 368 0.0
qpg lighting-app qpg6100+debug (read only) 493688 493936 248 0.1
.text 488368 488616 248 0.1
lock-app qpg6100+debug (read only) 468652 468900 248 0.1
.text 463332 463580 248 0.1
telink lighting-app tlsr9518adk80d (read/write) 768010 768274 264 0.0
text 533194 533416 222 0.0
Full report (26 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
platform target config section ebadd33 5529e57a change % change
efr32 lighting-app BRD4161A (read only) 749960 750312 352 0.0
(read/write) 115540 115540 0 0.0
.bss 113740 113740 0 0.0
.data 1800 1800 0 0.0
.text 749952 750304 352 0.0
BRD4161A+rpc (read only) 737484 737852 368 0.0
(read/write) 132168 132168 0 0.0
.bss 130244 130244 0 0.0
.data 1924 1924 0 0.0
.text 737476 737844 368 0.0
lock-app BRD4161A (read only) 727016 727368 352 0.0
(read/write) 113324 113324 0 0.0
.bss 111564 111564 0 0.0
.data 1756 1756 0 0.0
.text 727008 727360 352 0.0
window-app BRD4161A (read only) 728000 728352 352 0.0
(read/write) 113644 113644 0 0.0
.bss 111884 111884 0 0.0
.data 1760 1760 0 0.0
.text 727992 728344 352 0.0
k32w lighting-app k32w061+se05x+release (read/write) 706872 707124 252 0.0
.bss 77164 77164 0 0.0
.data 1912 1912 0 0.0
.text 621996 622248 252 0.0
lock-app k32w061+debug (read/write) 598312 598564 252 0.0
.bss 67676 67676 0 0.0
.data 1880 1880 0 0.0
.text 522956 523208 252 0.0
shell k32w061+debug (read/write) 663656 663896 240 0.0
.bss 78804 78804 0 0.0
.data 1848 1848 0 0.0
.text 577204 577444 240 0.0
linux all-clusters-app debug (read only) 1726153 1727097 944 0.1
(read/write) 126816 126816 0 0.0
.bss 57392 57392 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63088 63088 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 136661 136725 64 0.0
.text 1455538 1456418 880 0.1
bridge-app debug+rpc (read only) 1321181 1322157 976 0.1
(read/write) 77008 77008 0 0.0
.bss 42096 42096 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 111932 111996 64 0.1
.text 1111845 1112757 912 0.1
chip-tool debug (read only) 4986061 4986973 912 0.0
(read/write) 166888 166888 0 0.0
.bss 40456 40456 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118672 118672 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 268458 268490 32 0.0
.text 4407093 4407973 880 0.0
lighting-app debug+rpc (read only) 1590289 1591249 960 0.1
(read/write) 110224 110224 0 0.0
.bss 47760 47760 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129553 129617 64 0.0
.text 1325730 1326626 896 0.1
ota-provider-app debug (read only) 1268729 1269657 928 0.1
(read/write) 75656 75656 0 0.0
.bss 44704 44704 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 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 113951 113983 32 0.0
.text 1057186 1058082 896 0.1
ota-requestor-app debug (read only) 1354465 1355393 928 0.1
(read/write) 79392 79392 0 0.0
.bss 47168 47168 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 124968 125000 32 0.0
.text 1129522 1130418 896 0.1
shell debug (read only) 798801 798865 64 0.0
(read/write) 66440 66440 0 0.0
.bss 23944 23944 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 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 78703 78703 0 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872785 1873745 960 0.1
(read/write) 318968 318968 0 0.0
.bss 250376 250376 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 157893 157957 64 0.0
.text 1569762 1570658 896 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2287616 2287856 240 0.0
.bss 179284 179284 0 0.0
.data 5216 5216 0 0.0
.heap 851944 851944 0 0.0
.text 1250216 1250456 240 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273552 2273856 304 0.0
.bss 172148 172148 0 0.0
.data 5576 5576 0 0.0
.heap 858720 858720 0 0.0
.text 1236152 1236456 304 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2249456 2249696 240 0.0
.bss 171036 171036 0 0.0
.data 5568 5568 0 0.0
.heap 859840 859840 0 0.0
.text 1212056 1212296 240 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) 2050480 2050480 0 0.0
.bss 156224 156224 0 0.0
.data 4968 4968 0 0.0
.heap 875256 875256 0 0.0
.text 1013080 1013080 0 0.0
p6 all-clusters-app default (read/write) 2297968 2298336 368 0.0
.bss 112272 112272 0 0.0
.data 2520 2520 0 0.0
.heap 918552 918552 0 0.0
.text 1256232 1256600 368 0.0
lock-app default (read/write) 2215456 2215824 368 0.0
.bss 100896 100896 0 0.0
.data 2400 2400 0 0.0
.heap 930048 930048 0 0.0
.text 1173720 1174088 368 0.0
qpg lighting-app qpg6100+debug (read only) 493688 493936 248 0.1
(read/write) 114144 114144 0 0.0
.bss 50208 50208 0 0.0
.data 1008 1008 0 0.0
.text 488368 488616 248 0.1
lock-app qpg6100+debug (read only) 468652 468900 248 0.1
(read/write) 114140 114140 0 0.0
.bss 49152 49152 0 0.0
.data 964 964 0 0.0
.text 463332 463580 248 0.1
persistent-storage-app qpg6100+debug (read only) 105408 105408 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8978 8978 0 0.0
.data 272 272 0 0.0
.text 100088 100088 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 768010 768274 264 0.0
bss 79072 79072 0 0.0
noinit 37160 37160 0 0.0
text 533194 533416 222 0.0

@todo
Copy link

todo bot commented Nov 19, 2021

issue 12009, need actual tcp margin value considering restransmission

// TODO: issue 12009, need actual tcp margin value considering restransmission
timeout = timeout + System::Clock::Seconds16(30);
}
// EFR32/MBED/INFINION/K32W's chrono count return long unsinged, but other platform returns unsigned
ChipLogProgress(DataManagement, "Refresh LivenessCheckTime with %lu milliseconds", static_cast<long unsigned>(timeout.count()));
err = InteractionModelEngine::GetInstance()->GetExchangeManager()->GetSessionManager()->SystemLayer()->StartTimer(
timeout, OnLivenessTimeoutCallback, this);
if (err != CHIP_NO_ERROR)
{


This comment was generated by todo based on a TODO comment in 72e538b in #11795. cc @yunhanw-google.

@github-actions
Copy link

github-actions bot commented Nov 19, 2021

PR #11795: Size comparison from ebadd33 to 72e538b

Increases (34 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section ebadd33 72e538b change % change
efr32 lighting-app BRD4161A (read only) 749960 750488 528 0.1
.text 749952 750480 528 0.1
BRD4161A+rpc (read only) 737484 738028 544 0.1
.text 737476 738020 544 0.1
lock-app BRD4161A (read only) 727016 727560 544 0.1
.text 727008 727552 544 0.1
window-app BRD4161A (read only) 728000 728544 544 0.1
.text 727992 728536 544 0.1
esp32 all-clusters-app c3devkit (read only) 828538 828868 330 0.0
(read/write) 1220178 1220226 48 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828538 828868 330 0.0
m5stack (read only) 899595 899863 268 0.0
(read/write) 419492 419540 48 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894211 894479 268 0.0
k32w lighting-app k32w061+se05x+release (read/write) 706872 707204 332 0.0
.text 621996 622328 332 0.1
lock-app k32w061+debug (read/write) 598312 598644 332 0.1
.text 522956 523288 332 0.1
shell k32w061+debug (read/write) 663656 663992 336 0.1
.text 577204 577540 336 0.1
linux all-clusters-app debug (read only) 1726153 1727641 1488 0.1
.rodata 136661 136757 96 0.1
.text 1455538 1456930 1392 0.1
bridge-app debug+rpc (read only) 1321181 1322701 1520 0.1
.rodata 111932 112028 96 0.1
.text 1111845 1113269 1424 0.1
chip-tool debug (read only) 4986061 4987869 1808 0.0
.rodata 268458 268554 96 0.0
.text 4407093 4408805 1712 0.0
lighting-app debug+rpc (read only) 1590289 1591793 1504 0.1
.rodata 129553 129649 96 0.1
.text 1325730 1327138 1408 0.1
ota-provider-app debug (read only) 1268729 1270233 1504 0.1
.rodata 113951 114047 96 0.1
.text 1057186 1058594 1408 0.1
ota-requestor-app debug (read only) 1354465 1356257 1792 0.1
.rodata 124968 125032 64 0.1
.text 1129522 1131250 1728 0.2
shell debug (read only) 798801 798865 64 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872785 1874609 1824 0.1
.rodata 157893 157989 96 0.1
.text 1569762 1571490 1728 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2287616 2287984 368 0.0
.text 1250216 1250584 368 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2273552 2273920 368 0.0
.text 1236152 1236520 368 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2249456 2249760 304 0.0
.text 1212056 1212360 304 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 864595 864931 336 0.0
rodata 95828 95876 48 0.1
text 582604 582884 280 0.0
nrf52840dk_nrf52840+rpc (read/write) 826995 827331 336 0.0
rodata 87012 87060 48 0.1
text 556772 557052 280 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 789650 789970 320 0.0
rodata 91084 91132 48 0.1
text 512076 512356 280 0.1
lock-app nrf52840dk_nrf52840 (read/write) 840027 840343 316 0.0
rodata 92300 92344 44 0.0
text 562696 562976 280 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765330 765650 320 0.0
rodata 87604 87652 48 0.1
text 492260 492540 280 0.1
pump-app nrf52840dk_nrf52840 (read/write) 846135 846471 336 0.0
rodata 94008 94056 48 0.1
text 566880 567160 280 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 839727 840047 320 0.0
rodata 92256 92304 48 0.1
text 562316 562596 280 0.0
shell nrf52840dk_nrf52840 (read/write) 777971 778003 32 0.0
text 521236 521268 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693026 693058 32 0.0
text 441848 441880 32 0.0
p6 all-clusters-app default (read/write) 2297968 2298512 544 0.0
.text 1256232 1256776 544 0.0
lock-app default (read/write) 2215456 2216000 544 0.0
.text 1173720 1174264 544 0.0
qpg lighting-app qpg6100+debug (read only) 493688 494016 328 0.1
.text 488368 488696 328 0.1
lock-app qpg6100+debug (read only) 468652 468980 328 0.1
.text 463332 463660 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 768010 768370 360 0.0
text 533194 533506 312 0.1
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section ebadd33 72e538b change % change
efr32 lighting-app BRD4161A (read only) 749960 750488 528 0.1
(read/write) 115540 115540 0 0.0
.bss 113740 113740 0 0.0
.data 1800 1800 0 0.0
.text 749952 750480 528 0.1
BRD4161A+rpc (read only) 737484 738028 544 0.1
(read/write) 132168 132168 0 0.0
.bss 130244 130244 0 0.0
.data 1924 1924 0 0.0
.text 737476 738020 544 0.1
lock-app BRD4161A (read only) 727016 727560 544 0.1
(read/write) 113324 113324 0 0.0
.bss 111564 111564 0 0.0
.data 1756 1756 0 0.0
.text 727008 727552 544 0.1
window-app BRD4161A (read only) 728000 728544 544 0.1
(read/write) 113644 113644 0 0.0
.bss 111884 111884 0 0.0
.data 1760 1760 0 0.0
.text 727992 728536 544 0.1
esp32 all-clusters-app c3devkit (read only) 828538 828868 330 0.0
(read/write) 1220178 1220226 48 0.0
.dram0.bss 56688 56688 0 0.0
.dram0.data 14084 14084 0 0.0
.flash.rodata 164152 164200 48 0.0
.flash.text 828538 828868 330 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 899595 899863 268 0.0
(read/write) 419492 419540 48 0.0
.dram0.bss 62040 62040 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192116 192164 48 0.0
.flash.text 894211 894479 268 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 706872 707204 332 0.0
.bss 77164 77164 0 0.0
.data 1912 1912 0 0.0
.text 621996 622328 332 0.1
lock-app k32w061+debug (read/write) 598312 598644 332 0.1
.bss 67676 67676 0 0.0
.data 1880 1880 0 0.0
.text 522956 523288 332 0.1
shell k32w061+debug (read/write) 663656 663992 336 0.1
.bss 78804 78804 0 0.0
.data 1848 1848 0 0.0
.text 577204 577540 336 0.1
linux all-clusters-app debug (read only) 1726153 1727641 1488 0.1
(read/write) 126816 126816 0 0.0
.bss 57392 57392 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63088 63088 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 136661 136757 96 0.1
.text 1455538 1456930 1392 0.1
bridge-app debug+rpc (read only) 1321181 1322701 1520 0.1
(read/write) 77008 77008 0 0.0
.bss 42096 42096 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 111932 112028 96 0.1
.text 1111845 1113269 1424 0.1
chip-tool debug (read only) 4986061 4987869 1808 0.0
(read/write) 166888 166888 0 0.0
.bss 40456 40456 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118672 118672 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 268458 268554 96 0.0
.text 4407093 4408805 1712 0.0
lighting-app debug+rpc (read only) 1590289 1591793 1504 0.1
(read/write) 110224 110224 0 0.0
.bss 47760 47760 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129553 129649 96 0.1
.text 1325730 1327138 1408 0.1
ota-provider-app debug (read only) 1268729 1270233 1504 0.1
(read/write) 75656 75656 0 0.0
.bss 44704 44704 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 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 113951 114047 96 0.1
.text 1057186 1058594 1408 0.1
ota-requestor-app debug (read only) 1354465 1356257 1792 0.1
(read/write) 79392 79392 0 0.0
.bss 47168 47168 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 124968 125032 64 0.1
.text 1129522 1131250 1728 0.2
shell debug (read only) 798801 798865 64 0.0
(read/write) 66440 66440 0 0.0
.bss 23944 23944 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 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 78703 78703 0 0.0
.text 616082 616146 64 0.0
tv-app debug (read only) 1872785 1874609 1824 0.1
(read/write) 318968 318968 0 0.0
.bss 250376 250376 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 157893 157989 96 0.1
.text 1569762 1571490 1728 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2287616 2287984 368 0.0
.bss 179284 179284 0 0.0
.data 5216 5216 0 0.0
.heap 851944 851944 0 0.0
.text 1250216 1250584 368 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273552 2273920 368 0.0
.bss 172148 172148 0 0.0
.data 5576 5576 0 0.0
.heap 858720 858720 0 0.0
.text 1236152 1236520 368 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2249456 2249760 304 0.0
.bss 171036 171036 0 0.0
.data 5568 5568 0 0.0
.heap 859840 859840 0 0.0
.text 1212056 1212360 304 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) 2050480 2050480 0 0.0
.bss 156224 156224 0 0.0
.data 4968 4968 0 0.0
.heap 875256 875256 0 0.0
.text 1013080 1013080 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 864595 864931 336 0.0
bss 110560 110560 0 0.0
rodata 95828 95876 48 0.1
text 582604 582884 280 0.0
nrf52840dk_nrf52840+rpc (read/write) 826995 827331 336 0.0
bss 106916 106916 0 0.0
rodata 87012 87060 48 0.1
text 556772 557052 280 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 789650 789970 320 0.0
bss 111936 111936 0 0.0
rodata 91084 91132 48 0.1
text 512076 512356 280 0.1
lock-app nrf52840dk_nrf52840 (read/write) 840027 840343 316 0.0
bss 109584 109584 0 0.0
rodata 92300 92344 44 0.0
text 562696 562976 280 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765330 765650 320 0.0
bss 110996 110996 0 0.0
rodata 87604 87652 48 0.1
text 492260 492540 280 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846135 846471 336 0.0
bss 109724 109724 0 0.0
rodata 94008 94056 48 0.1
text 566880 567160 280 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 839727 840047 320 0.0
bss 109620 109620 0 0.0
rodata 92256 92304 48 0.1
text 562316 562596 280 0.0
shell nrf52840dk_nrf52840 (read/write) 777971 778003 32 0.0
bss 109068 109068 0 0.0
rodata 73064 73064 0 0.0
text 521236 521268 32 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693026 693058 32 0.0
bss 110052 110052 0 0.0
rodata 67708 67708 0 0.0
text 441848 441880 32 0.0
p6 all-clusters-app default (read/write) 2297968 2298512 544 0.0
.bss 112272 112272 0 0.0
.data 2520 2520 0 0.0
.heap 918552 918552 0 0.0
.text 1256232 1256776 544 0.0
lock-app default (read/write) 2215456 2216000 544 0.0
.bss 100896 100896 0 0.0
.data 2400 2400 0 0.0
.heap 930048 930048 0 0.0
.text 1173720 1174264 544 0.0
qpg lighting-app qpg6100+debug (read only) 493688 494016 328 0.1
(read/write) 114144 114144 0 0.0
.bss 50208 50208 0 0.0
.data 1008 1008 0 0.0
.text 488368 488696 328 0.1
lock-app qpg6100+debug (read only) 468652 468980 328 0.1
(read/write) 114140 114140 0 0.0
.bss 49152 49152 0 0.0
.data 964 964 0 0.0
.text 463332 463660 328 0.1
persistent-storage-app qpg6100+debug (read only) 105408 105408 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8978 8978 0 0.0
.data 272 272 0 0.0
.text 100088 100088 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 768010 768370 360 0.0
bss 79072 79072 0 0.0
noinit 37160 37160 0 0.0
text 533194 533506 312 0.1

src/app/ReadClient.cpp Outdated Show resolved Hide resolved
src/app/ReadHandler.cpp Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Nov 20, 2021

PR #11795: Size comparison from 244d8d4 to 26c7ea5

Increases (34 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 244d8d4 26c7ea5 change % change
efr32 lighting-app BRD4161A (read only) 750448 750992 544 0.1
.text 750440 750984 544 0.1
BRD4161A+rpc (read only) 737972 738532 560 0.1
.text 737964 738524 560 0.1
lock-app BRD4161A (read only) 727504 728048 544 0.1
.text 727496 728040 544 0.1
window-app BRD4161A (read only) 728488 729032 544 0.1
.text 728480 729024 544 0.1
esp32 all-clusters-app c3devkit (read only) 831588 831942 354 0.0
(read/write) 1223170 1223218 48 0.0
.flash.rodata 164408 164456 48 0.0
.flash.text 831588 831942 354 0.0
m5stack (read only) 902623 902935 312 0.0
(read/write) 422480 422528 48 0.0
.flash.rodata 192368 192416 48 0.0
.flash.text 897239 897551 312 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707304 707652 348 0.0
.text 622380 622728 348 0.1
lock-app k32w061+debug (read/write) 598736 599084 348 0.1
.text 523340 523688 348 0.1
shell k32w061+debug (read/write) 664112 664448 336 0.1
.text 577588 577924 336 0.1
linux all-clusters-app debug (read only) 1745009 1746433 1424 0.1
.rodata 137461 137557 96 0.1
.text 1471890 1473218 1328 0.1
bridge-app debug+rpc (read only) 1324829 1326269 1440 0.1
.rodata 112028 112124 96 0.1
.text 1115397 1116741 1344 0.1
chip-tool debug (read only) 4999941 5001685 1744 0.0
.rodata 269386 269482 96 0.0
.text 4419877 4421525 1648 0.0
lighting-app debug+rpc (read only) 1593937 1595361 1424 0.1
.rodata 129649 129745 96 0.1
.text 1329282 1330610 1328 0.1
ota-provider-app debug (read only) 1272377 1273801 1424 0.1
.rodata 114047 114143 96 0.1
.text 1060738 1062066 1328 0.1
ota-requestor-app debug (read only) 1358113 1359841 1728 0.1
.rodata 125064 125160 96 0.1
.text 1133074 1134706 1632 0.1
shell debug (read only) 799185 799249 64 0.0
.text 616466 616530 64 0.0
tv-app debug (read only) 1876257 1877953 1696 0.1
.rodata 158021 158085 64 0.0
.text 1573106 1574738 1632 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2290040 2290408 368 0.0
.text 1252640 1253008 368 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2273936 2274304 368 0.0
.text 1236536 1236904 368 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2249840 2250144 304 0.0
.text 1212440 1212744 304 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865027 865379 352 0.0
rodata 95828 95876 48 0.1
text 582972 583264 292 0.1
nrf52840dk_nrf52840+rpc (read/write) 827395 827747 352 0.0
rodata 87012 87060 48 0.1
text 557140 557432 292 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 790082 790418 336 0.0
rodata 91084 91132 48 0.1
text 512444 512736 292 0.1
lock-app nrf52840dk_nrf52840 (read/write) 840427 840759 332 0.0
rodata 92300 92344 44 0.0
text 563064 563356 292 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 765730 766066 336 0.0
rodata 87604 87652 48 0.1
text 492628 492920 292 0.1
pump-app nrf52840dk_nrf52840 (read/write) 846567 846903 336 0.0
rodata 94008 94056 48 0.1
text 567248 567540 292 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 840127 840463 336 0.0
rodata 92256 92304 48 0.1
text 562684 562976 292 0.1
shell nrf52840dk_nrf52840 (read/write) 778003 778051 48 0.0
text 521244 521280 36 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693106 48 0.0
text 441856 441892 36 0.0
p6 all-clusters-app default (read/write) 2302976 2303520 544 0.0
.text 1261240 1261784 544 0.0
lock-app default (read/write) 2215944 2216488 544 0.0
.text 1174208 1174752 544 0.0
qpg lighting-app qpg6100+debug (read only) 494080 494424 344 0.1
.text 488760 489104 344 0.1
lock-app qpg6100+debug (read only) 469044 469388 344 0.1
.text 463724 464068 344 0.1
telink lighting-app tlsr9518adk80d (read/write) 768410 768794 384 0.0
text 533546 533888 342 0.1
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 244d8d4 26c7ea5 change % change
efr32 lighting-app BRD4161A (read only) 750448 750992 544 0.1
(read/write) 119692 119692 0 0.0
.bss 117892 117892 0 0.0
.data 1800 1800 0 0.0
.text 750440 750984 544 0.1
BRD4161A+rpc (read only) 737972 738532 560 0.1
(read/write) 136320 136320 0 0.0
.bss 134396 134396 0 0.0
.data 1924 1924 0 0.0
.text 737964 738524 560 0.1
lock-app BRD4161A (read only) 727504 728048 544 0.1
(read/write) 113380 113380 0 0.0
.bss 111620 111620 0 0.0
.data 1756 1756 0 0.0
.text 727496 728040 544 0.1
window-app BRD4161A (read only) 728488 729032 544 0.1
(read/write) 113700 113700 0 0.0
.bss 111940 111940 0 0.0
.data 1760 1760 0 0.0
.text 728480 729024 544 0.1
esp32 all-clusters-app c3devkit (read only) 831588 831942 354 0.0
(read/write) 1223170 1223218 48 0.0
.dram0.bss 59424 59424 0 0.0
.dram0.data 14092 14092 0 0.0
.flash.rodata 164408 164456 48 0.0
.flash.text 831588 831942 354 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 902623 902935 312 0.0
(read/write) 422480 422528 48 0.0
.dram0.bss 64776 64776 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192368 192416 48 0.0
.flash.text 897239 897551 312 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707304 707652 348 0.0
.bss 77212 77212 0 0.0
.data 1912 1912 0 0.0
.text 622380 622728 348 0.1
lock-app k32w061+debug (read/write) 598736 599084 348 0.1
.bss 67716 67716 0 0.0
.data 1880 1880 0 0.0
.text 523340 523688 348 0.1
shell k32w061+debug (read/write) 664112 664448 336 0.1
.bss 78876 78876 0 0.0
.data 1848 1848 0 0.0
.text 577588 577924 336 0.1
linux all-clusters-app debug (read only) 1745009 1746433 1424 0.1
(read/write) 130440 130440 0 0.0
.bss 60272 60272 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63824 63824 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 560 560 0 0.0
.rodata 137461 137557 96 0.1
.text 1471890 1473218 1328 0.1
bridge-app debug+rpc (read only) 1324829 1326269 1440 0.1
(read/write) 76432 76432 0 0.0
.bss 41520 41520 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 112028 112124 96 0.1
.text 1115397 1116741 1344 0.1
chip-tool debug (read only) 4999941 5001685 1744 0.0
(read/write) 166376 166376 0 0.0
.bss 39848 39848 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118752 118752 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 269386 269482 96 0.0
.text 4419877 4421525 1648 0.0
lighting-app debug+rpc (read only) 1593937 1595361 1424 0.1
(read/write) 109616 109616 0 0.0
.bss 47152 47152 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 129649 129745 96 0.1
.text 1329282 1330610 1328 0.1
ota-provider-app debug (read only) 1272377 1273801 1424 0.1
(read/write) 75048 75048 0 0.0
.bss 44096 44096 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 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 114047 114143 96 0.1
.text 1060738 1062066 1328 0.1
ota-requestor-app debug (read only) 1358113 1359841 1728 0.1
(read/write) 78784 78784 0 0.0
.bss 46560 46560 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 125064 125160 96 0.1
.text 1133074 1134706 1632 0.1
shell debug (read only) 799185 799249 64 0.0
(read/write) 65832 65832 0 0.0
.bss 23336 23336 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 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 78703 78703 0 0.0
.text 616466 616530 64 0.0
tv-app debug (read only) 1876257 1877953 1696 0.1
(read/write) 318392 318392 0 0.0
.bss 249800 249800 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158021 158085 64 0.0
.text 1573106 1574738 1632 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2290040 2290408 368 0.0
.bss 182028 182028 0 0.0
.data 5224 5224 0 0.0
.heap 849192 849192 0 0.0
.text 1252640 1253008 368 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273936 2274304 368 0.0
.bss 172196 172196 0 0.0
.data 5576 5576 0 0.0
.heap 858672 858672 0 0.0
.text 1236536 1236904 368 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2249840 2250144 304 0.0
.bss 171084 171084 0 0.0
.data 5568 5568 0 0.0
.heap 859792 859792 0 0.0
.text 1212440 1212744 304 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) 2050480 2050480 0 0.0
.bss 156272 156272 0 0.0
.data 4968 4968 0 0.0
.heap 875208 875208 0 0.0
.text 1013080 1013080 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865027 865379 352 0.0
bss 110604 110604 0 0.0
rodata 95828 95876 48 0.1
text 582972 583264 292 0.1
nrf52840dk_nrf52840+rpc (read/write) 827395 827747 352 0.0
bss 106960 106960 0 0.0
rodata 87012 87060 48 0.1
text 557140 557432 292 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 790082 790418 336 0.0
bss 111980 111980 0 0.0
rodata 91084 91132 48 0.1
text 512444 512736 292 0.1
lock-app nrf52840dk_nrf52840 (read/write) 840427 840759 332 0.0
bss 109628 109628 0 0.0
rodata 92300 92344 44 0.0
text 563064 563356 292 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 765730 766066 336 0.0
bss 111040 111040 0 0.0
rodata 87604 87652 48 0.1
text 492628 492920 292 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846567 846903 336 0.0
bss 109768 109768 0 0.0
rodata 94008 94056 48 0.1
text 567248 567540 292 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 840127 840463 336 0.0
bss 109664 109664 0 0.0
rodata 92256 92304 48 0.1
text 562684 562976 292 0.1
shell nrf52840dk_nrf52840 (read/write) 778003 778051 48 0.0
bss 109112 109112 0 0.0
rodata 73064 73064 0 0.0
text 521244 521280 36 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693106 48 0.0
bss 110096 110096 0 0.0
rodata 67708 67708 0 0.0
text 441856 441892 36 0.0
p6 all-clusters-app default (read/write) 2302976 2303520 544 0.0
.bss 115008 115008 0 0.0
.data 2528 2528 0 0.0
.heap 915808 915808 0 0.0
.text 1261240 1261784 544 0.0
lock-app default (read/write) 2215944 2216488 544 0.0
.bss 100944 100944 0 0.0
.data 2400 2400 0 0.0
.heap 930000 930000 0 0.0
.text 1174208 1174752 544 0.0
qpg lighting-app qpg6100+debug (read only) 494080 494424 344 0.1
(read/write) 114144 114144 0 0.0
.bss 50256 50256 0 0.0
.data 1008 1008 0 0.0
.text 488760 489104 344 0.1
lock-app qpg6100+debug (read only) 469044 469388 344 0.1
(read/write) 114140 114140 0 0.0
.bss 49200 49200 0 0.0
.data 964 964 0 0.0
.text 463724 464068 344 0.1
persistent-storage-app qpg6100+debug (read only) 105416 105416 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8994 8994 0 0.0
.data 272 272 0 0.0
.text 100096 100096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 768410 768794 384 0.0
bss 79116 79116 0 0.0
noinit 37160 37160 0 0.0
text 533546 533888 342 0.1

-- Send sync report with max interval, after min interval passed, send report immediately if there is any attribute change.
-- Add additionam margin for MRP upon max interval when doing liveness check
@yunhanw-google yunhanw-google force-pushed the feature/fix_report_delivery_timer branch from 26c7ea5 to 05cb801 Compare November 23, 2021 01:38
@github-actions
Copy link

github-actions bot commented Nov 23, 2021

PR #11795: Size comparison from 2e16d32 to 05cb801

Increases (35 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 2e16d32 05cb801 change % change
efr32 lighting-app BRD4161A (read only) 751376 751936 560 0.1
.text 751368 751928 560 0.1
BRD4161A+rpc (read only) 738884 739428 544 0.1
.text 738876 739420 544 0.1
lock-app BRD4161A (read only) 728448 729008 560 0.1
.text 728440 729000 560 0.1
window-app BRD4161A (read only) 731896 732456 560 0.1
.text 731888 732448 560 0.1
esp32 all-clusters-app c3devkit (read only) 833664 834020 356 0.0
(read/write) 1222106 1222154 48 0.0
.flash.rodata 164992 165040 48 0.0
.flash.text 833664 834020 356 0.0
m5stack (read only) 904711 905043 332 0.0
(read/write) 421400 421448 48 0.0
.flash.rodata 192936 192984 48 0.0
.flash.text 899327 899659 332 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707928 708276 348 0.0
.text 622996 623344 348 0.1
lock-app k32w061+debug (read/write) 599368 599716 348 0.1
.text 523956 524304 348 0.1
shell k32w061+debug (read/write) 664744 665080 336 0.1
.text 578204 578540 336 0.1
linux all-clusters-app debug (read only) 1748801 1750193 1392 0.1
.rodata 138549 138613 64 0.0
.text 1473874 1475202 1328 0.1
bridge-app debug+rpc (read only) 1328645 1330101 1456 0.1
.rodata 113116 113212 96 0.1
.text 1117381 1118741 1360 0.1
chip-tool debug (read only) 5875885 5877597 1712 0.0
.rodata 278778 278842 64 0.0
.text 5216741 5218389 1648 0.0
lighting-app debug+rpc (read only) 1597849 1599241 1392 0.1
.rodata 130833 130897 64 0.0
.text 1331266 1332594 1328 0.1
ota-provider-app debug (read only) 1279465 1280873 1408 0.1
.rodata 114903 114999 96 0.1
.text 1065890 1067202 1312 0.1
ota-requestor-app debug (read only) 1375729 1377457 1728 0.1
.rodata 126312 126408 96 0.1
.text 1147954 1149586 1632 0.1
shell debug (read only) 804577 804641 64 0.0
.text 620194 620258 64 0.0
tv-app debug (read only) 1890329 1892073 1744 0.1
.rodata 159389 159485 96 0.1
.text 1584754 1586402 1648 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2290672 2290976 304 0.0
.text 1253272 1253576 304 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2274800 2275168 368 0.0
.text 1237400 1237768 368 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2250632 2251000 368 0.0
.text 1213232 1213600 368 0.0
shell CY8CPROTO_062_4343W+release (read/write) 2050872 2050936 64 0.0
.text 1013472 1013536 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865667 866003 336 0.0
rodata 95980 96028 48 0.1
text 583444 583732 288 0.0
nrf52840dk_nrf52840+rpc (read/write) 828035 828371 336 0.0
rodata 87164 87212 48 0.1
text 557612 557900 288 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 790706 791042 336 0.0
rodata 91236 91284 48 0.1
text 512912 513196 284 0.1
lock-app nrf52840dk_nrf52840 (read/write) 841099 841415 316 0.0
rodata 92452 92496 44 0.0
text 563540 563824 284 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 766386 766722 336 0.0
rodata 87756 87804 48 0.1
text 493096 493384 288 0.1
pump-app nrf52840dk_nrf52840 (read/write) 847207 847543 336 0.0
rodata 94160 94208 48 0.1
text 567720 568008 288 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 840799 841119 320 0.0
rodata 92408 92456 48 0.1
text 563160 563444 284 0.1
shell nrf52840dk_nrf52840 (read/write) 778639 778671 32 0.0
text 521668 521696 28 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693662 693678 16 0.0
text 442276 442304 28 0.0
p6 all-clusters-app default (read/write) 2303656 2304216 560 0.0
.text 1261920 1262480 560 0.0
lock-app default (read/write) 2216840 2217400 560 0.0
.text 1175104 1175664 560 0.0
qpg lighting-app qpg6100+debug (read only) 494680 495024 344 0.1
.text 489360 489704 344 0.1
lock-app qpg6100+debug (read only) 469660 469996 336 0.1
.text 464340 464676 336 0.1
telink lighting-app tlsr9518adk80d (read/write) 769042 769434 392 0.1
text 534004 534348 344 0.1
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 2e16d32 05cb801 change % change
efr32 lighting-app BRD4161A (read only) 751376 751936 560 0.1
(read/write) 119692 119692 0 0.0
.bss 117884 117884 0 0.0
.data 1808 1808 0 0.0
.text 751368 751928 560 0.1
BRD4161A+rpc (read only) 738884 739428 544 0.1
(read/write) 136320 136320 0 0.0
.bss 134388 134388 0 0.0
.data 1932 1932 0 0.0
.text 738876 739420 544 0.1
lock-app BRD4161A (read only) 728448 729008 560 0.1
(read/write) 117476 117476 0 0.0
.bss 115708 115708 0 0.0
.data 1764 1764 0 0.0
.text 728440 729000 560 0.1
window-app BRD4161A (read only) 731896 732456 560 0.1
(read/write) 117836 117836 0 0.0
.bss 116060 116060 0 0.0
.data 1772 1772 0 0.0
.text 731888 732448 560 0.1
esp32 all-clusters-app c3devkit (read only) 833664 834020 356 0.0
(read/write) 1222106 1222154 48 0.0
.dram0.bss 57760 57760 0 0.0
.dram0.data 14100 14100 0 0.0
.flash.rodata 164992 165040 48 0.0
.flash.text 833664 834020 356 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 904711 905043 332 0.0
(read/write) 421400 421448 48 0.0
.dram0.bss 63120 63120 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 192936 192984 48 0.0
.flash.text 899327 899659 332 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707928 708276 348 0.0
.bss 77212 77212 0 0.0
.data 1920 1920 0 0.0
.text 622996 623344 348 0.1
lock-app k32w061+debug (read/write) 599368 599716 348 0.1
.bss 67724 67724 0 0.0
.data 1888 1888 0 0.0
.text 523956 524304 348 0.1
shell k32w061+debug (read/write) 664744 665080 336 0.1
.bss 78884 78884 0 0.0
.data 1856 1856 0 0.0
.text 578204 578540 336 0.1
linux all-clusters-app debug (read only) 1748801 1750193 1392 0.1
(read/write) 128688 128688 0 0.0
.bss 58576 58576 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63760 63760 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 568 568 0 0.0
.rodata 138549 138613 64 0.0
.text 1473874 1475202 1328 0.1
bridge-app debug+rpc (read only) 1328645 1330101 1456 0.1
(read/write) 76760 76760 0 0.0
.bss 41552 41552 0 0.0
.data 1584 1584 0 0.0
.data.rel.ro 28608 28608 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 416 416 0 0.0
.rodata 113116 113212 96 0.1
.text 1117381 1118741 1360 0.1
chip-tool debug (read only) 5875885 5877597 1712 0.0
(read/write) 195936 195936 0 0.0
.bss 39896 39896 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 148192 148192 0 0.0
.dynamic 592 592 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 278778 278842 64 0.0
.text 5216741 5218389 1648 0.0
lighting-app debug+rpc (read only) 1597849 1599241 1392 0.1
(read/write) 109976 109976 0 0.0
.bss 47216 47216 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 56208 56208 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 130833 130897 64 0.0
.text 1331266 1332594 1328 0.1
ota-provider-app debug (read only) 1279465 1280873 1408 0.1
(read/write) 75376 75376 0 0.0
.bss 44128 44128 0 0.0
.data 800 800 0 0.0
.data.rel.ro 25336 25336 0 0.0
.dynamic 592 592 0 0.0
.got 4048 4048 0 0.0
.init 27 27 0 0.0
.init_array 456 456 0 0.0
.rodata 114903 114999 96 0.1
.text 1065890 1067202 1312 0.1
ota-requestor-app debug (read only) 1375729 1377457 1728 0.1
(read/write) 79240 79240 0 0.0
.bss 46592 46592 0 0.0
.data 864 864 0 0.0
.data.rel.ro 26664 26664 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 126312 126408 96 0.1
.text 1147954 1149586 1632 0.1
shell debug (read only) 804577 804641 64 0.0
(read/write) 66160 66160 0 0.0
.bss 23336 23336 0 0.0
.data 274 274 0 0.0
.data.rel.ro 38008 38008 0 0.0
.dynamic 592 592 0 0.0
.got 3560 3560 0 0.0
.init 27 27 0 0.0
.init_array 352 352 0 0.0
.rodata 79279 79279 0 0.0
.text 620194 620258 64 0.0
tv-app debug (read only) 1890329 1892073 1744 0.1
(read/write) 318832 318832 0 0.0
.bss 249848 249848 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 60520 60520 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 159389 159485 96 0.1
.text 1584754 1586402 1648 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2290672 2290976 304 0.0
.bss 180308 180308 0 0.0
.data 5232 5232 0 0.0
.heap 850904 850904 0 0.0
.text 1253272 1253576 304 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2274800 2275168 368 0.0
.bss 172212 172212 0 0.0
.data 5584 5584 0 0.0
.heap 858648 858648 0 0.0
.text 1237400 1237768 368 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250632 2251000 368 0.0
.bss 171092 171092 0 0.0
.data 5576 5576 0 0.0
.heap 859776 859776 0 0.0
.text 1213232 1213600 368 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) 2050872 2050936 64 0.0
.bss 156280 156280 0 0.0
.data 4976 4976 0 0.0
.heap 875192 875192 0 0.0
.text 1013472 1013536 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865667 866003 336 0.0
bss 110616 110616 0 0.0
rodata 95980 96028 48 0.1
text 583444 583732 288 0.0
nrf52840dk_nrf52840+rpc (read/write) 828035 828371 336 0.0
bss 106972 106972 0 0.0
rodata 87164 87212 48 0.1
text 557612 557900 288 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 790706 791042 336 0.0
bss 111992 111992 0 0.0
rodata 91236 91284 48 0.1
text 512912 513196 284 0.1
lock-app nrf52840dk_nrf52840 (read/write) 841099 841415 316 0.0
bss 109640 109640 0 0.0
rodata 92452 92496 44 0.0
text 563540 563824 284 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 766386 766722 336 0.0
bss 111052 111052 0 0.0
rodata 87756 87804 48 0.1
text 493096 493384 288 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 847207 847543 336 0.0
bss 109780 109780 0 0.0
rodata 94160 94208 48 0.1
text 567720 568008 288 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 840799 841119 320 0.0
bss 109676 109676 0 0.0
rodata 92408 92456 48 0.1
text 563160 563444 284 0.1
shell nrf52840dk_nrf52840 (read/write) 778639 778671 32 0.0
bss 109160 109160 0 0.0
rodata 73196 73196 0 0.0
text 521668 521696 28 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693662 693678 16 0.0
bss 110144 110144 0 0.0
rodata 67840 67840 0 0.0
text 442276 442304 28 0.0
p6 all-clusters-app default (read/write) 2303656 2304216 560 0.0
.bss 113296 113296 0 0.0
.data 2536 2536 0 0.0
.heap 917512 917512 0 0.0
.text 1261920 1262480 560 0.0
lock-app default (read/write) 2216840 2217400 560 0.0
.bss 100952 100952 0 0.0
.data 2408 2408 0 0.0
.heap 929984 929984 0 0.0
.text 1175104 1175664 560 0.0
qpg lighting-app qpg6100+debug (read only) 494680 495024 344 0.1
(read/write) 114144 114144 0 0.0
.bss 50264 50264 0 0.0
.data 1016 1016 0 0.0
.text 489360 489704 344 0.1
lock-app qpg6100+debug (read only) 469660 469996 336 0.1
(read/write) 114140 114140 0 0.0
.bss 49200 49200 0 0.0
.data 972 972 0 0.0
.text 464340 464676 336 0.1
persistent-storage-app qpg6100+debug (read only) 105408 105408 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8986 8986 0 0.0
.data 272 272 0 0.0
.text 100088 100088 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 769042 769434 392 0.1
bss 79136 79136 0 0.0
noinit 37160 37160 0 0.0
text 534004 534348 344 0.1

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.

For IM report, don't spam more frequently than min interval, but if min interval passed send immediately
7 participants