Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp423 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetDetailComments()
432 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetDetailComments()
455 bool SubCommandStat::IsMonitoredAtAllTime(const double &scale) in IsMonitoredAtAllTime() function in OHOS::Developtools::HiPerf::SubCommandStat
489 (IsMonitoredAtAllTime(main_scale) && IsMonitoredAtAllTime(scale)))) { in GetComments()
507 if (other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) { in GetComments()
520 if ((other || (IsMonitoredAtAllTime(otherScale) && IsMonitoredAtAllTime(scale))) && in GetComments()
528 if (findRunningTime && ((group_id == it->second->id) || (IsMonitoredAtAllTime(main_scale) && in GetComments()
529 IsMonitoredAtAllTime(scale)))) { in GetComments()
/developtools/hiperf/include/
Dsubcommand_stat.h124 static bool IsMonitoredAtAllTime(const double &scale);