• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:seconds

81 	float seconds;  in RunModeTests()  local
121 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
122 if ( seconds > 0.0f ) { in RunModeTests()
123 …intf("%d fills and flips in %2.2f seconds, %2.2f FPS\n", frames, seconds, (float)frames / seconds); in RunModeTests()
150 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
151 if ( seconds > 0.0f ) { in RunModeTests()
152 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()
181 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
182 if ( seconds > 0.0f ) { in RunModeTests()
183 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()
212 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
213 if ( seconds > 0.0f ) { in RunModeTests()
214 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()
243 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
244 if ( seconds > 0.0f ) { in RunModeTests()
245 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()
279 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
280 if ( seconds > 0.0f ) { in RunModeTests()
281 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()
317 seconds = (float)(now - then) / 1000.0f; in RunModeTests()
318 if ( seconds > 0.0f ) { in RunModeTests()
319 …pdates in %2.2f seconds, %2.2f FPS\n", NUM_BLITS*frames, frames, seconds, (float)frames / seconds); in RunModeTests()