Searched refs:GetNewCountdown (Results 1 – 4 of 4) sorted by relevance
17 std::unique_ptr<TickTimer::Countdown> GetNewCountdown( in GetNewCountdown() function20 return tick_timer.GetNewCountdown((logging_period_s * 1000) / in GetNewCountdown()31 timer_(GetNewCountdown(tick_timer_, logging_period_s_)) { in ExpandUmaLogger()67 timer_ = GetNewCountdown(tick_timer_, logging_period_s_); in UpdateSampleCounter()
43 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1)), in DecisionLogic()80 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1); in SoftReset()237 timescale_countdown_ = tick_timer_->GetNewCountdown(kMinTimescaleInterval); in FilterBufferLevel()
102 std::unique_ptr<Countdown> GetNewCountdown(uint64_t ticks_to_count) const { in GetNewCountdown() function
119 std::unique_ptr<TickTimer::Countdown> cd = tt.GetNewCountdown(17); in TEST()