Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp185 bool SubCommandStat::IsMonitoredAtAllTime(const double &scale) in IsMonitoredAtAllTime() function in OHOS::Developtools::HiPerf::SubCommandStat
219 (IsMonitoredAtAllTime(main_scale) && IsMonitoredAtAllTime(scale)))) { in GetComments()
237 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetComments()
250 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetComments()
258 if (findRunningTime && ((group_id == it->second->id) || (IsMonitoredAtAllTime(main_scale) && in GetComments()
259 IsMonitoredAtAllTime(scale)))) { in GetComments()
/developtools/hiperf/include/
Dsubcommand_stat.h101 static bool IsMonitoredAtAllTime(const double &scale);