Re: [Pharo-users] Capturing messages

2013-09-24 Thread Alejandro Pulver
tructure of those message sequences (like word analysis in natural language processing). On Tue, Sep 24, 2013 at 4:59 AM, Marcus Denker wrote: > > On Sep 24, 2013, at 9:41 AM, Alejandro Pulver wrote: > > > I see. But what about sampling? It shouldn't slow down the program >

Re: [Pharo-users] Capturing messages

2013-09-24 Thread Alejandro Pulver
run (like a test or block) would be enough for our needs. On Tue, Sep 24, 2013 at 4:19 AM, Marcus Denker wrote: > > On Sep 24, 2013, at 9:09 AM, Alejandro Pulver wrote: > > > Thanks for the reply, but the links mentioned in the forum are down. > Also, I would a solution that work

Re: [Pharo-users] Capturing messages

2013-09-24 Thread Alejandro Pulver
rding to a discussion I found recently). Do you know a reason why the profiler of changing perform won't work? On Mon, Sep 23, 2013 at 3:11 PM, Paul DeBruicker wrote: > Maybe you should use MethodWrappers. > > > http://forum.world.st/MethodWrappers-td3829576.html > > >

[Pharo-users] Capturing messages

2013-09-23 Thread Alejandro Pulver
Hello, I would like to intercept all messages sent in the system, as part of a small project to investigate if the information can be used in useful ways (autocompletion, object compatibility detection, etc). It will also involve filtering, aggregating and enabling/disabling it for space and time