Home | History | Annotate | Download | only in src

Lines Matching refs:total_ticks_

145   INLINE(void IncreaseTotalTicks(unsigned amount)) { total_ticks_ += amount; }
149 INLINE(unsigned total_ticks() const) { return total_ticks_; }
168 unsigned total_ticks_;