Profile with fork

Bert Freudenberg bert at freudenbergs.de
Thu Mar 1 09:14:00 UTC 2007


Actually, that method was removed in 3.9 so you should not simply add  
it back. Rather, change the sending side.

- Bert -


On Feb 28, 2007, at 13:14 , Frederic Pluquet wrote:

> Hello,
>
> Thank you for your answer. But it doesn't work directly. I need to  
> define the method SystemDictionary>>getVMParameters as :
>
> getVMParameters
>     ^SmalltalkImage current getVMParameters
>
> Now, it works :-)
>
> Thank you !
>
> Fréd
>
>
> 2007/2/27, Bert Freudenberg <bert at freudenbergs.de>:
> On Feb 27, 2007, at 16:41 , Frédéric Pluquet wrote:
>
> > Hello,
> >
> > I want profile my work to find how reduce the execution time.
> >
> > In my framework I do a lot of fork, creating processes. When I
> > profile, via MessageTally spyOn: [], only the "active" process (the
> > father) is profiled and I don't have any information on the
> > subprocesses :-(
> >
> > Is there a simple way to resolve my problem ? Must I use an another
> > tool ?
>
> In Tweak there is a version that tallies all processes:
>
>         MessageTally spyOnScript: [...]
>
> The block you spy on could simply contain a Delay. I attached the
> relevant methods.
>
> - Bert -
>





More information about the Squeak-dev mailing list