Searched refs:beginTimeUs (Results 1 – 5 of 5) sorted by relevance
501 deUint64 beginTimeUs = deGetMicroseconds(); in allocUntilFailure() local534 } while (currentTimeUs - beginTimeUs < timeoutUs); in allocUntilFailure()537 if (currentTimeUs - beginTimeUs >= timeoutUs) in allocUntilFailure()
657 deUint64 beginTimeUs = 0; in executeTest() local660 beginTimeUs = deGetMicroseconds(); in executeTest()666 m_results.push_back(endTimeUs - beginTimeUs); in executeTest()
141 deUint64 beginTimeUs = deGetMicroseconds(); in allocateUntilFailure() local175 if (deGetMicroseconds() - beginTimeUs > timeLimitUs) in allocateUntilFailure()
516 deUint64 beginTimeUs = deGetMicroseconds(); in iterate() local529 m_samples.push_back(deGetMicroseconds() - beginTimeUs); in iterate()
1036 deUint64 beginTimeUs; in iterate() local1045 beginTimeUs = deGetMicroseconds(); in iterate()1060 m_results.push_back(endTimeUs - beginTimeUs); in iterate()