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

Test Window is causing lots of UI delays due to excessive GCs #2445

Closed
davkean opened this issue Jun 15, 2017 · 2 comments
Closed

Test Window is causing lots of UI delays due to excessive GCs #2445

davkean opened this issue Jun 15, 2017 · 2 comments
Assignees
Labels
Area-External Owned by another feature area and not this repo. Likely be closed in lieu of issue against it. Tenet-Performance This issue affects the "Performance" tenet.
Milestone

Comments

@davkean
Copy link
Member

davkean commented Jun 15, 2017

Split from: #2297.

In my UI delays in the new project system, I'm seeing that the majority are caused by GCs - typically in code behind IVsProject.IsDocumentInProject.

  • Why is the Test Window searching the entire tree on the UI thread?
  • Is IsDocumentInProject supposed to search the dependency node?
@davkean
Copy link
Member Author

davkean commented Jun 29, 2017

Note, there is a fix in the Test Window to fix this.

@davkean
Copy link
Member Author

davkean commented Jun 29, 2017

@davkean davkean closed this as completed Jun 29, 2017
@davkean davkean added Area-External Owned by another feature area and not this repo. Likely be closed in lieu of issue against it. Tenet-Performance This issue affects the "Performance" tenet. labels Jun 29, 2017
@drewnoakes drewnoakes removed the Bug label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-External Owned by another feature area and not this repo. Likely be closed in lieu of issue against it. Tenet-Performance This issue affects the "Performance" tenet.
Projects
None yet
Development

No branches or pull requests

2 participants