unsigned long clicks = clock() - g_timer; NSLog(@"It took me %ld clicks (%f msec).\n",clicks,1000*((float)clicks)/CLOCKS_PER_SEC);