Searched refs:logging_period_s_ (Results 1 – 2 of 2) sorted by relevance
29 logging_period_s_(logging_period_s), in ExpandUmaLogger()31 timer_(GetNewCountdown(tick_timer_, logging_period_s_)) { in ExpandUmaLogger()33 RTC_DCHECK_GT(logging_period_s_, 0); in ExpandUmaLogger()63 const int rate = (100 * diff) / (sample_rate_hz * logging_period_s_); in UpdateSampleCounter()67 timer_ = GetNewCountdown(tick_timer_, logging_period_s_); in UpdateSampleCounter()
45 const int logging_period_s_; variable