slow FreeCell (was: Re: Morphic slow in 2.8 (was: Forecast))

Raab, Andreas Andreas.Raab at disney.com
Fri Oct 6 18:05:20 UTC 2000


David,

Let's see if we can get closer. Here's another thing to try:

BalloonEngine resetStats.
BalloonEngine doProfileStats: true.
	Display deferUpdates: true.
	1 to: 100 do:[:i| 
		(BalloonCanvas on: Display) 
			drawRectangle: Display boundingBox 
			color: Color red 
			borderWidth: 0 
			borderColor: nil].
	Display deferUpdates: false.
BalloonEngine printStats.

This will print information (to the Transcript) about the internal time
spent in interesting areas of the engine. Could you try this on both
versions?!

Thanks,

  - Andreas





More information about the Squeak-dev mailing list