Searched refs:last_process_time_ms_ (Results 1 – 2 of 2) sorted by relevance
181 last_process_time_ms_(-1), in StatsCounter()219 return last_process_time_ms_ != -1; in HasSample()224 if (last_process_time_ms_ == -1) in TimeToProcess()225 last_process_time_ms_ = now; in TimeToProcess()227 int64_t diff_ms = now - last_process_time_ms_; in TimeToProcess()233 last_process_time_ms_ += num_intervals * process_intervals_ms_; in TimeToProcess()
134 int64_t last_process_time_ms_; variable