Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/
DTestSuite.cpp277 resultOut.elapsedTimeSeconds = resultsOut->currentTestTimer.getElapsedTime(); in UpdateCurrentTestResult()
299 mTestResults->currentTestTimer.start(); in OnTestStart()
305 mTestResults->currentTestTimer.stop(); in OnTestEnd()
834 result.elapsedTimeSeconds = mTestResults.currentTestTimer.getElapsedTime(); in onCrashOrTimeout()
1139 if (mTestResults.currentTestTimer.getElapsedTime() > in startWatchdog()
DTestSuite.h88 Timer currentTestTimer; member