Searched refs:m_total_ticks (Results 1 – 2 of 2) sorted by relevance
82 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()
85 …uint64_t m_total_ticks; // Total running time for this timer including when other timers below thi… variable