Lines Matching full:updates
152 printf("%d blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
154 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
183 printf("%d cc blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
185 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
214 printf("%d blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
216 printf("%d blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
245 printf("%d cc blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
247 printf("%d cc blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
281 printf("%d alpha blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
283 printf("%d alpha blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);
319 printf("%d cc+alpha blits / %d updates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds);
321 printf("%d cc+alpha blits / %d updates in zero seconds!\n", NUM_BLITS*frames, frames);