Home
last modified time | relevance | path

Searched refs:procForegroundTime (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp111 uint64_t procForegroundTime = ProcessStatus::GetInstance().GetProcessLastForegroundTime(pid); in IsForegroundStateInCollectionPeriod() local
112 return procForegroundTime >= cpuCollectionInfo.startTime; in IsForegroundStateInCollectionPeriod()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp543 uint64_t procForegroundTime = ProcessStatus::GetInstance().GetProcessLastForegroundTime(pid); in GetProcStateInCollectionPeriod() local
544 if (procForegroundTime >= preCollectProcIoTime_) { in GetProcStateInCollectionPeriod()

Completed in 2 milliseconds