Adriaan van Os wrote:
I measure the execution time by counting seconds in my head between the prints to the console.
By the way, you can also use 'TickCount' (which returns a count in 1/60 seconds) or 'Microseconds'. Both are in the ported GPCPInterfaces (available from my website). They require linking with the 'Carbon framework'.
Or just run `time myprogram myarguments' on the command-line (if `time' exists on Mac OS X, but I guess it does).
Frank