Hi Cèdric,
 
I think the MessageTally is what you are searching for.
With MessageTally spyOn: [Block] you get some information about the execution.
On top of the result-window you find the execution time.
 
Hope this helps!
 
Cheers
  Frank
 
 
Original Message     
   processed by David InfoCenter 
Subject: 
[Newbies] How to profile a bunch of code (08-Mai-2006 14:20)
From:    
To:      
 
Hi

Is it possible to compare methods time execution...

I know the possiblity to use
Time millisecondsToRun: aBlock
but it's not really useful...
I've seen a profiler but not really sure...

My aim is just to compare for instance the access to an existing dictionary, or creating it with several methods...

If you have any hints
Thanks...

ps: what is a "reasonnable" execution time ?