Nice milton :)
Nice to see it in Pharo :)

Milton do you use it regularly to optimise your own code?
Else pay attention that light grey is a pain to read on screen. So to me this is the first
thing that would get in my way to use: reading text is key.
Keep your great work.
Stef
Hi all,

I would like to show you the Inti, Inti is a cool visualization to compare and handle instances of MessageTally.

This is just a demo, nothing in this mail is final.

This image shows the Inti program in GTInspector

Im��genes
            integradas 1

The color mapping is explainning in��http://www.humane-assessment.com/blog/?_k=W1xeAy75PKaNEd2G

Im��genes
              integradas 2

Purple nodes ares nodes that have the same class of the selected method.

Im��genes
              integradas 3

This is inti profiler in pharo, this allows your to compare 2 (or more) instances of MessageTally,
and see the difference of this tallies.

Im��genes
              integradas 4

You can get this program executing the next piece of code:

Gofer new smalltalkhubUser: 'azazael'
        project: 'inti';
        package: 'ConfigurationOfInti';
        load.
	(Smalltalk at: #ConfigurationOfInti) load.

http://objectprofile.com/Inti.html

Best regards,
Milton