Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp233 void DawnPerfTestBase::DoRunLoop(double maxRunTime) { in DoRunLoop() argument
268 if (mTimer->GetElapsedTime() > maxRunTime) { in DoRunLoop()
DDawnPerfTest.h91 void DoRunLoop(double maxRunTime);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp223 void ANGLEPerfTest::doRunLoop(double maxRunTime) in doRunLoop() argument
236 if (mTimer->getElapsedTime() > maxRunTime) in doRunLoop()
DANGLEPerfTest.h91 void doRunLoop(double maxRunTime);
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.h103 void doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy);
DANGLEPerfTest.cpp340 void ANGLEPerfTest::doRunLoop(double maxRunTime, int maxStepsToRun, RunLoopPolicy runPolicy) in doRunLoop() argument
358 else if (mTimer.getElapsedWallClockTime() > maxRunTime) in doRunLoop()