Lines Matching refs:start
97 double start; member
185 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_default()
186 a->start = split; in cb_default()
218 a->start = -1; in queue_action()
469 cur_product, a->prod, (split - a->start)); in cb_check()
470 a->start = split; in cb_check()
480 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start)); in cb_check()
481 a->start = split; in cb_check()
601 double start = -1; in fb_execute_queue() local
603 a->start = now(); in fb_execute_queue()
604 if (start < 0) start = a->start; in fb_execute_queue()
636 fprintf(stderr,"finished. total time: %.3fs\n", (now() - start)); in fb_execute_queue()