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

[cbuild setup] monitor performance of the command for different scenarios on all host platforms #237

Open
jkrech opened this issue Jun 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jkrech
Copy link
Member

jkrech commented Jun 16, 2024

The cbuild setup command is the central command of IDEs to the CMSIS-Toolbox backend tools. Any delay of the completion of the command is likely to reduce the responsiveness of the IDE waiting for the outcome captured in *.cbuild-idx.yml

Reasons for potential slow down:

  • installing many potentially large packs
  • processing a solution with many target- and build-types
  • processing projects with many components and files
  • cmake generating compile-commands.json files takes long

a) create multiple tests with different profiles for all hosts
b) capture duration of execution and record the trend in a spreadsheet

@jkrech jkrech added the enhancement New feature or request label Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants