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
Purple nodes ares nodes that have the same class of the selected method.
This is inti profiler in pharo, this allows your to compare 2 (or more) instances of MessageTally,
and see the difference of this tallies.
You can get this program executing the next piece of code:
Gofer new smalltalkhubUser: 'azazael'
project: 'inti';
package: 'ConfigurationOfInti';
load.
(Smalltalk at: #ConfigurationOfInti) load.
Best regards,
Milton