January 22, 2008
Is there an easy way to print how many objects are allocated for each class?

I know I can count and do it myself, just wonder if there's any built-in facility.

Thanks.
January 22, 2008
newbie wrote:
> Is there an easy way to print how many objects are allocated for each class?
> 
> I know I can count and do it myself, just wonder if there's any built-in facility.

There isn't any built-in facility to do this.


Sean