On Fri, Mar 11, 2011 at 2:05 PM, Alexandre Bergel <[email protected]>wrote:
> Look on the class side of the class KaiProfiler. > Any of these, answers me an empty profiler: KaiProfiler viewProfiling: [ 1 to: 999 do: [: each | Transcript show: 'aaaa'] ] KaiProfiler viewProfiling: [ 1 to: 999 do: [: each | Transcript show: 'aaaa'] ] inClassCategory: 'classCategory' :( > In any case, I am now working on a very cool new profiler. It takes a bit > of time to pull it out but it will come. Maybe for esug. > > Alexandre > > > > Le 11 mars 2011 à 08:27, Mariano Martinez Peck <[email protected]> a > écrit : > > > > On Fri, Mar 11, 2011 at 11:53 AM, Alexandre Bergel <<[email protected]> > [email protected]> wrote: > >> Arg. There is no such a problem on the Hudson server: >> <http://hudson.moosetechnology.org/>http://hudson.moosetechnology.org/ >> >> I tried yesterday, and it works. I will have a look at it on Sunday. >> >> > Thanks. Then it seems I don't know how to use it. > I want to do a simple > TimeProfileBrowser spyOn: [Transcript show: 'zaraza'] > > with your cool profiler. It seems I cannot do it neither using the UI or > script. > > Any help is appreciated. > > > > Alexandre >> >> >> >> Le 11 mars 2011 à 07:20, Mariano Martinez Peck < <[email protected]> >> [email protected]> a écrit : >> >> > ConfigurationOfSpy load gives me 'No version found for ''default'' of >> ConfigurationOfMemoryMonitor' >> > >> > I tried both, from Spy and MetacelloRepository. >> > >> > thanks >> > >> > mariano >> > >> >> >
