How do I determine the "space" an object consumes?

  • Thread starter Thread starter Tom L
  • Start date Start date
T

Tom L

Like the subject says, how do I figure out how much memory an object takes..

If I create an employees collection, which is a collection of employee
objects, and I load up a handful of records, I want to know if it consumes,
say, 20k, or 100k or whatever of memory/resources.

Thanks..
 
Back
Top