Home
last modified time | relevance | path

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

/external/eigen/bench/
DBenchTimer.h75 m_totals.setZero(); in reset()
95 m_totals += m_times; in stop()
123 return m_totals[TIMER];
164 Vector2d m_totals; variable
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp146 , m_totals (totals) in ResultToSingleXmlLogHandler()
174 m_totals.countByCode[result.statusCode] += 1; in testCaseResultComplete()
179 BatchResultTotals& m_totals; member in ResultToSingleXmlLogHandler