Skip to content

Add a flag to analysis-stats to trigger syntax highlighting and inlay hints on all files #15131

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

Closed
Veykril opened this issue Jun 25, 2023 · 0 comments · Fixed by #15204
Closed
Labels
A-perf performance issues C-feature Category: feature request

Comments

@Veykril
Copy link
Member

Veykril commented Jun 25, 2023

These two IDE features kick off a lot of IDE level hir things, so I feel like we could get a better grasp of memory usage on projects with these being run. I'm not proposing to run this on CI as that will blow up metric time a lot, but it might make for a nice tool to check just how expensive we are on memory when someone has been workin on their project for a longer time, as most memory usage complains come from people that haven't ended their editor session in a long time (and r-a currently doesn't free any up to date caching results).

@Veykril Veykril added A-perf performance issues C-feature Category: feature request labels Jun 25, 2023
@bors bors closed this as completed in 6d616a4 Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-perf performance issues C-feature Category: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant