Is there a message profiler in Squeak?

Bert Freudenberg bert at freudenbergs.de
Wed Oct 3 10:02:43 UTC 2007


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