Home
last modified time | relevance | path

Searched refs:m_startTimeSeconds (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.hpp315 deUint64 m_startTimeSeconds; //!< Set at beginning of first iteration. member in deqp::gls::LongStressCase
H A DglsLongStressCase.cpp1108 , m_startTimeSeconds ((deUint64)-1) in LongStressCase()
1273 m_lastLogTime = m_startTimeSeconds = deGetTime(); in iterate()
1479 m_debugInfoRenderer->drawInfo(deGetTime()-m_startTimeSeconds, m_textures->computeApproxMemUsage(), m_maxTexMemoryUsageBytes, m_buffers->computeApproxMemUsage(), m_maxBufMemoryUsageBytes, m_currentIteration); in iterate()
1493 << TestLog::Message << "Time elapsed: " << getTimeStr(time - m_startTimeSeconds) << TestLog::EndMessage in iterate()

Completed in 5 milliseconds