Searched refs:previous_time (Results 1 – 1 of 1) sorted by relevance
115 double previous_time; member691 if (draw->previous_time + 1 < current_time) { in show_fps()692 if (draw->previous_time) { in show_fps()694 draw->frames / (current_time - draw->previous_time)); in show_fps()697 draw->previous_time = current_time; in show_fps()