HomeSort by relevance Sort by last modified time
    Searched defs:m_times (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.h 117 HashMap<String, double> m_times; member in class:WebCore::InspectorConsoleAgent
  /external/eigen/bench/
BenchTimer.h 77 m_times[CPU_TIMER] = getCpuTime() - m_starts[CPU_TIMER];
78 m_times[REAL_TIMER] = getRealTime() - m_starts[REAL_TIMER];
80 m_bests = m_bests.cwiseMin(m_times);
81 m_worsts = m_worsts.cwiseMax(m_times);
83 m_bests(0) = std::min(m_bests(0),m_times(0));
84 m_bests(1) = std::min(m_bests(1),m_times(1));
85 m_worsts(0) = std::max(m_worsts(0),m_times(0));
86 m_worsts(1) = std::max(m_worsts(1),m_times(1));
88 m_totals += m_times;
95 return m_times[TIMER]
154 Vector2d m_times; member in class:Eigen::BenchTimer
    [all...]

Completed in 289 milliseconds