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

grcov --threads parameter is not passed to sub commands #1116

Open
vanhauser-thc opened this issue Sep 21, 2023 · 1 comment
Open

grcov --threads parameter is not passed to sub commands #1116

vanhauser-thc opened this issue Sep 21, 2023 · 1 comment
Labels

Comments

@vanhauser-thc
Copy link

Problem:
grcov executes llvm-profdata and llvm-report if profdata is present, but does not pass on the number of threads to be used. Especially for profdata this slows down llvm-profdata a lot (I have a 50% speed increase from 60 minutes to 90 minutes because of that).

@marco-c
Copy link
Collaborator

marco-c commented Sep 26, 2023

Thanks for reporting, I'd gladly accept a PR for fixing this (https://github.com/mozilla/grcov/blob/master/src/llvm_tools.rs is the file to touch to fix it).

@marco-c marco-c added the perf label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants