|
Re: Growing image: msg#00174lang.smalltalk.squeak.beginners
Hi Norbert, the tool is Smalltalk, just inspect (((Smalltalk allClasses collect: [:each | each name -> each instanceCount ]) reject: [:each | each value = 0]) asSortedCollection: [:a :b | b value < a value]) asArray This gives # of objects per class, in a nice GUI :-) /Klaus P.S. expect it to run minutes in a large image! On Wed, 29 Nov 2006 01:02:44 +0100, Norbert Hartl wrote: Hi,
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Growing image, Ramon Leon |
|---|---|
| Next by Date: | Re: Growing image, David T. Lewis |
| Previous by Thread: | RE: Growing image, Ramon Leon |
| Next by Thread: | Re: Re: Growing image, Norbert Hartl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |