Home | History | Annotate | Download | only in src

Lines Matching refs:Ticks

606 // Ticker used to provide ticks to the profiler and the sliding state
665 // Register to get ticks.
676 // Stop receiving ticks.
870 int since_epoch = static_cast<int>(OS::Ticks() - epoch_);
880 int since_epoch = static_cast<int>(OS::Ticks() - epoch_);
1503 msg.Append(",%ld", static_cast<int>(OS::Ticks() - epoch_));
1896 if (FLAG_log_internal_timer_events || FLAG_prof) epoch_ = OS::Ticks();