How do you interpret MessageTally>>tallySends?

Lex Spoon lex at cc.gatech.edu
Thu Mar 2 13:02:15 UTC 2000


"David Pennell" <dpennell at quallaby.com> wrote:
> How do you interpret MessageTally>>tallySends?
> 
> I need to speed up some code, is this the best place to start looking?
> 

Oh yes.  It's so easy to profile in Squeak, there is no good reason to
hack a performance change before you've bothered to run the profiler on
your code:

	MessageTally spyOn: [ myCode doStuff ]


Lex





More information about the Squeak-dev mailing list