Does anyone know of a way to find out how much memory an instance of an object is taking?
For example, if I have an instance of the following object:
I have good experiences with MemProfiler. It gives you stack traces of when the object was created and all the graphs of why the object is still not garbage collected.