Searched refs:m_bests (Results 1 – 1 of 1) sorted by relevance
73 m_bests.fill(1e9); in reset()87 m_bests = m_bests.cwiseMin(m_times); in stop()90 m_bests(0) = std::min(m_bests(0),m_times(0)); in stop()91 m_bests(1) = std::min(m_bests(1),m_times(1)); in stop()109 return m_bests[TIMER];162 Vector2d m_bests; variable