Home
last modified time | relevance | path

Searched refs:IsMonitoredAtTheSameTime (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp110 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()
Dcmd_stat_impl.h107 bool IsMonitoredAtTheSameTime(const CounterSummary& other) const { in IsMonitoredAtTheSameTime() function