You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU:
43% of his project is a design-time build from the legacy project system on the UI thread, of which almost all of it spent in evaluation comparing paths. He says he’s moved over to new project system, but looks like there’s still projects using the old one. I don’t see a lot of disk searching, so I’m not sure why we’re spending lots of time here.
25% is https://github.com/dotnet/corefx/issues/22771 (I filed #2411 for MSBuild change)
10% is #2392
10% is GC time (which resulted in about 7 seconds of UI delays)
4% is https://github.com/dotnet/corefx/issues/21105 (probably because events are turned on)
2% is throwing exceptions (!) – can’t see any stacks to get anything useful here – maybe #2217?
Memory:
80.4% (8.5 GB) #2348 (this is minus below)
16% (2GB) #2284 (Fixed)
6% (700 MB) #2378 (Fixed)
@AndyGerlicher I think this can be resolved - this looks to be caused mainly by the underlying cause of #2326 and I've filed/pointed to bugs for the rest.
Based on developer community feedback:
https://developercommunity.visualstudio.com/content/problem/80371/visual-studio-becomes-unresponsive-for-a-few-minut.html
This customer reported issue is showing some extreme build behavior https://devdiv.visualstudio.com/DevDiv/_workitems/edit/464792
Here we can see his profile shows 9GB of allocations for normalizing paths during the build (profile is available in the developer community comments)
1, System.Func
2)1, System.Func
2)The user simply added a nuget reference to a project and VS got stuck for over 5 minutes.
The profile is entirely in the in-proc build system.
The text was updated successfully, but these errors were encountered: