Searched refs:m_bests (Results 1 – 1 of 1) sorted by relevance
66 m_bests.fill(1e9); in reset()80 m_bests = m_bests.cwiseMin(m_times); in stop()83 m_bests(0) = std::min(m_bests(0),m_times(0)); in stop()84 m_bests(1) = std::min(m_bests(1),m_times(1)); in stop()102 return m_bests[TIMER];155 Vector2d m_bests; variable