> On 07 Feb 2015, at 10:19, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > Hi, > > a fairly long report on the image and memory hogs is : > > SmalltalkImage current reportCPUandRAM
Cool. I didn't know that one. Thanks. > Writes files in the image folder containing all the information. Takes a > while to run. > > Thierry > > 2015-02-07 9:53 GMT+01:00 Stephan Eggermont <step...@stack.nl>: > You might want to inspect this to see if this gets you something interesting. > > (Object allSubclasses collect: [ :aClass | > aClass -> aClass allInstances size]) > sort: [ :a :b | a value > b value ] > > It takes some time to run, especially in a larger image. > > Stephan > > >