Searched refs:m_timer_ticks (Results 1 – 2 of 2) sorted by relevance
83 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()
86 …uint64_t m_timer_ticks; // Ticks for this timer that do not include when other timers below this o… variable