Searched refs:guLoop (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp62 static unsigned int guLoop = 1000; /* Number of frame redrawings for each test */ variable
86 guLoop = atoi(argv[i]);
141 "program at the end of the current test. Iterations = %u\n", guLoop);
388 for (unsigned i=0; i<guLoop; i++)
436 printf(" %.1fms/frame\n", (double)ms / guLoop);

Completed in 54 milliseconds