Lines Matching refs:start
69 double start; member
96 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_default()
97 a->start = split; in cb_default()
128 a->start = -1; in queue_action()
212 cur_product, a->prod, (split - a->start)); in cb_check()
213 a->start = split; in cb_check()
223 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_check()
224 a->start = split; in cb_check()
344 double start = -1; in fb_execute_queue() local
346 a->start = now(); in fb_execute_queue()
347 if (start < 0) start = a->start; in fb_execute_queue()
377 fprintf(stderr,"finished. total time: %.3fs\n", (now() - start)); in fb_execute_queue()