Home
last modified time | relevance | path

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

/external/eigen/bench/
DBenchTimer.h67 m_worsts.fill(0); in reset()
81 m_worsts = m_worsts.cwiseMax(m_times); in stop()
85 m_worsts(0) = std::max(m_worsts(0),m_times(0)); in stop()
86 m_worsts(1) = std::max(m_worsts(1),m_times(1)); in stop()
109 return m_worsts[TIMER];
156 Vector2d m_worsts; variable