Searched refs:last_clock (Results 1 – 1 of 1) sorted by relevance
1850 clock_t last_clock; variable1854 if (force || !last_clock || (t - last_clock) > CLOCKS_PER_SEC / 20) { in show_progress()1855 last_clock = t; in show_progress()
Completed in 7 milliseconds