On May 31, 2010, at 3:17 28PM, Alexandre Bergel wrote:

> Hi!
> 
> Between two latexing session, I did a 3 hours long coding session. I produced 
> Manuia, a real-time memory monitor. I attached a screenshot to this email. 
> You can try it by:
> 
> Gofer new
>       squeaksource: 'MetacelloRepository'; 
>       package: 'ConfigurationOfSpy';
>       load.
> (Smalltalk at: #ConfigurationOfSpy) perform: #loadDefault
> 
> 
> If you use a Pharo 1.1 then world menu/tools/Manuia Memory Monitor . Else, 
> evaluate "ManuiaMonitor new open"
> Green curve is about the memory consumption: when it goes up, when you 
> consuming memory. Vertical bars indicate that at least 10 incremental garbage 
> collect was realized.
> 
> There is a probe class button. Click on it, enter the name of a class, then 
> you can see the evolution of the number of instances.
> 
> It is just a small experiment I did. I haven't got the time to intensively 
> use it. Feedbacks are very welcome. 
> 
> Cheers,
> Alexandre
> -- 

Works just fine not loading the entire Spy/Mondrian packages as well...

Personally I'd really like to see something like this, combined with some of 
the textual data from Debug -> VM Statistics + Space left as a core tool. :)

Cheers,
Henry 


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to