Searched refs:testIterations (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation.c | 36 int testIterations = 1; in main() local 58 testIterations = SDL_atoi(argv[i + 1]); in main() 59 if (testIterations < 1) testIterations = 1; in main() 104 …unSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations); in main()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 370 …*testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations) in SDLTest_RunSuites() argument 407 if (testIterations < 1) { in SDLTest_RunSuites() 408 testIterations = 1; in SDLTest_RunSuites() 563 while(iterationCounter < testIterations) in SDLTest_RunSuites() 593 if (testIterations > 1) { in SDLTest_RunSuites() 595 SDLTest_Log("Runtime of %i iterations: %.1f sec", testIterations, runtime); in SDLTest_RunSuites() 596 … SDLTest_Log("Average Test runtime: %.5f sec", runtime / (float)testIterations); in SDLTest_RunSuites()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_harness.h | 123 …testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
|
Completed in 5 milliseconds