Searched refs:IsMonitoredAtTheSameTime (Results 1 – 2 of 2) sorted by relevance
110 if (other != nullptr && other->IsMonitoredAtTheSameTime(s)) { in AutoGenerateSummaries()241 if (other != nullptr && other->IsMonitoredAtTheSameTime(s)) { in GetCommentForSummary()287 if (other != nullptr && other->IsMonitoredAtTheSameTime(s) && other->count != 0) { in GetRateComment()
107 bool IsMonitoredAtTheSameTime(const CounterSummary& other) const { in IsMonitoredAtTheSameTime() function