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

  /external/lldb/source/Core/
Timer.cpp 83 m_timer_ticks (0)
126 m_timer_ticks += (stop_time - m_timer_start);
179 uint64_t timer_ticks = m_timer_ticks;
194 m_timer_ticks += (start_time - m_timer_start);
  /external/lldb/include/lldb/Core/
Timer.h 86 uint64_t m_timer_ticks; // Ticks for this timer that do not include when other timers below this one are running member in class:lldb_private::Timer

Completed in 207 milliseconds