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

Applying fixits should use paralellism #4313

Open
HoBoIs opened this issue Aug 14, 2024 · 0 comments
Open

Applying fixits should use paralellism #4313

HoBoIs opened this issue Aug 14, 2024 · 0 comments
Labels
analyzer 📈 Related to the analyze commands (analysis driver) CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands enhancement 🌟

Comments

@HoBoIs
Copy link

HoBoIs commented Aug 14, 2024

When I apply fixits on a large project it takes a long time. I have noticed that it only uses one core at a time.

I believe it would be great if when running CodeChecker fixit --apply it could use multiple threads for separate translation units.

With this we would gain significant speed during applying the fixits.

@whisperity whisperity added enhancement 🌟 CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands analyzer 📈 Related to the analyze commands (analysis driver) labels Aug 14, 2024
@whisperity whisperity changed the title Applying fixits should use paralelism Applying fixits should use paralellism Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands enhancement 🌟
Projects
None yet
Development

No branches or pull requests

2 participants