Searched refs:time_prev (Results 1 – 2 of 2) sorted by relevance
78 uint64_t time_prev = 0; in Bench() local88 return (static_cast<double>(time + time_prev) / in Bench()91 time_prev = time; in Bench()
532 static time_t time_start, time_prev; in print_progress() local540 time_start = time_prev = time_now; in print_progress()544 if (time_now - time_prev < 5 * 60) in print_progress()546 time_prev = time_now; in print_progress()