June 7, 2013
2:03 p.m.
On Jun 7, 2013, at 3:45 PM, Paul DeBruicker <pdebruic@gmail.com> wrote:
For the attached profile I downloaded a new pharo 20606 image and ran the search for senders of #ifTrue: twice. It shows that it took 17 seconds on Ubuntu 13.04 64bit. How long does it take on your machine?
[SystemNavigation new browseMessageList: (SystemNavigation new allCallsOn: #ifTrue:) name: 'Senders or Users of ', #ifTrue: autoSelect: #ifTrue: ] timeToRun ->> 743 0.7 seconds. out of that, [SystemNavigation new allCallsOn: #ifTrue: ] timeToRun takes ca. 0.11 seconds.