Visual studio memory profiling snapshot - visual-studio-2010

I am trying to use the memory profiler in VS 2010 Premium. Does it have the ability to take a snapshot of what is actually holding a reference to the objects rather than just where the objects are allocated?
thanks,
Stuart

Related

Visual Studio 2022 increased memory usage over time

I'm using Visual Studio 2022 Community on a Mac for Unity development and over time VS's memory usage increases (2GB+) so I periodically shut it down and restart it. Closing all tabs doesn't seem to make any noticeable difference. Is there any way to prevent this from happening?
I need to have multiple instances of VS running which ends up eating into a substantial amount of available memory. I did update from VS 2019 in the hope this would resolve the issue but the problem remains.

How to speed up VS.NET 2015 solution loading and pasting into ASPX source view?

I just installed Microsoft Visual Studio Community 2015 Version 14.0.23107.0 D14REL hoping for a performance improvement over 2013. When I load a very large ASP.NET web forms solution, I have to wait over 30 seconds. After it is loaded, when I try to paste text into the source view of an ASPX page, I am intermittantly enduring a 15+ second wait. A popup tells me that VS.NET is busy performing background tasks.
I'm running Windows 7 Pro SP1 x64 on a recently purchased Dell Precision workstation with 16GB RAM and an Intel Xeon E3-1240 v3 # 3.40GHz. My C: drive is on a SamSung SSD. Here is what I would like to know:
What can I do to make VS.NET 2015 perform faster?
I found that VS.NET was I/O bound because when I disabled Microsoft Security Essentials entirely the performance was acceptable. There is an option in MS Security to exclude certain processes from security scans. After I added ~/Program Files(x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe to MS Security Essentials' list of excluded processes, it ran acceptably fast.
If you are using ReSharper then turning it off makes performance considerably faster. Similarly Node.js Tools for Visual Studio can slow down your IDE.

Will running 3 versions of Visual studio on the same machine cause too much memory consumption?

My system currently has Visual Studio 2008 Professional Edition, Visual Studio 2010 Ultimate Edition installed. I'm thinking of installing Visual Studio 2013 Professional Edition. I referred to this link which seemed to be a duplicate of my question. But there is no discussion there about memory consumptions.
My question is will running 3 versions of VS on the same machine cause too much of memory consumption? I'm having 8 GB of RAM and an i5 processor.
I just want to be sure before I install. Any suggestions or answers will be welcome.
Thank you. :)
You can have as many versions installed as you want without impact (other than disk space). On my previous machine (i5 proc and 8 gigs of RAM) I had VS2005, VS2008, VS2010 and VS2012 and I didn't notice an increase in memory consumption of individual instances.
Of course, if you run multiple instances at the same time memory consumption will rise, but that is still true if you run multiple instances of the same version of Visual studio. I regularly run two or three instances with fairly complicated solutions (20-50 projects) at the same time on 8 gigs of ram without slowdowns or issues.

Is Visual Studio express less resource intensive than Visual Studio Pro?

I have VS 2010 at work, but at home I was thinking of just installing the express version since it might be less resource intensive?
Yes, it is much less resource intensive.
It also has many less features.
I suggest reading What is “missing” in the Visual Studio 2008 Express Editions? before making a decision.

difference between visual studio 2008 and visual studio 2010

I want to know what is the main difference between vs2008 and vs2010..
means I want to know what is the new functionality added in vs2010.
Well, there's always Microsoft's page about the new features of VS 2010. But you can get a more distilled user perspective describing new features that specific developers really like. There are a number of blog posts about it as well.
If you plan to code a lot with threads, definitely go with 2010. It has great advancements on the profiler and debugger. The profiler especially it's awesome.

Resources