Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp83 m_timer_ticks (0) in Timer()
126 m_timer_ticks += (stop_time - m_timer_start); in ~Timer()
179 uint64_t timer_ticks = m_timer_ticks; in GetTimerElapsedNanoSeconds()
194 m_timer_ticks += (start_time - m_timer_start); in ChildStarted()
/external/lldb/include/lldb/Core/
DTimer.h86 …uint64_t m_timer_ticks; // Ticks for this timer that do not include when other timers below this o… variable