Searched refs:testTimeInMs (Results 1 – 1 of 1) sorted by relevance
69 double const testTimeInMs = testTimer.GetTimeInMs(); in RunTest() local70 …if (maxTestTimeInMs > 0 && testTimeInMs > maxTestTimeInMs && !curTest->m_details.timeConstraintExe… in RunTest()74 "ms but took " << testTimeInMs << "ms."; in RunTest()79 result->OnTestFinish(curTest->m_details, static_cast< float >(testTimeInMs / 1000.0)); in RunTest()