Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp80 m_total_start (), in Timer()
101 m_total_start = start_time; in Timer()
116 if (m_total_start.IsValid()) in ~Timer()
119 if (m_total_start.IsValid()) in ~Timer()
121 m_total_ticks += (stop_time - m_total_start); in ~Timer()
122 m_total_start.Clear(); in ~Timer()
170 if (m_total_start.IsValid()) in GetTotalElapsedNanoSeconds()
171 total_ticks += (TimeValue::Now() - m_total_start); in GetTotalElapsedNanoSeconds()
/external/lldb/include/lldb/Core/
DTimer.h83 TimeValue m_total_start; variable