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

Support browsing reports while analysis is running #143

Open
Seneral opened this issue Mar 5, 2024 · 2 comments
Open

Support browsing reports while analysis is running #143

Seneral opened this issue Mar 5, 2024 · 2 comments

Comments

@Seneral
Copy link

Seneral commented Mar 5, 2024

Some files in my project take very long to analyse with just clang-tidy (nearly 2 hours for just some 1200 lines of heavy Eigen Linear Algebra), which means they may end up blocking me from working on the reports for another hour or more after the other files are done. In fact, I am currently waiting for two files to finish, 1.5hours after the last ones finished.
Would it be possible to browse reports that already exist in the file system even if a analysis is running? Especially of files which aren't even analysed at the moment (can't browse reports of any file when I am just analysing one).
For future runs I'll just exclude those files (or analyse file-by-file), but when first starting to use codechecker this hinders efficiency quite a lot.
Thank you for your work on this!

@Discookie
Copy link
Collaborator

Sadly this is currently impossible due to how CodeChecker stores analysis results. We're planning to rework how these results are stored, but I'm not sure if this feature was considered before.
I created an issue on the CodeChecker repo for it as well: Ericsson/codechecker#4184

@Seneral
Copy link
Author

Seneral commented Mar 6, 2024

That makes sense, glad you're considering it, if it works out it'd be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants