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

/external/eigen/bench/
H A DBenchTimer.h67 m_worsts.fill(0);
81 m_worsts = m_worsts.cwiseMax(m_times);
85 m_worsts(0) = std::max(m_worsts(0),m_times(0));
86 m_worsts(1) = std::max(m_worsts(1),m_times(1));
109 return m_worsts[TIMER];
156 Vector2d m_worsts; member in class:Eigen::BenchTimer

Completed in 1493 milliseconds