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

Add a way to read a concrete attribute path from AttributePathIB::Parser #25293

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

bzbarsky-apple
Copy link
Contributor

Fixes #14934

@github-actions
Copy link

PR #25293: Size comparison from 7775bec to 5b82985

Increases (1 build for cc32xx)
platform target config section 7775bec 5b82985 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 930133 930145 12 0.0
.debug_aranges 87304 87312 8 0.0
.debug_frame 299872 299900 28 0.0
.debug_ranges 281792 281800 8 0.0
.debug_str 3023459 3023613 154 0.0
.strtab 377825 377932 107 0.0
.symtab 256256 256288 32 0.0
Decreases (4 builds for cc32xx, mbed, qpg)
platform target config section 7775bec 5b82985 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 642681 642609 -72 -0.0
.debug_info 20257010 20256849 -161 -0.0
.debug_line 2656183 2655965 -218 -0.0
.debug_loc 2797535 2797385 -150 -0.0
.text 534788 534716 -72 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2467168 2467040 -128 -0.0
.text 1429812 1429684 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1151340 1151268 -72 -0.0
.text 598436 598364 -72 -0.0
lock-app qpg6105+debug (read/write) 1118540 1118476 -64 -0.0
.text 565640 565576 -64 -0.0
Full report (4 builds for cc32xx, mbed, qpg)
platform target config section 7775bec 5b82985 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 642681 642609 -72 -0.0
(read/write) 203672 203672 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197072 197072 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 930133 930145 12 0.0
.debug_aranges 87304 87312 8 0.0
.debug_frame 299872 299900 28 0.0
.debug_info 20257010 20256849 -161 -0.0
.debug_line 2656183 2655965 -218 -0.0
.debug_loc 2797535 2797385 -150 -0.0
.debug_ranges 281792 281800 8 0.0
.debug_str 3023459 3023613 154 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105769 105769 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 377825 377932 107 0.0
.symtab 256256 256288 32 0.0
.text 534788 534716 -72 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2467168 2467040 -128 -0.0
.bss 215788 215788 0 0.0
.data 5880 5880 0 0.0
.text 1429812 1429684 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1151340 1151268 -72 -0.0
.bss 99804 99804 0 0.0
.data 852 852 0 0.0
.text 598436 598364 -72 -0.0
lock-app qpg6105+debug (read/write) 1118540 1118476 -64 -0.0
.bss 96292 96292 0 0.0
.data 864 864 0 0.0
.text 565640 565576 -64 -0.0

Copy link
Contributor

@yunhanw-google yunhanw-google left a comment

Choose a reason for hiding this comment

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

thanks

@andy31415 andy31415 merged commit 2bfd573 into project-chip:master Feb 28, 2023
@bzbarsky-apple bzbarsky-apple deleted the attribute-path-read branch February 28, 2023 15:59
shchen-Lab added a commit to bouffalolab/connectedhomeip-1 that referenced this pull request Mar 1, 2023
…p-1 into bl702l_matter

* 'bl702l_matter' of github.com:bouffalolab/connectedhomeip-1: (446 commits)
  [Python] Add Python commissioning flow (project-chip#25119)
  Add to flake8 in workflow and fix python files (project-chip#25280)
  Align Time Format Localization cluster XML to spec changes. (project-chip#25289)
  Use the PathsFinder module in scripts/tests/run_test_suite.py instead of having duplicated code (project-chip#25368)
  Add a continuous browse for Matter operational advertisements on Darwin. (project-chip#25317)
  Chef doorlock sample update (project-chip#24118)
  Fix implementation of OnChipScanComplete and OnScanComplete - second PR (project-chip#24873)
  Add to flake8 in workflow and fix python files (project-chip#25279)
  Make PASE setup a bit more robust if multiple clients race. (project-chip#25352)
  Add dependent lib kotlin-stdlib for kotlin version of java-matter-controller (project-chip#25358)
  [python tests] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25312)
  Add to flake8 in workflow and fix python files (project-chip#25283)
  Add a way to read a concrete attribute path from AttributePathIB::Parser. (project-chip#25293)
  Make sure various tests in TestReadInteraction are not no-ops. (project-chip#25298)
  [Android] Add isUrgent option in Android (project-chip#25301)
  [NXP] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25305)
  [placeholder] Allow applications can specify which additional sources to build (project-chip#25346)
  Set thread sleep and yield backends for rpc (project-chip#25350)
  [config-data] Remove some enums that just don't generate anything (project-chip#25370)
  [Tizen] CI workflow for running QEMU-based tests (project-chip#24871)
  ...
shchen-Lab added a commit to bouffalolab/connectedhomeip-1 that referenced this pull request Mar 1, 2023
* official/master: (449 commits)
  tv-casting-app: Updating the context we pass to FindOrEstablishSession
  Changing caching logic to match video players using hostname before other attributes
  Enable -Wconversion tree-wide on darwin. (project-chip#25376)
  [Python] Add Python commissioning flow (project-chip#25119)
  Add to flake8 in workflow and fix python files (project-chip#25280)
  Align Time Format Localization cluster XML to spec changes. (project-chip#25289)
  Use the PathsFinder module in scripts/tests/run_test_suite.py instead of having duplicated code (project-chip#25368)
  Add a continuous browse for Matter operational advertisements on Darwin. (project-chip#25317)
  Chef doorlock sample update (project-chip#24118)
  Fix implementation of OnChipScanComplete and OnScanComplete - second PR (project-chip#24873)
  Add to flake8 in workflow and fix python files (project-chip#25279)
  Make PASE setup a bit more robust if multiple clients race. (project-chip#25352)
  Add dependent lib kotlin-stdlib for kotlin version of java-matter-controller (project-chip#25358)
  [python tests] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25312)
  Add to flake8 in workflow and fix python files (project-chip#25283)
  Add a way to read a concrete attribute path from AttributePathIB::Parser. (project-chip#25293)
  Make sure various tests in TestReadInteraction are not no-ops. (project-chip#25298)
  [Android] Add isUrgent option in Android (project-chip#25301)
  [NXP] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25305)
  [placeholder] Allow applications can specify which additional sources to build (project-chip#25346)
  ...
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
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.

Add a function to AttributePathIB::Parser to get the whole ConcreteDataAttributePath.
3 participants