The WorldMenu>System>Memory Monitor toot that was there in 1.3 Shows the memory usage of the VM, and allows to track a specific class in terms of instance count for example. Also has a gc button. It provides a feel of what goes on in the system in terms of memory. I kind of like it and missed it from 1.4 Phil 2013/2/24 stephane ducasse <stephane.ducasse@free.fr>:
what is Manuia Memory Monitor?
Stef On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>