Home
last modified time | relevance | path

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

/external/eigen/bench/
DBenchTimer.h84 m_times[CPU_TIMER] = getCpuTime() - m_starts[CPU_TIMER]; in stop()
85 m_times[REAL_TIMER] = getRealTime() - m_starts[REAL_TIMER]; in stop()
87 m_bests = m_bests.cwiseMin(m_times); in stop()
88 m_worsts = m_worsts.cwiseMax(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()
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()
95 m_totals += m_times; in stop()
102 return m_times[TIMER];
[all …]