Is there a way to know what objects eat my memory?
For example, for a given point in my code, I'd like to know how many strings are alive and how much memory they use.
Is there a tool or API for this?
Sure, good'ol windbg does that.
The CLR profiler does exactly this. It's a great tool.
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
79 times
active