Posts
Sort by recent activity
What does "Suggest methods to optimize" do?
The Tools menu has a checked menu item "Suggest methods to optimize" that I am curious about. When I search the online docs, I don't get any hits except those in the forums. Where should I go for a...
How to break the reference chain?
In following the advice in the What to look for in the reference graph article about breaking the references that prevent garbage collection, how does one remove a reference? My first answer would ...
Was Dispose was called for the selected object?
I am a new user comparing snapshots and looking at the Object Retention Graph for the object I am interested in. The graph just shows the object and the "No GC roots in current view" message. Unhid...
Profiling Debug vs. Release builds
Does profiling a Debug vs. Release build affect memory profiling results?