Home
last modified time | relevance | path

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

/external/eigen/bench/
DBenchTimer.h74 m_worsts.fill(0); in reset()
88 m_worsts = m_worsts.cwiseMax(m_times); in stop()
92 m_worsts(0) = std::max(m_worsts(0),m_times(0)); in stop()
93 m_worsts(1) = std::max(m_worsts(1),m_times(1)); in stop()
116 return m_worsts[TIMER];
163 Vector2d m_worsts; variable