Searched refs:m_total_start (Results 1 – 2 of 2) sorted by relevance
80 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()
83 TimeValue m_total_start; variable