Searched refs:include_empty_intervals_ (Results 1 – 2 of 2) sorted by relevance
175 : include_empty_intervals_(include_empty_intervals), in StatsCounter()296 return include_empty_intervals_ && !paused_ && !aggregated_counter_->Empty(); in IncludeEmptyIntervals()452 if (diff < 0 || (!include_empty_intervals_ && diff == 0)) in GetMetric()
119 const bool include_empty_intervals_; variable