Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp82 m_total_ticks (0), in Timer()
121 m_total_ticks += (stop_time - m_total_start); in ~Timer()
166 uint64_t total_ticks = m_total_ticks; in GetTotalElapsedNanoSeconds()
/external/lldb/include/lldb/Core/
DTimer.h85 …uint64_t m_total_ticks; // Total running time for this timer including when other timers below thi… variable