Home
last modified time | relevance | path

Searched refs:maxRunTime (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/perf_tests/
DANGLEPerfTest.h103 void doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy);
DANGLEPerfTest.cpp333 void ANGLEPerfTest::doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy) in doRunLoop() argument
358 else if (mTimer.getElapsedTime() > maxRunTime) in doRunLoop()