Is there a message profiler in Squeak?

Robert Withers reefedjib at yahoo.com
Wed Oct 3 17:16:35 UTC 2007


Sure.  I am running on a Mac with vm: 'Squeak 3.8.18beta1U.app'.   I  
am running an image started from Squeak3.10alpha.7081.image or so.  I  
am not sure of the exact update number since I don't have that root  
image around anymore.  I have loaded everything specified for SSH (2  
bug fixes, telnet, Crypto, SSL, SSH).  I then ran this code, with  
appropriate values inserted for user and host:

MessageTally tallySends: [SSH runBy: user to: host port: 22].

It ran for a bit then crashed.

Rob

On Oct 3, 2007, at 9:59 AM, Travis Kay wrote:

> Can you share what you executed that crashed your image?
> Which image and vm versions?
>
> Travis
>
> Robert Withers wrote:
>> As promising as this was, it killed my image.  I don't know why.   
>> Luckily, all changes are saved!  I love Smalltalk!
>>
>> Rob
>>
>> On Oct 3, 2007, at 3:02 AM, Bert Freudenberg wrote:
>>
>>> On Oct 3, 2007, at 3:19 , Lukas Renggli wrote:
>>>
>>>>> I am looking for a class that displays the call tree of an  
>>>>> executed
>>>>> block of code.
>>>>
>>>>     MessageTally spyOn: [ 1000 factorial ]
>>>
>>> That is only a sampling time profiler. A call tree you get by doing
>>>
>>>     MessageTally tallySends: [42.0 printString]
>>>
>>> - Bert -
>>>
>>>
>>>
>>
>>
>
>




More information about the Squeak-dev mailing list