Alexandre: Is there a way (or will be in a future) a way to script and customize it ?
Suppose I want to trace several things, not only the amount of memory used. I would love to be able to define my own curves and have several at the same time. Maybe what I need is just that graph but totally customized for me. Any hints? Thanks in advance, Mariano On Mon, May 31, 2010 at 3:50 PM, Mariano Martinez Peck < [email protected]> wrote: > Hi Alexandre. This is very interesting for me. > > I just test it a little. I am quite intrigued to know if the attached > screenshots are normal. > > I just did nothing. I mean NOTHING in the image, while Manuia was running. > I just left the mouse and keyboard doing nothing. > > First was picture 11 and then 13. > > Another question: what is the red curve in your screenshot? I don't have > it. > > Thanks > > Mariano > > 2010/5/31 Alexandre Bergel <[email protected]> > >> 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 >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
