Searched refs:fLastTimes (Results 1 – 1 of 1) sorted by relevance
776 static double fLastTimes[REMEMBERED_TIMES_COUNT]; in CompleteRedraw() local859 fLastTimes[a] = fTimePerPaint; in CompleteRedraw()868 fLastTimes[a - 1L] = fLastTimes[a]; in CompleteRedraw()871 fLastTimes[REMEMBERED_TIMES_COUNT - 1L] = fTimePerPaint; in CompleteRedraw()878 fAddedTimes += fLastTimes[a]; in CompleteRedraw()889 fprintf(stderr, "%d: %f ", a, fLastTimes[a]); in CompleteRedraw()
Completed in 11 milliseconds